Skip to content

Commit 160e913

Browse files
authored
Rename C_to_F_conversion.py to Temperature Conversion.py
1 parent ce9e3ad commit 160e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C_to_F_conversion.py renamed to Temperature Conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def F_to_C(x):
4444
else:
4545
print("Option entered is INVALID\n")
4646

47-
ans = input("Do you wish to continue(Y/n): ")
47+
ans = input("Do you wish to continue(Y/n): ")

0 commit comments

Comments
 (0)