python的簡單輸入輸出格式

python的輸入與輸出: 1. python的輸出: python2: print "要打印的字符串" python3: print("要打印的字符串") name = "python" print("hello %s" %(name))python sid = 1函數   print("hello %.3d" %(sid))3d   2. python的輸入: python2: raw_inp
相關文章
相關標籤/搜索