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 b8994b1 commit a833ad5Copy full SHA for a833ad5
Control Flow/Else With For_python.py
@@ -3,6 +3,6 @@
3
'''
4
5
for i in range(1, 10):
6
- print(i)
+ print(i)
7
else:
8
- print("Hello! World")
+ print("Hello! World")
0 commit comments