返回列表 發帖
  1. sun=1
  2. for i in range(16):
  3.     sun*=2
  4. print("2的16次方={}".format(sun))
複製代碼

TOP

返回列表