Hi, sorry if my english is not the best.
I come here because I need to know how I can do to run my code in Sublime which has data that must be inserted, since the internal console output Sublime just gives me more non-entry would solve this.
`print “How old are you?”,
age = raw_input()
print “How tall are you?”,
height = raw_input()
print “How much do you weigh?”,
weight = raw_input()
print “So, you’re %r old, %r tall and %r heavy.” % (age, height, weight)`
I install SublimeRELP correctly i think so, but when i want execute my code i get the next error :
Unknown option: -
usage: python [option] … [-c cmd | -m mod | file | -] [arg] …
Try `python -h’ for more information.
Repl Closed