>>> 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!!!'
2 回答5.1k 阅读✓ 已解决
2 回答1.1k 阅读✓ 已解决
4 回答993 阅读✓ 已解决
3 回答1.1k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
1 回答1.7k 阅读✓ 已解决
1 回答1.2k 阅读✓ 已解决
根据你的描述猜测是这样子的, 不过怎么可以这样运行呢,


应该这样的才可以