<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Tin học cuối kỳ 10 by Quốc Huy Nguyễn</title>
      <link>https://padlet.com/huyquoc2411/tinhoc</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-05-04 15:47:43 UTC</pubDate>
      <lastBuildDate>2023-05-04 15:55:21 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>huyquoc2411</author>
         <link>https://padlet.com/huyquoc2411/tinhoc/wish/2578491211</link>
         <description><![CDATA[<div><a href="https://docs.google.com/document/d/1mSE_laUApniZJUZjHrqI-EDYMojQ_4QC1MFsXIu--LA/edit?fbclid=IwAR3XIJx1B0EJfKgdjRaMbHxDeQntly1799mXhclYZoJ-IergtGgoi3qa05I">ÔN TẬP KIỂM TRA HẾT HK2 - Google Tài liệu</a></div>]]></description>
         <enclosure url="https://docs.google.com/document/d/1mSE_laUApniZJUZjHrqI-EDYMojQ_4QC1MFsXIu--LA/edit?fbclid=IwAR3XIJx1B0EJfKgdjRaMbHxDeQntly1799mXhclYZoJ-IergtGgoi3qa05I" />
         <pubDate>2023-05-04 15:49:56 UTC</pubDate>
         <guid>https://padlet.com/huyquoc2411/tinhoc/wish/2578491211</guid>
      </item>
      <item>
         <title>Viết chương trình thực hiện lần lượt các công việc sau:  Yêu cầu mỗi công việc được triển khai qua một hàm.  a. Nhập từ bàn phím một dãy số nguyên, mỗi số cách nhau một dấu cách.  Chuyển các số này vào một dãy A các số và in dãy A ra màn hình.  b. Tách từ dãy A ra một dãy B gồm các phần tử là số lẻ của dãy A.c. Tính ước chung lớn nhất của độ dài danh sách A và độ dài danh sách B. (**)</title>
         <author>huyquoc2411</author>
         <link>https://padlet.com/huyquoc2411/tinhoc/wish/2578492623</link>
         <description><![CDATA[<div>Đáp án<br>#ham nhap danh sach A<br>def nhap():<br>&nbsp; &nbsp; a=input("Nhap day so nguyen cach nhau boi dau cach: ").split()<br>&nbsp; &nbsp; print(a)<br>&nbsp; &nbsp; a=[int(i) for i in a]<br>&nbsp; &nbsp; return a<br>#tao danh sach B<br>def dsB(a):<br>&nbsp; &nbsp; b=[]<br>&nbsp; &nbsp; for i in a:<br>&nbsp; &nbsp; &nbsp; &nbsp; if i&gt;0:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b.append(i)<br>&nbsp; &nbsp; return b<br>#tao danh sach C<br>def dsC(a):<br>&nbsp; &nbsp; c=[]<br>&nbsp; &nbsp; for i in a:<br>&nbsp; &nbsp; &nbsp; &nbsp; if i&lt;0:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c.append(i)<br>&nbsp; &nbsp; return c<br>#chuong trinh chinh<br>a=nhap()<br>print(a)<br>b=dsB(a)<br>print(b)<br>c=dsC(a)<br>print(c)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-05-04 15:50:50 UTC</pubDate>
         <guid>https://padlet.com/huyquoc2411/tinhoc/wish/2578492623</guid>
      </item>
      <item>
         <title>Bài 1: Viết chương trình tính tổng các số tự nhiên nhỏ hơn 100. s = 0 for i in range(1,100):    s = s + i print(&quot;Tong can tim: &quot;,s)</title>
         <author>huyquoc2411</author>
         <link>https://padlet.com/huyquoc2411/tinhoc/wish/2578493632</link>
         <description><![CDATA[<div>#ham nhap danh sach A&nbsp;<br>def nhap():&nbsp;<br>&nbsp; &nbsp;a=input("Nhap day so nguyen cach nhau boi dau cach: ").split()&nbsp;<br>&nbsp; &nbsp;print(a)&nbsp;<br>&nbsp; &nbsp;a=[int(i) for i in a]&nbsp;<br>&nbsp; &nbsp;return a&nbsp;<br>#tao danh sach B&nbsp;<br>def dsB(a):&nbsp;<br>&nbsp; &nbsp;b=[]&nbsp;<br>&nbsp; &nbsp;for i in a:&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;if i&gt;0:&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;b.append(i)&nbsp;<br>&nbsp; &nbsp;return b</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-05-04 15:51:37 UTC</pubDate>
         <guid>https://padlet.com/huyquoc2411/tinhoc/wish/2578493632</guid>
      </item>
   </channel>
</rss>
