>>> python hello.py
File "<stdin>", line 1
python helloworld.py
^
SyntaxError: invalid syntax
name.py
name = raw_input('please enter you name')
print 'hello',name
hello.py
print 'hello world!!!'
>>> python hello.py
File "<stdin>", line 1
python helloworld.py
^
SyntaxError: invalid syntax
name.py
name = raw_input('please enter you name')
print 'hello',name
hello.py
print 'hello world!!!'
4 回答4.4k 阅读✓ 已解决
4 回答3.8k 阅读✓ 已解决
1 回答3k 阅读✓ 已解决
3 回答2.1k 阅读✓ 已解决
1 回答4.5k 阅读✓ 已解决
1 回答3.8k 阅读✓ 已解决
1 回答2.8k 阅读✓ 已解决
根据你的描述猜测是这样子的, 不过怎么可以这样运行呢,


应该这样的才可以