Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created May 9, 2022 00:16
Show Gist options
  • Save muthu1809/fbedc8ddef409634c87a8a2242a49027 to your computer and use it in GitHub Desktop.
Save muthu1809/fbedc8ddef409634c87a8a2242a49027 to your computer and use it in GitHub Desktop.
எண் = 100
if எண்%2 == 0:
print("வகுத்தி", 2)
if எண்%3 == 0:
print("வகுத்தி", 3)
if எண்%4 == 0:
print("வகுத்தி", 4)
if எண்%5 == 0:
print("வகுத்தி", 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment