File size: 72 Bytes
b104841
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10





for i in range(0, 100):
    print(i)
    if i == 10:
        break