Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created May 9, 2022 11:52
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/44c8cae413c4446d4bc13f86871c55b1 to your computer and use it in GitHub Desktop.
Save muthu1809/44c8cae413c4446d4bc13f86871c55b1 to your computer and use it in GitHub Desktop.
மதன்_வயது = 70
கார்த்திகா_வயது = 60
வகுக்கும்_எண் = 2
while வகுக்கும்_எண்<=கார்த்திகா_வயது:
if மதன்_வயது%வகுக்கும்_எண்==0 and கார்த்திகா_வயது%வகுக்கும்_எண்==0:
print('பேரன்/பேத்தி வயது', வகுக்கும்_எண்)
வகுக்கும்_எண்+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment