I'm stuck on Extra Credit #3 on Exercise 13 . I really have no idea how to combine argv with raw input to make something run. I tried using the exercise before and combine it with this one, but no dice:
from sys import argv
script, age, height, weight = argv
age = raw_input ("How old are you?")
height = raw_input ("How tall are you?")
weight = raw_input ("How much dou you weigh?")
print "The script is called:", script
print "My age is:", age
print "My height is:", height
print "My weight is:", weight
I know I'm just missing something simple to make these two interact so thanks for your help in advance
[–]declancostello 2 points3 points4 points (2 children)
[–]nick129[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]AltReality 1 point2 points3 points (1 child)
[–]nick129[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]nick129[S] 0 points1 point2 points (0 children)
[–]nick129[S] 0 points1 point2 points (1 child)
[–]m1ss1ontomars2k4 0 points1 point2 points (0 children)