博客 / 列表

微芒不朽 - python 入門基礎知識練習

原創:叫我詹躲躲 鏈接:https://segmentfault.com/a/11... 1編寫第一個程序,目前使用的都是python 3 # print('hello world!') 2.查看當前python編輯器的版本號 # python -v 3.使用變量 # message = 'hello world!' # print(message) 4.字符串 name = 'jetty'

python3.x , python3.5 , pythonic , Python