【原創】python學習筆記(4)--《笨辦法學python》,print函數相關

額外注意:block在python這裏很嚴格重要 不規範縮進,block會報錯!   一 print函數的版本差異 (1)py2裏可以不帶括號,如 print "hello world"         PY2裏寫print ("hello" ,"world") 會輸出 ("hello" ,"world")   #被認識是元組,但1個字符串不會 (2)py3裏必須是函數形式,         PY
相關文章
相關標籤/搜索