Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save muthu1809/675ae36592178208f5b55711d0c652d1 to your computer and use it in GitHub Desktop.

Select an option

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