トップページ > プログラム > 2015年01月10日 > ruNBWZhb

書き込み順位&時間帯一覧

17 位/52 ID中時間01234567891011121314151617181920212223Total
書き込み数0000000000100000000000001



使用した名前一覧書き込んだスレッド一覧
デフォルトの名無しさん
Pythonのお勉強 Part50

書き込みレス一覧

Pythonのお勉強 Part50
314 :デフォルトの名無しさん[sage]:2015/01/10(土) 10:18:59.02 ID:ruNBWZhb
Python 2.7.3 (default, Mar 13 2014, 11:03:55)
>>> platform.system()
'Linux'
>>> platform.release()
'3.2.0-4-amd64'

Python 2.7.6 (default, Sep 9 2014, 15:04:36)
>>> platform.system()
'Darwin'
>>> platform.release()
'14.0.0'

Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32
>>> platform.system()
'Windows'
>>> platform.release()
'7'

Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)] on win32
>>> platform.system()
'Windows'
>>> platform.release()
'7'

うちの環境じゃ全然おかしくないけどな


※このページは、『2ちゃんねる』の書き込みを基に自動生成したものです。オリジナルはリンク先の2ちゃんねるの書き込みです。
※このサイトでオリジナルの書き込みについては対応できません。
※何か問題のある場合はメールをしてください。対応します。