count = 1
while count < 11:
print(count)
count += 1
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
count = 1
while count < 11:
print(count)
count += 1