Python 入門 (默認爲Python3)

基礎入門 print 輸出 >>> print ('hello,world') # print()輸出,打印結果 hello,world input 輸入 >>> input(‘請輸入帳號:’) # input()輸入,從鍵盤獲取輸入 請輸入帳號: 註釋 # 我是註釋 # ‘#’後跟單行註釋內容 """
相關文章
相關標籤/搜索