计蒜客:求平均年龄Python方法
2021-01-28 10:16
阅读:482
标签:nan int append += NPU http for range put 题目链接:https://nanti.jisuanke.com/t/T1050 计蒜客:求平均年龄Python方法 标签:nan int append += NPU http for range put 原文地址:https://www.cnblogs.com/coding365/p/12838918.html
用到print字符串小数点方法n = int(input())
stus = []
num = 0
for i in range(0, n):
temp = int(input())
stus.append(temp)
num += temp
pass
print("%.2f"%(num / n))
上一篇:python发送email邮件
下一篇:C++实现贪吃蛇小游戏
评论
亲,登录后才可以留言!