print("输入一个不小于100且小于1000,同时包括小数点后一位的一个浮点数") float_num = input() str_num = str(float_num) print(float(str_num[::-1]))