Skip to content

Commit 0a526f3

Browse files
committed
a small fix
1 parent 6fa080f commit 0a526f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fahrenheit to Celsius Converter/Fahrenheit to Celsius Converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
celsius = (temp - 32) * 5/9
44

5-
print(celsius)
5+
print(f"{temp} in Fahrenheit is equal to {celsius} in Celsius")

0 commit comments

Comments
 (0)