python的簡單輸入輸出格式

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