a=input()
b=float(a)
print(f'{b:.1f}',type(b),sep='\n')

聪明小陈 居然还记得sep='\n'可以换行