Skip to content

Commit

Permalink
Merge pull request #1311 from shivamadolia/patch-2
Browse files Browse the repository at this point in the history
Update fahrenheitTocelsius.py
  • Loading branch information
fineanmol committed Nov 2, 2021
2 parents 03e285c + afa2a62 commit 3736977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fahrenheitTocelsius.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
celsius = 37.5
celsius = int(input("Enter the temperature in Celsius "))

fahrenheit = (celsius * 1.8) + 32
print('%0.1f degree Celsius is equal to %0.1f degree Fahrenheit' %(celsius,fahrenheit))

0 comments on commit 3736977

Please sign in to comment.