Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김형률
/
2018_1_opensource
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
김형률
2018-03-30 11:54:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
707b323b47448ea46ab1824a7f00660a749c973e
707b323b
1 parent
21795598
-modified print
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
echo.py
echo.py
View file @
707b323
...
@@ -7,3 +7,5 @@ elif (b=="exit"):
...
@@ -7,3 +7,5 @@ elif (b=="exit"):
7
print
(
"exit"
)
7
print
(
"exit"
)
8
else
:
8
else
:
9
print
(
"error"
)
9
print
(
"error"
)
10
+
11
+
print
(
"modified file"
)
...
...
Please
register
or
login
to post a comment