Toggle navigation
Toggle navigation
This project
Loading...
Sign in
rsy888
/
opensource_0401
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
2017103982
2021-04-01 19:44:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
519256fea7509396fe08ec1ad861739573ae685c
519256fe
0 parents
Echo program
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
Echo program.py
Echo program.py
0 → 100644
View file @
519256f
Python
3.8
.
5
(
tags
/
v3
.
8.5
:
580
fbb0
,
Jul
20
2020
,
15
:
43
:
08
)
[
MSC
v
.
1926
32
bit
(
Intel
)]
on
win32
Type
"help"
,
"copyright"
,
"credits"
or
"license()"
for
more
information
.
>>>
a
=
input
(
"a : "
)
a
:
3
>>>
print
(
a
)
3
>>>
\ No newline at end of file
Please
register
or
login
to post a comment