wie man die Zahl von 1 bis 10 in Python zählt
for i in range(11):
print(i)
Comfortable Cod
for i in range(11):
print(i)