Last login: Fri Jan 8 22:12:46 on ttys000
k@kdeMac-mini ~ % python
WARNING: Python 2.7 is not recommended.
This version is included in macOS for compatibility with legacy software.
Future versions of macOS will not include Python 2.7.
Instead, it is recommended that you transition to using 'python3' from within Terminal.
Python 2.7.16 (default, Jun 5 2020, 22:59:21)
[GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc- on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print 'ok'
ok
>>> k@kdeMac-mini ~ % python3。
Python 3.7.3 (default, Aug 4 2020, 19:30:55)
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> print('ok')
ok
>>> exit()
沒有留言 :
張貼留言