錢琦維python迴圈range 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 4月 20, 2023 w3schools學習python w3schools學習python #註解錢琦維程式交易 #相當於javasCRIPT的// for i in range(20,10,-2): print("第"+str(i) + "列") #整數i要和字串相+連,先轉成字串string指令str 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言 George2023年5月6日 晚上7:04421.不要拷貝全螢幕回覆刪除回覆回覆新增留言載入更多… 張貼留言
錢琦維 python math random 5月 15, 2023 w3schools學習python math random import math #劉任昌 輸入數學函式庫 import random #輸入亂數資料庫 x = math.sqrt(2) print(x) #大樂透是49個號碼開出六個 for i in range(6): x = random.randint(1,49) print("開出的第 " + str(i+1) + " 個號碼: " + str(x)) #str是將數字轉成字串string 貪吃蛇的python程式 影片 閱讀完整內容
錢琦維程式設計學習 9月 06, 2020 第一週九月七日 老師給 範本 學生改,如此學習 第二週九月十四日 學習 <label>顏色:</label> <label>黑色<input name="color" type="radio" /></label> <label>紅色<input name="color" type="radio" /></label> <label>綠色<input name="color" type="radio" /></label> <label>藍色<input name="color" type="radio" /></label><br /> <input onclick="draw()" type="button" value="2020年每天通貨走勢" /> <input type="button"value="2020年每天的貨幣數量"onclick="draw()"> 第三周九月二十一日 10 進位 16 進位 位元組 Byte 數的 2 進位表示 2 進為對應的 10 進位 7 6 5 4 3 2 1 0 128 64 32 16 8 4 2 1 0 0 0 0 0 0 0 ... 閱讀完整內容
錢琦維期末考 1月 03, 2021 錢琦維2021年1月期末考 現值 利率 期數 金流 終值 錢琦維對照EXCEL先打開從範圍定義名稱 對照EXCEL金融計算 程式碼 <style> h1{border: 25px outset BLUE; background-color: green; color: white; text-align: center;} </style> <h1>錢琦維2021年1月期末考</h1> <!--輸出現值計算結果到 td--><table border="1"> <tbody> <tr><td>現值</td><td><input id="p" type="number" /></td><td><input onclick="CompP()" type="button" value="計算現值" /></td><td id="p_" width="160"></td></tr> <tr><td>利率</td><td><input id="y" type="number" /></td><td><input onclick="CompP()" type="button" value="計算利率" /></td><td id="p_" width="160"></td></tr> <tr><td>期數</td><td><input id="n" type="number"... 閱讀完整內容
421.不要拷貝全螢幕
回覆刪除