011 வெப்பம் அளவுகோல் மாற்றம் - Comprehensive Python in Tamil Jun 30, 2026 Code: 011_celcius_to_fahrenheit.py celcius = 28 farhrenheit = ((9 / 5) * celcius) + 32 print(f"Celcius {celcius} is {farhrenheit} Farhrenheit")