python输入五个数并求平均值

时间:2026年06月17日 05:30:49

python输入五个数并求平均值

Python输入五个数并求平均值的方法 在Python中,要实现输入五个数并求平均值的功能,可以通过以下步骤进行: 使用~input()~函数获取用户输入的字符串,并使用~split()~方法将其...