cara mencetak nomor di akhir untuk loop di 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)