2022-2023/1NSI/08_Interaction_web/script/1B_boucles.py

3 lines
32 B
Python
Raw Normal View History

for i in range(3):
print(i)