返回列表 發帖
  1. a=123
  2. b=0.1
  3. c="tony"
  4. d=True
  5. print(a)
  6. print(a,b,c,d,sep="",end="/")
  7. str(a)
複製代碼
回復 2# 鄭繼威

TOP

返回列表