python小知识点

1、input()返回始终是字符串,得到整形需要改类型

2、用四舍五入的方式取整,每个整形数+0.5
原文地址:https://www.cnblogs.com/themost/p/6358762.html