<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>TIN HỌC 11 - LẬP TRÌNH VỚI PYTHON by THPT Xuân Đỉnh</title>
      <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet</link>
      <description>Được tạo với sự tò mò, đam mê thuật toán và tư duy logic</description>
      <language>en-us</language>
      <pubDate>2021-11-02 04:39:48 UTC</pubDate>
      <lastBuildDate>2025-12-30 18:03:07 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f970.png</url>
      </image>
      <item>
         <title>Ví dụ 1: Ba cạnh của 1 tam giác</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866456348</link>
         <description><![CDATA[<div>a = float(input('a = '))<br>b = float(input('b = '))<br>c = float(input('c = '))<br>if&nbsp; not ((a + b) &gt; c) and ((a + c) &gt; b) and ((b + c) &gt; a):<br>	print('Không phải 3 cạnh của tam giác')<br>elif ((a*a+ b*b) == c*c) or ((b*b+ c*c) == a*a) or ((a*a+ c*c) == b*b) :&nbsp;<br>	print('Là 3 cạnh của tam giác vuông')<br>else:<br>	print('Là 3 cạnh của tam gíác')</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1435187624/482dc1595ae195a64215095b97151b06/maxresdefault.jpg" />
         <pubDate>2021-11-04 03:21:41 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866456348</guid>
      </item>
      <item>
         <title>Ví dụ 4: Xếp loại học sinh</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866461997</link>
         <description><![CDATA[<div>Input: Số thực – Float&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>tên biến là DTB<br>Output: In ra Xếp loại<br>Nếu DTB &gt;=8 thì “XL Giỏi”&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>Nếu <strong>DTB&lt;8</strong> và DTB &gt;=6.5 thì “XL Khá”&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>Nếu <strong>DTB&lt;6.5</strong> và DTB &gt;=5 thì “XL Trung bình”&nbsp; &nbsp; &nbsp;</div><div>Nếu <strong>DTB&lt;5</strong> và DTB &gt;=3.5 thì “XL Yếu”&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>Còn lại: (DTB&lt;3.5) thì “XL Kém”&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1435187624/919d473e2eb106c2bfbdb680d70a5cc0/xep_loai_hoc_sinh_thcs_thpt_2108233103.jpg" />
         <pubDate>2021-11-04 03:24:31 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866461997</guid>
      </item>
      <item>
         <title>LINK PYTHON TRỰC TUYẾN</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866467140</link>
         <description><![CDATA[<div>Các con chọn liên kết này viết chương trình và nhập bộ test để xem kết quả</div>]]></description>
         <enclosure url="https://www.online-python.com/" />
         <pubDate>2021-11-04 03:27:09 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866467140</guid>
      </item>
      <item>
         <title>Nội dung bài học</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866474800</link>
         <description><![CDATA[<div>Các con xem lại nội dung lý thuyết để vận dụng hiệu quả hơn nhé</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1435187624/6e3c8cf27a3d58ad9e14c28dea678993/Bai_9__Cau_lenh_re_nhanh_If___else.pptx" />
         <pubDate>2021-11-04 03:31:07 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866474800</guid>
      </item>
      <item>
         <title>Tài liệu tự học</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866503771</link>
         <description><![CDATA[<div>Dành cho các bạn đam mê lập trình Python<br>Bước 1: Chọn bài tập, đọc đề bài, nghĩ cách làm<br>Bước 2: Chạy thử code mẫu<br>Bước 3: Tự viết chương trình mới theo cách tư duy của mình<br>Bước 4: Chạy chương trình, xem kết quả đúng/sai&nbsp;và so sánh với code mẫu</div>]]></description>
         <enclosure url="https://quantrimang.com/hon-100-bai-tap-python-co-loi-giai-code-mau-142456#mcetoc_1btli9vou2" />
         <pubDate>2021-11-04 03:47:03 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866503771</guid>
      </item>
      <item>
         <title>BÀI TẬP THAM KHẢO</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866557259</link>
         <description><![CDATA[<div>Chọn bài tập và nhập bộ test để hiểu hơn về cấu trúc rẽ nhánh </div>]]></description>
         <enclosure url="https://quantrimang.com/lenh-if-ifelse-trong-python-141111" />
         <pubDate>2021-11-04 04:23:04 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866557259</guid>
      </item>
      <item>
         <title>Ví dụ 2: Làm bài theo cặp</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866882686</link>
         <description><![CDATA[<div>Nhập vào 1 số nguyên x bất kỳ<br>Kiểm tra x có chia hết cho 2 hay không?<br>- Nếu x chia hết cho 2: thông báo ra màn hình "Đây là số chẵn"<br>- Ngược lại: thông báo ra màn hình "Đây là số lẻ"</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-04 08:16:12 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1866882686</guid>
      </item>
      <item>
         <title>Ví dụ 3: Viết chương trình so sánh 2 số nguyên</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874277517</link>
         <description><![CDATA[<div>Input: 2 số nguyên a, b<br>Output: Kết quả so sánh 2 số đó</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1435187624/7ec74e5604d596976a4ddf8e028e389f/images.png" />
         <pubDate>2021-11-08 06:32:22 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874277517</guid>
      </item>
      <item>
         <title>Vận dụng: Sửa lỗi chương trình sau</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874286352</link>
         <description><![CDATA[<div>from math import sqrt<br>print("Giải phương trình bậc 2: ax^2 + bx + c = 0")<br>a = float(input("Nhập a: "))<br>b = float(input("Nhập b: "))<br>c = float(input("Nhập c: "))<br>delta = b ** 2 - 4 * a * c<br>if delta &lt; 0: print("Phương trình vô số nghiệm!")<br>if delta == 0: print("Phương trình có 1 nghiệm x = ", -b / (2 * a))<br>elif &nbsp;print("Phương trình có 2 nghiệm phân biệt!")<br>print("x1 = ", float((-b - sqrt(delta)) / (2 * a)))<br>print("x2 = ", float((-b + sqrt(delta)) / (2 * a)))</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1435187624/32b122dd1d96f88c6c5147b33a68e323/m1.jpg" />
         <pubDate>2021-11-08 06:38:32 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874286352</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874373654</link>
         <description><![CDATA[<div>05. Diệp Anh&nbsp;<br>Không phải 3 cạnh của tam giác</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 07:32:23 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874373654</guid>
      </item>
      <item>
         <title>Ví dụ 5: Giải phương trình ax+b=0</title>
         <author>12d8c3xuandinh</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874420452</link>
         <description><![CDATA[<div>Viết code giải quyết bài toán trên.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1435187624/d6ca1bf65ac4a89fbabbefb61d0d828a/axb.jpg" />
         <pubDate>2021-11-08 07:56:50 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874420452</guid>
      </item>
      <item>
         <title>VD2</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874649322</link>
         <description><![CDATA[<div>a = int(input('a = '))<br>if((a % 2)==0):<br>&nbsp; &nbsp; print('Đây là số chẵn')<br>else:<br>&nbsp; &nbsp; print('Đây là số lẻ')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:00:49 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874649322</guid>
      </item>
      <item>
         <title>https://www.online-python.com/Nvkt60JDIo</title>
         <author>tramnguyengago</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874655713</link>
         <description><![CDATA[<div>43.trâm</div>]]></description>
         <enclosure url="https://www.online-python.com/Nvkt60JDIo" />
         <pubDate>2021-11-08 10:04:15 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874655713</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874656401</link>
         <description><![CDATA[<div>x=float(input("Nhập x="))<br>if x%2==0: print("Đây là số chẵn.")<br>else: print("Đây là số lẻ")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:04:38 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874656401</guid>
      </item>
      <item>
         <title>07 Hà Châu; 37 Bùi Trang</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874658757</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1400183293/519d1cd6f032b823ac0fecc37c81dae8/chanle" />
         <pubDate>2021-11-08 10:06:00 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874658757</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874661646</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1399506619/2ee1a4650567e4fbcca9d823f2e60f85/thanhngoc11d3.py" />
         <pubDate>2021-11-08 10:07:35 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874661646</guid>
      </item>
      <item>
         <title>a= int(input (&#39;Nhập a&#39;)if (a%2)==0 : print(&#39; Đây là số chẵn &#39;)else : print(&#39; Đây là số lẻ &#39;)</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874663081</link>
         <description><![CDATA[<div>39Ptrang+40Htrang</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:08:23 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874663081</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874671822</link>
         <description><![CDATA[<div>17.Minh Hiếu&nbsp;<br>19.Tiến Huy</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1444890255/609fd47b6527224c77ddc56fbcd7cf0d/untitled2.py" />
         <pubDate>2021-11-08 10:13:10 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874671822</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874673088</link>
         <description><![CDATA[<div>x=float(input("Nhập x="))<br>if x%2==0: print("Đây là số chẵn.")<br>else: print("Đây là số lẻ"</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:13:50 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874673088</guid>
      </item>
      <item>
         <title>a = int(input(&#39;a = &#39;))if((a % 2)==0):    print(&#39;Đây là số chẵn&#39;)else:    print(&#39;Đây là số lẻ&#39;)</title>
         <author>vinhtrongs2206</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874673612</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:14:06 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874673612</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874677242</link>
         <description><![CDATA[<div>a= int(input('a = '))<br>if((a % 2)==0):<br>&nbsp; &nbsp; print('Đây là số chẵn')<br>else:<br>&nbsp; &nbsp;print('Đây là số lẻ')<br>33.quỳnh</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:16:04 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874677242</guid>
      </item>
      <item>
         <title>vd 3</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874679675</link>
         <description><![CDATA[<div>https://www.online-python.com/uw0jmCn3QB</div>]]></description>
         <enclosure url="https://www.online-python.com/uw0jmCn3QB" />
         <pubDate>2021-11-08 10:17:27 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874679675</guid>
      </item>
      <item>
         <title>27, Thảo My</title>
         <author>nthaomy</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874679835</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1399512800/362a0705556a3dd850565de0d9afb590/vd2" />
         <pubDate>2021-11-08 10:17:33 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874679835</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874680121</link>
         <description><![CDATA[<div>14 Hoàng Đức</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1399505952/26163422d90b445ae526fb6525190630/vd3.py" />
         <pubDate>2021-11-08 10:17:43 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874680121</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874683483</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1444890320/cad468e20bab21c4ab0d4509a95557cd/VD3" />
         <pubDate>2021-11-08 10:19:36 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874683483</guid>
      </item>
      <item>
         <title>a=int(input(‘a=‘))</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874685990</link>
         <description><![CDATA[<div>if (a%2) ==0):<br>&nbsp; &nbsp; print(‘Đây là số chẵn’)<br>else:<br>       print(‘Đây là số lẻ’)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:20:59 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874685990</guid>
      </item>
      <item>
         <title>a=int(input(&#39;Nhập a&#39;))b=int(input(&#39;Nhập b&#39;))if a&gt;b:    print(&#39;a lớn hơn b&#39;)elif a==b:    ptint(&#39;a bằng b&#39;)else :    print(&#39;a nhỏ hơn b&#39;)</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874687405</link>
         <description><![CDATA[<div>39+40:Ptrang-Htrang</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:21:48 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874687405</guid>
      </item>
      <item>
         <title>27. Thảo My</title>
         <author>nthaomy</author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874688582</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1399512800/6c0c4a650df5f51ed2e4bcee4887b2a0/vd3" />
         <pubDate>2021-11-08 10:22:28 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874688582</guid>
      </item>
      <item>
         <title>41.Thuỳ TRang</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874690589</link>
         <description><![CDATA[<div>a=int(input(‘a=‘))</div><div>if((a%2)==0):</div><div>&nbsp; &nbsp; &nbsp;print(‘Đây là số chẵn’)</div><div>else:</div><div>&nbsp; &nbsp; print(‘Đây là số lẻ’)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:23:38 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874690589</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874692180</link>
         <description><![CDATA[<div>a=int(input('a ='))<br>b=int(input('b ='))<br>if(a&gt;b):<br>&nbsp; &nbsp; print('a lớn hơn b')<br>elif(a==b):<br>&nbsp; &nbsp; print(' a bằng b ')<br>else:<br>&nbsp; &nbsp; print('a nhỏ hơn b')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:24:37 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874692180</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874693388</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1399506374/c4fd0abf3a41dc33b32b2ad9632da913/ho_ng_y_n" />
         <pubDate>2021-11-08 10:25:17 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874693388</guid>
      </item>
      <item>
         <title>41.Thuỳ Trang</title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874693826</link>
         <description><![CDATA[<div>a = int(input("a = "))<br>b = int(input("b = "))<br>if a &gt; b:<br>&nbsp; &nbsp; print("a lớn hơn b")<br>elif a &lt; b:<br>&nbsp; &nbsp; print(" a nhỏ hơn b")<br>else:<br>&nbsp; &nbsp; print("a = b")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:25:34 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874693826</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874695327</link>
         <description><![CDATA[<div>x=int(input(‘a=‘))<br>if((a%2==0):<br>&nbsp; &nbsp; &nbsp;print(‘Đây là số chẵn’)<br>else:<br>&nbsp; &nbsp; &nbsp;print(‘Đây là số lẻ’)<br>38NPTTrang</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-08 10:26:35 UTC</pubDate>
         <guid>https://padlet.com/12d8c3xuandinh/xuandinhpadlet/wish/1874695327</guid>
      </item>
   </channel>
</rss>
