a=input()
b=float(a)
c=int(b)
print(c)

为什么 !!!

所以要先float然后才可以int吗

我之前一直在

a=input()

int(a)然后说我错 炸了