作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我无法获得“艰难学习 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/
我是一名优秀的程序员,十分优秀!