Created
April 1, 2025 11:15
-
-
Save muthu1809/675ae36592178208f5b55711d0c652d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def சர்க்கரைப்பொங்கல்_வைப்போம்(அரிசி_அளவு, சர்க்கரை_அளவு, நீர்_அளவு): | |
| print('சர்க்கரைப் பொங்கல் வைக்கப் போகிறோம்') | |
| print('அரிசி', அரிசி_அளவு) | |
| print('சர்க்கரை', சர்க்கரை_அளவு) | |
| print('நீர்', நீர்_அளவு) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment