C = eval(input( "input a number:" )) def convert(C): return 1.8*C+32 F = convert( C ) #调用convert函数 print