89. onodes@onodes-asone:~$ python
Python 2.6.2 (release26-maint, Apr
19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type quot;helpquot;, quot;copyrightquot;, quot;creditsquot;
or quot;licensequot; for more information.
>>>
90. onodes@onodes-asone:~$ python
Python 2.6.2 (release26-maint, Apr
19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type quot;helpquot;, quot;copyrightquot;, quot;creditsquot;
or quot;licensequot; for more information.
>>>
104. >>> b = b + 1
Traceback (most recent call last):
File quot;<stdin>quot;, line 1, in <module>
NameError: name 'b' is not defined
パソコンにねーよwww
って言われてしまってるわけです.
さすがに無いものを呼び出すのはいくら
Pythonでも厳しいわけです.