Skip to content

Commit f13c68c

Browse files
Merge pull request raviprakashdev#64 from AviParmar/master
Create temperature.py
2 parents c5ab5b3 + eee5789 commit f13c68c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

temperature.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
celsius = 37.5
2+
fahrenheit = (celsius*1.8)+32
3+
print('%0.1f degree Celsius is equal to %0.1f degree fahrenheit'%(celsius,fahrenheit))

0 commit comments

Comments
 (0)