We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c081428 commit c9cfaabCopy full SHA for c9cfaab
doc/examples/example.py
@@ -4,4 +4,3 @@
4
for i in range(n):
5
name = sys.stdin.readline().rstrip('\n')
6
print('Hello %s!' % (name))
7
-
0 commit comments