• 保障型
  • 各家保險公司1
    • 中國人壽
    • 新光
    • 富邦
    • 遠雄
    • 全球
    • 台灣人壽
    • 元大人壽
  • 各家保險公司2
    • 台銀人壽
    • 宏泰
    • 南山&朝陽
    • 國泰
    • 香港保單
    • 第一金人壽
    • 安聯
  • 投資
  • 理財與保險觀念
  • 信用卡
  • 保險局仇視短年期儲蓄險
  • 利率&利差
  • 專家?專門害人家?
  • 舊保單轉換
  • 攝影或3C
  • 新聞
  • 旅遊訂房,購物
  • 廠商廣告
  • 清單
  • 男女交友
  • 笑話
  • 電影
  • 未分類
All Rights ReservedView Non-AMP Version
儲蓄保險王
  • 攝影或3C

Python綜合範例13 樂透號碼 import random, lottoNum = random.randint(1,49)

3 年 ago

#Python 3.X 程式語言特訓教材...

  • 攝影或3C

Python 範例8-3,輸入9種水果,3個排一列

3 年 ago

#Python 3.X 程式語言特訓教材...

  • 攝影或3C

Python綜合範例9,判斷密碼是否符合規則

3 年 ago

Python 3.X 程式語言特訓教材 ...

  • 攝影或3C

Python set 集合 { },交集(intersection) & 像and, 聯集(union) | 像or, 差集(difference)-像減法或not, 對稱差集(symmetric difference)^交集除外 xor

3 年 ago

""" Python 初始化 set 集...

  • 攝影或3C

Python TQC考題910 學生基本資料, print(line.decode(“utf-8”)), if line.decode(“utf-8″).split()[2] ==”0”: female += 1

3 年 ago

#Python TQC考題910 學生基...

  • 攝影或3C

Python TQC考題909

3 年 ago

#Python TQC考題909 f_n...

  • 攝影或3C

Python TQC考題908 單字次數計算,with open() as file: for line in file: for w in line.split()

3 年 ago

fname=input() n=int(...

  • 攝影或3C

Python TQC考題907 計算行數,字數,字元數

3 年 ago

#Python TQC考題907 計算行...

  • 攝影或3C

Python TQC考題906 字串資料取代, datanew = data.replace (strold, strnew), f.write(datanew)

3 年 ago

#Python TQC考題906 字串資...

  • 攝影或3C

Python TQC考題905 字串資料刪除,datanew=data.replace(strold,strnew), f.write(datanew)

3 年 ago

#Python TQC考題905 字串資...

Show more Posts
Show previous Posts
All Rights ReservedView Non-AMP Version