Python
戻る
python-3.0.msi
Python-2.3.5.exe
install
>>> print "Hello World!"
Hello World!
>>> dir
>>> python
Traceback (most recent call last):
File "", line 1, in -toplevel-
python
NameError: name 'python' is not defined
>>> a = 1
>>> b = 2
>>> print a+b
3
>>>
Mark Hammond の Win32 向け拡張モジュールです。 Python から COM を操作できるようになります。
戻る