Last login: Mon Dec 25 19:20:52 on ttys000
lucasdeMacBook-Pro:~ lucas$ python
Python 2.7.10 (default, Jul 15 2017, 17:16:57)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> python3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'python3' is not defined
>>>
你已经进入了python终端了。先输入 quit() 退出,然后再输入 python3。