Skip to content

Instantly share code, notes, and snippets.

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