Skip to content

Commit db910c1

Browse files
authored
Update LoopControl.py
1 parent caec570 commit db910c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

LoopControl.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ def main():
66
word="python"
77
for letter in word:
88
if(letter=='t'):
9-
pass
10-
print(" blcok is padded")
9+
print(" block is padded")
1110
print(letter)
12-
print("progam end")
11+
print("program end")
1312

1413

1514
if __name__ == '__main__':main()

0 commit comments

Comments
 (0)