@ -0,0 +1,7 @@
temp = input()
if "C" in temp:
temp = float (temp[:-1])
print(temp*9/5+32, "F", sep="")
else:
print((temp-32)*5/9, "C", sep="")
The note is not visible to the blocked user.