返回列表 發帖
  1. pi=3.14
  2. print("pi:%.7f"%pi)
  3. print("pi:%.6f"%pi)
  4. print("圓周率為%d"%pi)
  5. print("圓周率為%.4f"%pi)
複製代碼

TOP

返回列表