Skip to content

Instantly share code, notes, and snippets.

@muthu1809
Created May 29, 2024 18:22
Show Gist options
  • Save muthu1809/78b86441f8beb8412d989b3b900e0e36 to your computer and use it in GitHub Desktop.
Save muthu1809/78b86441f8beb8412d989b3b900e0e36 to your computer and use it in GitHub Desktop.
திருடன் = 27
போலீஸ் = 0
while போலீஸ் < திருடன் :
திருடன் = திருடன் + 2
போலீஸ் = போலீஸ் + 5
print(போலீஸ்)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment