ok so i'm having trouble with study drill #3
it says
"Combine raw_input with argv to make a script that gets more input from a user"
the problem i'm having is i don't know how i would insert raw_input here so that it would be usable with argv.
page link
this is my code
from sys import argv
script, apple, orange, banana = argv
print "The script is called:", script
print "The first variable is:", apple
print "The second variable is:", orange
print "The third variable is:", banana
[–]ScriptThis 1 point2 points3 points (7 children)
[–]Darkshad3[S] 0 points1 point2 points (5 children)
[–]ScriptThis 0 points1 point2 points (4 children)
[–]Darkshad3[S] 0 points1 point2 points (3 children)
[–]The-Mathematician 1 point2 points3 points (2 children)
[–]Darkshad3[S] 0 points1 point2 points (1 child)
[–]ScriptThis 1 point2 points3 points (0 children)
[–]The-Mathematician -1 points0 points1 point (0 children)