gpt4 book ai didi

python - 在 Python 中读取一行整数

转载 作者:太空狗 更新时间:2023-10-29 21:13:22 24 4
gpt4 key购买 nike

<分区>

我是 Python 的初学者,我正在 CodeChef 解决一个问题,我必须读取一行空格分隔的整数。这就是我正在做的:

def main():

t=int(raw_input()) #reading test-cases

while t!=0:
n, k=raw_input().split() #reading a line of two space separated integers
n, r=int(n), int(r) #converting them into int
list=[]
#reading a line of space separated integers and putting them into a list
list[-1:101]=raw_input().split()

现在我要将列表中的每个元素转换为整数。有没有更好的方法来做到这一点?请推荐一个在线资源,我可以在其中使用 Python 并学习提示和技巧!

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com