Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created May 5, 2022 09:26
Show Gist options
  • Save muthu1809/d07f30b48a7d972a45a60a1b8cdab19c to your computer and use it in GitHub Desktop.
Save muthu1809/d07f30b48a7d972a45a60a1b8cdab19c to your computer and use it in GitHub Desktop.
மொத்தச்_செலவு = 0 #முதல் நாளுக்கு முன்
நாள் = 1
while நாள்<=10:
மொத்தச்_செலவு = மொத்தச்_செலவு + நாள்#எந்த நாளோ அவ்வளவு பணம்
நாள்+=1
else:
print(மொத்தச்_செலவு)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment