Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created January 31, 2022 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muthu1809/b90a2e3137d7e08ffbd5b39a556761f1 to your computer and use it in GitHub Desktop.
Save muthu1809/b90a2e3137d7e08ffbd5b39a556761f1 to your computer and use it in GitHub Desktop.
count = 1
if count<=5:
print(1)
count+=1 # மனத்தில் இந்தக் கணக்கை வைத்துக் கொள்வோம்.
if count<=5:
print(1)
count+=1
if count<=5:
print(1)
count+=1
if count<=5:
print(1)
count+=1
if count<=5:
print(1)
count+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment