Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save muthu1809/0a0a0f5fcf1d833e26e025764eba2c9b to your computer and use it in GitHub Desktop.
Save muthu1809/0a0a0f5fcf1d833e26e025764eba2c9b to your computer and use it in GitHub Desktop.
def சர்க்கரைப்பொங்கல்_வைப்போம்(அரிசி_அளவு, சர்க்கரை_அளவு, நீர்_அளவு):
print('சர்க்கரைப் பொங்கல் வைக்கப் போகிறோம்')
print('அரிசி', அரிசி_அளவு)
print('சர்க்கரை', சர்க்கரை_அளவு)
print('நீர்', நீர்_அளவு)
பொங்கல் = அரிசி_அளவு + சர்க்கரை_அளவு + நீர்_அளவு
return பொங்கல்
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment