Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created May 28, 2024 03:22
Show Gist options
  • Save muthu1809/b40eee528991cc6ad1cfa2e849159719 to your computer and use it in GitHub Desktop.
Save muthu1809/b40eee528991cc6ad1cfa2e849159719 to your computer and use it in GitHub Desktop.
கசையடிகள் = 512
காவலாளி_எண்ணிக்கை = 0
while கசையடிகள்>0:
கசையடிகள் = கசையடிகள்//2
காவலாளி_எண்ணிக்கை+=1
print(காவலாளி_எண்ணிக்கை)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment