接收输入的数据

number = float(input())

将数据转换为保留小数点两位

print(round(number, 2))