Created
May 6, 2022 03:13
-
-
Save muthu1809/76e81c923da1c291e49b5df4219f23d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
மீதி = 8 #சமையலாளர் பார்த்த எண்ணிக்கை | |
நண்பரின்_எண் = 3 #மொத்த_நண்பர்கள்_எண்ணிக்கை | |
while நண்பரின்_எண்>=1: | |
தின்ற_தோசை = மீதி//2 # நிறைமதியின் கணக்கு [மூன்றில் ஒரு பங்கு] | |
print(நண்பரின்_எண்,'ஆவது ஆள் தின்றது', தின்ற_தோசை) | |
மீதி = மீதி + தின்ற_தோசை | |
நண்பரின்_எண்-=1 | |
else: | |
print("மொத்த மீதி", மீதி) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment