<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>大樂透程式開發流程 by 20511蔡昕妤</title>
      <link>https://padlet.com/s11035080/7v132my0p5vua68y</link>
      <description>111(2) 高二C班課程</description>
      <language>en-us</language>
      <pubDate>2023-03-30 01:27:35 UTC</pubDate>
      <lastBuildDate>2023-06-13 13:40:45 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>程式碼</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537587971</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/z6xVvuTy0" />
         <pubDate>2023-03-30 01:49:52 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537587971</guid>
      </item>
      <item>
         <title>程式碼</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537589341</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/kZku2CE8S" />
         <pubDate>2023-03-30 01:50:55 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537589341</guid>
      </item>
      <item>
         <title>目標</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537592263</link>
         <description><![CDATA[<div>1. 產生一組6個數抽獎號<br>2. 將取亂數的程 (1-49) ,加上排序功能 (由小到大)<br>3. 將排序前後的陣列(result) 結果印出來(要用陣列/串列儲存)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-30 01:53:22 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537592263</guid>
      </item>
      <item>
         <title>目標</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537594527</link>
         <description><![CDATA[<ol><li>產生 Ｎ期的中獎號碼 （第一個提示句：詢問需要抽出幾期?）int n; //抽出期數產生 6個獎號的迴圈要執行 N 次</li><li>用陣列來儲存，每一期中的六個號碼不重覆</li><li>每產生一期，輸出該期號碼</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-30 01:55:01 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537594527</guid>
      </item>
      <item>
         <title>目標</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537597769</link>
         <description><![CDATA[<div>六個 1-100 的 "偶數" 變數,存在陣列中,並列印出來 (數量/範圍/條件)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-30 01:57:42 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537597769</guid>
      </item>
      <item>
         <title>目標</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537600450</link>
         <description><![CDATA[<div>1. 檢查陣列中的資料, 確認號碼不重覆<br>2. 如果陣列中已經有該筆資料，即重新取亂數<br>3. 如果你採用的函數/函式，已具有＂資料不重覆的特性＂，請用一文件說明該函數的用法</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-30 02:00:09 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2537600450</guid>
      </item>
      <item>
         <title>函數解釋</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2545523587</link>
         <description><![CDATA[<div>random.randrange() 函數的運作方式就是先隨機選擇一個索引值，然後根據這個索引值計算出對應的隨機整數。</div><div>random.randrange() 是 Python 中的一個函數，可以用來取得一個指定範圍內的隨機整數。這個函數是由 Python 的官方模組 random 提供的，應該是經過測試和驗證的，因此使用 random.randrange() 取得的隨機整數可以認為是公平的。</div><div>不過要注意的是，使用隨機函數取得的隨機數是有可能出現重複的，也就是說，同一個數字有可能被取到多次。如果在某些情況下需要避免重複的情況，可以使用 random.sample() 函數，這個函數可以在指定的序列中隨機取樣，並且保證每個元素只會被取到一次。</div><div>by ChatGPT</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-05 23:24:12 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2545523587</guid>
      </item>
      <item>
         <title>目標</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569432161</link>
         <description><![CDATA[<div>共產生十期 "開獎號碼"<br>--&gt; 也要秀出十期的結果<br><br>1. 輸入：使用者輸入想要對獎的期別<br>2. 輸出：畫面上輸出該期中獎號碼，<br>如［第Ｘ期中獎號碼：xx. xx. xx. xx. xx. xx / 特別號：xx］</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-26 23:04:41 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569432161</guid>
      </item>
      <item>
         <title>程式碼</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569432954</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/h_4yvGCB-L" />
         <pubDate>2023-04-26 23:06:11 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569432954</guid>
      </item>
      <item>
         <title>目標</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569433696</link>
         <description><![CDATA[<div>已完成十期抽獎，使用者可選擇期別/號碼，查詢有沒有中獎，再詢問是否要繼續查詢（Ｙ(繼續)/Ｎ(結束)）<br><br>—先輸出十期號碼<br>1. 輸入：查詢的期別、對獎的號碼<br>2. 輸出：第幾期／ＸＸ：中獎（沒中獎） 是否要繼續 (Y/N)：</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-26 23:07:40 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569433696</guid>
      </item>
      <item>
         <title>程式碼</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569441242</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/lWV9N0Sod" />
         <pubDate>2023-04-26 23:19:58 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2569441242</guid>
      </item>
      <item>
         <title>程式碼</title>
         <author>s11035080</author>
         <link>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2619754336</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/2NHAEz2iK" />
         <pubDate>2023-06-10 07:26:15 UTC</pubDate>
         <guid>https://padlet.com/s11035080/7v132my0p5vua68y/wish/2619754336</guid>
      </item>
   </channel>
</rss>
