TTNTO
TTNTO
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
TTNTO的博客
全部文章
(共1篇)
题解 | #成绩输入输出#
goals = list(input().split(' ')) print('score1={},score2={},score3={}'.format(goals[0],goals[1],goals[2]))
Python3
2022-02-08
6
1005