原创 python用戶交互、格式化輸出

python中的註釋 單行的話用“#”號註釋, 多行註釋,可以用三個單引號,或三個雙引號 ''' '''或 """ """ python中用戶輸入 #!/usr/bin/env python #_*_conding:utf-8_*_ na