Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이의준
/
20210326_Assignment02
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
이의준
2021-04-01 20:03:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19dca08937807d62a252aad2aeb2cf59a3b8bbd5
19dca089
1 parent
b5bf4d12
Modified Echo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
Echo.ipynb
Echo.ipynb
View file @
19dca08
...
...
@@ -9,14 +9,16 @@
"name"
:
"stdout"
,
"output_type"
:
"stream"
,
"text"
:
[
"
321
\n
"
,
"
321
\n
"
"
exit
\n
"
,
"
exit
\n
"
]
}
],
"source"
:
[
"s = str(input())
\n
"
,
"print(s)"
"sent = str(input())
\n
"
,
"if s == 'exit':
\n
"
,
" exit()
\n
"
,
"print(sent)"
]
}
],
...
...
Please
register
or
login
to post a comment