forked from foxli180/HeadFirstPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpypy.py
More file actions
22 lines (19 loc) · 828 Bytes
/
pypy.py
File metadata and controls
22 lines (19 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "copyright", "credits" or "license()" for more information.
>>> WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.
Visit http://www.python.org/download/mac/tcltk/ for current information.
>>>
>>>
>>> import nester
>>> ================================ RESTART ================================
>>>
Traceback (most recent call last):
File "/Users/brianopedal/Git/HeadFirstPython/test.py", line 14, in <module>
print_lol(movies)
NameError: name 'print_lol' is not defined
>>> import nester
>>> ================================ RESTART ================================
>>>
Traceback (most recent call last):
File "/Users/brianopedal/Git/HeadFirstPython/test.py", line 14, in <module>