cara menghitung nomor dari 1 hingga 10 dalam python
for i in range(11):
print(i)
Comfortable Cod
for i in range(11):
print(i)