We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0251b0d commit 2d9f505Copy full SHA for 2d9f505
Degree_to_fahrenheit.py
@@ -0,0 +1,3 @@
1
+dc=float(input("Enter Temperature in Degree Celsius :: "))
2
+fc=(dc * 9/5)+32
3
+print("Temperature in Fahrenheit is ",fc)
0 commit comments