Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created May 6, 2022 03:13
Show Gist options
  • Save muthu1809/76e81c923da1c291e49b5df4219f23d9 to your computer and use it in GitHub Desktop.
Save muthu1809/76e81c923da1c291e49b5df4219f23d9 to your computer and use it in GitHub Desktop.
மீதி = 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