Как распечатать число в конце петли в Python
for i in range(1,4):
if i == 3:
print(i)
Bobbin Poop
for i in range(1,4):
if i == 3:
print(i)