Como contar o número de 1 a 10 em Python
for i in range(11):
print(i)
Comfortable Cod
for i in range(11):
print(i)