NP7 小数化整数

This commit is contained in:
轩辕龙儿 2022-10-25 13:20:48 +08:00
parent 3289fc3602
commit e16d73dece

6
NP/NP7.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP7.py
num = float(input())
print(int(num))