<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>11C2 by Nguyễn Văn Hưng</title>
      <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v</link>
      <description>Nhật ký bài tập</description>
      <language>en-us</language>
      <pubDate>2021-11-03 13:53:41 UTC</pubDate>
      <lastBuildDate>2025-08-17 07:47:34 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f696.png</url>
      </image>
      <item>
         <title>Bài tập</title>
         <author>ntb102008</author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1864710405</link>
         <description><![CDATA[<div>Bài 1. Viết chương trình nhập vào 1 số nguyên, kiểm tra số đó là chẵn hay lẻ.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-03 13:54:41 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1864710405</guid>
      </item>
      <item>
         <title>                                                  Hồ Sỹ Tú</title>
         <author></author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1890093248</link>
         <description><![CDATA[<div>a=eval(input('Nhap vao mot so nguyen bat ky: '))<br>if&nbsp; a%2==0 :<br>&nbsp; &nbsp; print('a la so chan')<br>else:<br>&nbsp; &nbsp; &nbsp;print('a la so le')</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-15 02:35:51 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1890093248</guid>
      </item>
      <item>
         <title>Trương Tiến Đạt</title>
         <author></author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1890095550</link>
         <description><![CDATA[<div>a= int( input ( ‘ Nhập vào a=‘))<br>if( a%2==0):<br>&nbsp; print(‘ a là số chắn ‘)<br>else&nbsp;<br>&nbsp; print(‘ a là số lẻ ‘)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-15 02:36:55 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1890095550</guid>
      </item>
      <item>
         <title>Bài học. Cấu trúc rẽ nhánh if ... else</title>
         <author>ntb102008</author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1890141462</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1395293957/c776ec3a981d125291c87d3f5fd2241e/Tiet9_C_U_TR_C_R__NH_NH.pdf" />
         <pubDate>2021-11-15 02:57:55 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1890141462</guid>
      </item>
      <item>
         <title>Lê Thúc Đàn </title>
         <author></author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1904363951</link>
         <description><![CDATA[<div>Bài 2:<br> print ("Nhap vao so thu nhat ")<br>a=float(input( ))<br> print("Nhap vao so thu hai ")<br>b=float(input( ))<br> print("Nhap vao so thu ba ")<br>c=float(input( ))<br> print(" So lon nhat trong ba so ",a, " ",b," ",c," la, max(a, b, c)&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-21 12:48:54 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1904363951</guid>
      </item>
      <item>
         <title>Nguyễn Thị Yến Nhi </title>
         <author></author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1906091773</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1467194014/890c794d9b85bae09164a271db9a15bb/B95C9461_8FC9_4927_873A_65D55A4306FC.jpeg" />
         <pubDate>2021-11-22 13:34:56 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1906091773</guid>
      </item>
      <item>
         <title>Hồ Sỹ Tú</title>
         <author></author>
         <link>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1910710777</link>
         <description><![CDATA[<div>Bài tập 1 xác định số lớn nhất.<br>a=int(input('Nhap vao 1 so nguyen a: '))<br>b=int(input('Nhap vao 1 so nguyen b: '))<br>c=int(input('Nhap vao 1 so nguyen c: '))<br>max=a<br>if max&lt;b :<br>&nbsp; &nbsp; max=b<br>else:<br>&nbsp; &nbsp; max=max<br>if max&lt;c :<br>&nbsp; &nbsp; max=c<br>else :<br>&nbsp; &nbsp; max=max<br>print('So lon nhat la', max)<br>Bài tập 2 giải phương trình bậc 2.<br>import math<br>print('Phuong trinh co dang a*a*x+b*x+c=0')<br>a=float(input('Nhap a: '))<br>b=float(input('Nhap b: '))<br>c=float(input('Nhap c: '))<br>delta=b*b-4*a*c<br>if delta&gt;0 :<br>&nbsp; &nbsp; print('Phuong trinh co 2 nghiem phan biet')<br>&nbsp; &nbsp; x1=(float)(-b+math.sqrt(delta))/(2*a)<br>&nbsp; &nbsp; x2=(float)(-b-math.sqrt(delta))/(2*a)<br>&nbsp; &nbsp; print('Nghiem cua phuong trinh la: ')<br>&nbsp; &nbsp; print('x1 = ',x1)<br>&nbsp; &nbsp; print('x2 = ',x2)<br>elif delta==0 :<br>&nbsp; &nbsp; print('Phuong trinh co 2 nghiem kep')<br>&nbsp; &nbsp; x=(float)(-b)/(2*a)<br>&nbsp; &nbsp; print('Nghiem cua phuong trinh la: x1 = x2 = ',x)<br>else :<br>&nbsp; &nbsp; print('Phuong trinh vo nghiem')<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-24 14:18:41 UTC</pubDate>
         <guid>https://padlet.com/ntb102008/fkf973lt9hhkix2v/wish/1910710777</guid>
      </item>
   </channel>
</rss>
