gpt4 book ai didi

python - 艰难地学习 Python 帮助 : Exercise 13

转载 作者:行者123 更新时间:2023-11-30 23:45:50 26 4
gpt4 key购买 nike

我无法获得“艰难学习 Python”练习 13 的额外学分。
它希望我将 argv 与 raw_input 结合起来,但我无法弄清楚。
有人可以帮我吗?例子就太好了!
非常感谢!
编辑:练习的原始代码是:

from sys import argv

script, first, second, third = argv

print "The script is called:", script
print "Your first variable is:", first
print "Your second variable is:", second
print "Your third variable is:", third

最佳答案

示例与答案没有区别,这不太可能是帮助您的最佳方式。不过,也许你对这个问题想得太多了。我相信这个想法是使用一些命令行输入(进入argv)和一些输入的输入(来自raw_input)来制作一个报告两者的脚本。例如,它可能会产生:

The script is called: ex13.py
Your first variable is: cheese
Your second variable is: apples
You entered the following data: foo bar baz

关于python - 艰难地学习 Python 帮助 : Exercise 13,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9337955/

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