Code Genic is a blog which provides the codes for the daily life uses. All the codes are mostly for college related Projects or Lab work.
ip=int(input("Enter the temperature in celcius:")) f=(ip+32)*(9/5) print("\ntemperature from celcius to fahrenheit:",f)
ScreenShot:
No comments:
Post a Comment