我選擇的是pycharm IDE 起初我以不需要下載Python.exe但是當(dāng)我要creat a new project 的時(shí)候會(huì)報(bào)錯(cuò)no python interpreter selectde(找不到python解釋器)然后查了一下點(diǎn)擊這里這里解釋的挺清楚的。╮(╯_╰)╭
在網(wǎng)上找到了一個(gè)教程看著上面的例子做了些小練習(xí),下面就是。
1 test hello world! #hello world?
?print 'hello world!'
2 test(關(guān)于輸入輸出)raw_input()?
?print 'please write down your name !'
name = raw_input() print 'name'
ps:markdown真好用,我能告訴你我是為了用markdown記筆記 才學(xué)的python 么?哈哈哈哈