Skip to content

Commit e7dddbf

Browse files
authored
Update else.py
1 parent 86012c7 commit e7dddbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

else.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
for i in range (0,10):
22
print(i)
33
else:
4-
print('it print complte properly')
4+
print('it print complte properly')
5+
6+
7+
print

0 commit comments

Comments
 (0)