python基礎之Helloworld及註釋(一)

好吧這個有點簡單了 #使用交互模式 python #使用python3交互模式 python3 #使用 帶有命令行的交互模式 ipython ipython3 #-*- coding:utf-8 -*- #單行註釋 ''' 多行註釋 ''' print("hello world") input輸入函數 # -*- coding: UTF-8 -*- # high = input("請輸入你的身
相關文章
相關標籤/搜索