<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>LATIHAN FUNCTION DAN PROCEDURE by NUR HANANI BINTI JAAFAR Moe</title>
      <link>https://padlet.com/g10138064/Bookmarks</link>
      <description>STRUKTUR KOD DAN ARAHAN</description>
      <language>en-us</language>
      <pubDate>2020-04-09 15:05:10 UTC</pubDate>
      <lastBuildDate>2025-10-16 01:08:03 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>g10138064</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667391908</link>
         <description><![CDATA[<div>SOALAN 1. PAGE 80<br>TULISKAN JAWAPAN<br><br>SOALAN 2. PAGE 82<br>TULISKAN JAWAPAN<br><br>SOALAN 3. PAGE 83<br>TULISKAN JAWAPAN<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:47:17 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667391908</guid>
      </item>
      <item>
         <title>Alia Irdina</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667398215</link>
         <description><![CDATA[<div>page 80 (TP1)<br><br>1. struktur kawalan ulangan<br>2. struktur kawalan pilihan<br>3. struktur kawalan jujukan<br>4. struktur kawalan pilihan bersarang<br>5. struktur kawalan pilihan bersarang<br>6. struktur kawalan pilihan<br><br>page 82 ( TP4 &amp; TP5)<br><br>soalan 1<br>&nbsp;1. tertinggal simbol colon (:)<br>&nbsp;if markah &gt;50 :<br><br>soalan 2<br>1.tiada indent baris 2,3<br><br>soalan 3<br>1.tiada simbol colon<br><br>page 83 (TP3)<br><br>soalan 2<br>nombor=int(input("masukkan nombor:"))<br>if nombor &lt;10:<br>&nbsp; &nbsp; print (nombor,"lebih kecil dari 10")<br>else :<br>&nbsp; &nbsp; print (nombor,"lebih besar dari 10")<br><br><br>soalan 3<br>nombor=int(input("masukkan nombor:"))<br>if nombor / 2 == 0 :<br>&nbsp; &nbsp; print (nombor,"adalah nombor genap")<br>else :<br>&nbsp; &nbsp; &nbsp; &nbsp; print (nombor , "adalah nombor ganjil")<br><br><br>soalan 4<br>pilihan=(input("masukkan pilihan anda (y/t):"))<br>if (pilihan == "y"):<br>&nbsp; &nbsp; print ("anda ingin keluar")<br>&nbsp; &nbsp; exit<br>else :<br>&nbsp; &nbsp; print ("anda akan teruskan")<br><br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:52:45 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667398215</guid>
      </item>
      <item>
         <title>Thurkaashini</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667398462</link>
         <description><![CDATA[<div>Muka surat 80 (TP 1)<br><br>1) Struktur&nbsp; kawalan ulangan&nbsp;<br>2) Struktur&nbsp; kawalan pilihan<br>3)Struktur&nbsp; kawalan jujukan<br>4)Struktur&nbsp; kawalan pilihan bersarang&nbsp;<br>5)Struktur&nbsp; kawalan pilihan bersarang<br>6)Struktur&nbsp; kawalan pilihan<br><br>Muka surat 82 (TP 4&amp;5 )<br><br>1) tiada simbol colon<br>2)tiada indent<br>3) tiada simbol colon<br><br>Muka surat 83 ( TP 3 )<br><br>Soalan 1<br>umur= int(input("Masukkan umur: "))<br>if umur &lt;12 :<br>&nbsp; &nbsp; print("Harga tiket: RM 12")<br>else:<br>&nbsp; &nbsp; print("Harga tiket: RM 18")<br><br>SOALAN 2<br><br>nombor= int(input("Masukkan nombor: "))<br>if nombor &lt;10 :<br>&nbsp; &nbsp; print("Lebih kecil dari 10")<br>else:<br>&nbsp; &nbsp; &nbsp;print("Lebih besar dari 10")<br><br>SOALAN 3<br><br>nombor= int(input("Masukkan nombor: "))<br>if nombor %2==0:<br>&nbsp; &nbsp; print("Nombor genap")<br>else:<br>&nbsp; &nbsp; print("Nombor ganjil")<br><br>SOALAN 4<br>pilihan= input("PIlihan anda (y/t) : ")<br>&nbsp; if pilihan== "t" :<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print("Anda ingin teruskan")<br>else:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print("Anda ingin keluar")<br><br>&nbsp;<br>&nbsp;<br><br><br><br>&nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:53:00 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667398462</guid>
      </item>
      <item>
         <title>SARANYA</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667398714</link>
         <description><![CDATA[<div>1. Struktur kawalan ulangan<br>2. Struktur kawalan pilihan<br>3. Struktur kawalan jujukan<br>4. Struktur kawalan pilihan bersarang<br>5. Struktur kawalan pilihan bersarang<br>6. Struktur kawalan pilihan<br><br>M/S 82<br>1. Tiada simbol colon :<br>2. Tiada indent<br>2. Tiada simbol colon:<br><br>M/S 83<br>1.<br>umur=int(input("Masukkan umur:"))<br>if umur &lt;12<br>&nbsp; &nbsp;print("Harga tiket RM12")<br>else:<br>&nbsp; &nbsp;print("Harga tiket RM18")<br><br>2.<br>nombor=int(input("Masukkan nombor:"))<br>if nombor &gt;10:<br>&nbsp; &nbsp;print("Lebih besar dari 10")<br>else:<br>&nbsp; &nbsp;print("Lebih kecil dari 10")<br><br>3.<br>nombor=int(input("Masukkan nombor:"))<br>if nombor %2==0<br>&nbsp; &nbsp; &nbsp;print("Nombor genap")<br>else:<br>&nbsp; &nbsp; &nbsp;print("Nombor ganjil")<br><br>4.<br>pilih= input("Pilihan anda(y/t):")<br>if pilih=="y"<br>&nbsp; &nbsp; print("Anda ingin keluar")<br>else:<br>     print("Anda ingin teruskan:)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:53:14 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667398714</guid>
      </item>
      <item>
         <title>Nur Amalynna</title>
         <author>m9154326</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667399542</link>
         <description><![CDATA[<div>PAGE 80 :<br><br>1. Struktur kawalan ulangan<br>2. Struktur kawalan pilihan&nbsp;<br>3. Struktur kawalan jujukan&nbsp;<br>4. Struktur kawalan pilihan bersarang<br>5. Struktur kawalan pilihan bersarang<br>6. Struktur kawalan pilihan<br><br>PAGE 82 :<br>1. if markah &gt; 50 :<br>2. blog if tiada indent<br>3. tertinggal simbol : pada else<br><br>PAGE 83 :<br><br>soalan 1 :<br><br>umur=int(input("Masukkan nama anda:")<br>if umur &lt; 12 :<br>&nbsp; &nbsp; print ("Harga tiket : RM12 ")<br>else :<br>&nbsp; &nbsp; print ("Harga tiket : RM18")<br><br>soalan 2 :<br><br>nom = int(input("Masukkan nombor ="))<br>if nom &gt; 10 :<br>&nbsp; &nbsp; print("Lebih besar dari 10")<br>else :<br>&nbsp; &nbsp; print("Lebih kecil dari 10")<br><br>soalan 3 :<br><br>nombor = int(input("Masukkan nombor:"))<br>if nombor %2 ==0 :<br>&nbsp; &nbsp; print ("Nombor genap")<br>else :<br>&nbsp; &nbsp; print ("Nombor ganjil")<br><br>soalan 4 :<br><br>pilih = input("Pilihan anda (y/t)")<br>if (pilih := "y")=<br>&nbsp; &nbsp; print ("Anda ingin keluar")<br>else :<br>&nbsp; &nbsp; print ("Anda ingin teruskan")<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:54:04 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667399542</guid>
      </item>
      <item>
         <title>Gogul</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667400372</link>
         <description><![CDATA[<div>1.Struktur kawalan ulangan<br>2.Struktur kawalan pilihan<br>3.Struktur kawalan jujukan<br>4.Struktur kawalan pilihan bersarang<br>5.Struktur kawalan pilihan bersarang<br>6.Struktur kawalan pilihan<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:54:36 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667400372</guid>
      </item>
      <item>
         <title>Kathirvell</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667401612</link>
         <description><![CDATA[<div>pg 80<br>1.Struktur kawalan ulangan<br>2.Struktur kawalan pilihan&nbsp;<br>3.Struktur kawalan jujukan<br>4.Struktur kawalan pilihan bersarang<br>5.Struktur kawalan&nbsp; pilihan bersarang<br>6.Struktur kawalan pilihan<br><br>pg 82<br>1.tertinggal simbol :<br>if markah &gt; 50 :<br>2.Tertinggal indent<br>3.Tertinggal colon selepas else<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1283883104/d279ab1d5227e8088b1194e08c57707d/Pg_83_ASK_.pdf" />
         <pubDate>2021-08-03 03:55:49 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667401612</guid>
      </item>
      <item>
         <title>Rashmitra</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667401851</link>
         <description><![CDATA[<div>1 ulangan<br>2 pilihan<br>3 jujukan<br>4 pilihan bersarang<br>5 bersarang<br>6 Pilihan<br>😢</div>]]></description>
         <enclosure url="https://media4.giphy.com/media/TjS7u7yoMC2KubI5wE/giphy.gif" />
         <pubDate>2021-08-03 03:56:02 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667401851</guid>
      </item>
      <item>
         <title>YAHKEISH</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667403222</link>
         <description><![CDATA[<div>1. Struktur kawalan ulangan<br>2. Struktur kawalan pilihan<br>3. Struktur kawalan jujukan<br>4. Struktur kawalan pilihan bersarang<br>5. Struktur kawalan pilihan bersarang<br>6. Struktur kawalan pilihan<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:57:21 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667403222</guid>
      </item>
      <item>
         <title>Nur naurah jannah binti abdul muhaimin</title>
         <author>m10791944</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667404364</link>
         <description><![CDATA[<div>1.Struktur kawalan ulangan<br>2.Struktur kawalan pilihan<br>3.Struktur kawalan jujukan<br>4.Struktur kawalan pilihan bersarang<br>5.Struktur kawalan pilihan bersarang<br>6.Struktur kawalan pilihan</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 03:58:16 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667404364</guid>
      </item>
      <item>
         <title></title>
         <author>m8772721</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667407080</link>
         <description><![CDATA[<div>1. Struktur kawalan ulangan<br>2. Struktur kawalan pilihan<br>3. Struktur kawalan jujukan<br>4. Struktur kawalan pilihan bersarang<br>5. Struktur kawalan pilihan bersarang<br>6. Struktur kawalan pilihan<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:01:02 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667407080</guid>
      </item>
      <item>
         <title>GAYATHIRI </title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667414846</link>
         <description><![CDATA[<div>TIADA COLON (BARIS 1)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:09:13 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667414846</guid>
      </item>
      <item>
         <title>YAHKEISH</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667415277</link>
         <description><![CDATA[<div>KESALAHAN : TIADA COLON</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:09:40 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667415277</guid>
      </item>
      <item>
         <title></title>
         <author>m8772721</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667415612</link>
         <description><![CDATA[<div>page 82 (TP4&amp;5)<br>soalan 1<br>tiada colon<br>pembetulan:if markah &gt; 50:<br><br>soalan 2<br>tiada inden<br><br>soalan 3<br>tiada colon<br>pembetulan:else:<br><br>page 83 (TP3)<br>Soalan 1</div><div><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:10:02 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667415612</guid>
      </item>
      <item>
         <title>Gogul</title>
         <author>m8732301</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667416370</link>
         <description><![CDATA[<div><em>Page 82</em><br>1)tertinggal simbol colon<br> if markah &gt;50:<br><br>2)if markah &gt; 50:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print("Lulus")<br><br>3)tertinggal simbol colon<br>&nbsp; &nbsp;else:<br><br><em>Page 83<br></em>Soalan 2:&nbsp;<br>&nbsp; &nbsp;<br>nombor=int(input("Masukkan nombor")<br>if nombor &lt;10:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print("Lebih kecil dari 10")<br>else:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print('Lebih besar dari 10")<br><br>Soalan 3:<br><br>nombor=int(input("Masukkan nombor")<br>if nombor %2==0:<br>&nbsp; &nbsp; &nbsp; &nbsp;print("Nombor genap")<br>else:<br>&nbsp; &nbsp; &nbsp; &nbsp;print("Nombor ganjil")<br><br>Soalan 4:<br><br>pilih=input("Pilihan anda (y/t)")<br>if (pilih=="y"):<br>&nbsp; &nbsp; &nbsp; print("Anda ingin keluar")<br>else:<br>       print("Anda ingin teruskan")<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:10:47 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667416370</guid>
      </item>
      <item>
         <title>YAHKEISH</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667417241</link>
         <description><![CDATA[<div>SOALAN 1<br>KESALAHAN : TIADA COLON<br>PEMBETULAN : if markah &gt; 50 <mark>:</mark></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:11:37 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667417241</guid>
      </item>
      <item>
         <title>GAYATHIRI MS 82</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667417908</link>
         <description><![CDATA[<div>2)TIADA INDENT (BARIS 2,3)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:12:13 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667417908</guid>
      </item>
      <item>
         <title>Dynia</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667418194</link>
         <description><![CDATA[<div>Muka Surat 82<br>Soalan 1<br>= tiada colon&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:12:32 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667418194</guid>
      </item>
      <item>
         <title>YAHKEISH</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667418764</link>
         <description><![CDATA[<div>SOALAN 2<br>KESALAHAN : TIADA INDENT BARIS 2,3</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:13:06 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667418764</guid>
      </item>
      <item>
         <title>D.SASIITHARAN</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667418775</link>
         <description><![CDATA[<div>80(TP1)<br>1.Struktur kawalan ulangan<br>2.struktur kawalan pilihan<br>3.struktur kawalan jujukan<br>4.struktur kawalan pilihan bersarang<br>5.struktur kawalan pilihan bersarang<br>6.struktur kawalan pilihan.<br><br>82(TP 4&amp;5)<br>1.Tiada colon after if<br>2.Tiada indent sebelum print.<br>3.tiada colon after else.<br><br>83(TP 3)<br>1.<br>umur=int(input("Masukkan umur anda")<br>&nbsp;if umur &lt; 12 :<br>&nbsp; &nbsp; print("Harga tiket : RM 12")<br>else:<br>&nbsp; &nbsp; print("Harga tiket : RM 18")<br><br>2.<br>nombor=int(input("Masukkan nombor")<br>&nbsp;if nombor &lt; 10 :<br>&nbsp; &nbsp; &nbsp;print("Nombor lebih kecil dari 10")<br>else:<br>&nbsp; &nbsp;print("Nombor lebih besar dari 10")<br><br>3.<br>nombor=int(input("Masukkan nombor")<br>&nbsp;if nombor %2 == 0 :<br>&nbsp; &nbsp; print("Nombor genap")<br>else:<br>&nbsp; &nbsp; print("Nombor ganjil")<br><br>4.<br>&nbsp;pilih=input("Pilihan anda (y/t)")<br>&nbsp; &nbsp;if pilih = y :<br>&nbsp; &nbsp; &nbsp; print("anda ingin keluar")<br>&nbsp; &nbsp;if pilih = t :<br>      print("anda ingin teruskan")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:13:07 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667418775</guid>
      </item>
      <item>
         <title>YAHKEISH</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667419323</link>
         <description><![CDATA[<div>SOALAN 3<br>KESALAHAN : SELEPAS ELSE TIADA COLON</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:13:41 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667419323</guid>
      </item>
      <item>
         <title>1) if markah &gt; 50 :</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667419471</link>
         <description><![CDATA[<div>Tertinggal simbol double-dot,...<br><br>2) if markah &gt; 50 :<br>&nbsp; &nbsp; &nbsp; &nbsp; Print<br>Kene smbg Dr bawah prktn "markah"<br><br>3) else :<br>Trtggl smbol dthe-double-dot-symbol</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:13:51 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667419471</guid>
      </item>
      <item>
         <title>GAYATHIRI MS 82</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667419633</link>
         <description><![CDATA[<div>3) SELEPAS ELSE TIADA COLON(baris 3)<br>else&nbsp;<br>else :</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:14:01 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667419633</guid>
      </item>
      <item>
         <title>Naurah</title>
         <author>m10791944</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667419722</link>
         <description><![CDATA[<div>1.Tiada simbol :<br>if markah &gt; 50 :</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:14:08 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667419722</guid>
      </item>
      <item>
         <title>GAYATHIRI A/P KUMARASAMY</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667435855</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1283883469/1930ba504c0f604e559a6f69cdd1d3ed/image.png" />
         <pubDate>2021-08-03 04:31:28 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667435855</guid>
      </item>
      <item>
         <title>Dynia</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667435992</link>
         <description><![CDATA[<div>MS 83 ( Soalan 1 )<br>umur = int(input("Masukkan nama anda :"))<br>if umur &lt; 12 :<br>&nbsp; &nbsp;print( "Harga tiket : RM 12 "))<br>else :<br>&nbsp; &nbsp;print("Harga tiket :&nbsp; RM 18 ")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:31:35 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667435992</guid>
      </item>
      <item>
         <title>YAHKEISH</title>
         <author></author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667441413</link>
         <description><![CDATA[<div>Soalan 1 [TP4/5] pg 82<br><br>Kesalahan : tiada colon selepas if markah &gt; 50.<br><br>Soalan 2<br><br>Kesalahan : tiada indent pada baris kedua dan ketiga.<br><br>Soalan 3<br><br>Kesalahan : tiada colon selepas else.<br><br><br>Soalan 1 [TP3] pg 83<br>Kod:<br><br>umur = int(input("Masukkan umur anda = "))<br><br>if umur =&gt; 12:<br>&nbsp; &nbsp; &nbsp; &nbsp; print("Harga tiket RM18")<br>else:<br>&nbsp; &nbsp; &nbsp; print("Harga tiket RM12")<br><br><br>Soalan 2<br>Kod:<br><br>nom = int(input("Masukkan nombor = "))<br><br>if nom &gt; 10 :<br>&nbsp; &nbsp; &nbsp; print("Lebih besar dari 10")<br>else:<br>&nbsp; &nbsp; &nbsp; print("Lebih kecil dari 10")&nbsp;<br><br>Soalan 3<br>Kod:<br><br>nombor = int(input("Masukkan nombor = "))<br><br>if nombor % 2 == 0:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;print("Nombor Genap")<br>else:<br>&nbsp; &nbsp; &nbsp; print("Nombor Ganjil")<br><br>Soalan 4<br>Kod:<br><br>pilihan1 = input("Pilihan anda (y/t) : ")<br><br>if pilihan1 =="y":<br>&nbsp; &nbsp; &nbsp; &nbsp; print("Anda ingin keluar")<br>else:<br>&nbsp; &nbsp; &nbsp; print("Anda ingin teruskan")</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:37:26 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667441413</guid>
      </item>
      <item>
         <title></title>
         <author>m8772721</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667447025</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1283891607/5db6c0a14d78710016666f32156cf790/image.png" />
         <pubDate>2021-08-03 04:43:02 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667447025</guid>
      </item>
      <item>
         <title>Harcanaa</title>
         <author>m8722019</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667463662</link>
         <description><![CDATA[<div>SOALAN 1<br>umur = int(input("Masukkan umur anda"))<br>if umur&lt;12:<br>&nbsp; &nbsp; &nbsp;print("Harga tiket : RM12")<br>else :<br>&nbsp; &nbsp; &nbsp;print("Harga tiket : RM18")<br><br>SOALAN 2<br>nom=int(input("Masukkan nombor = "))<br><br>if nom&gt;10 :<br>&nbsp; &nbsp;print("Lebih besar dari 10")<br>else :<br>&nbsp; &nbsp;print("Lebih kecil dari 10")<br><br>SOALAN 3<br>nombor=int(input("Masukkan nombor ="))<br>if nombor %2 == 0 :&nbsp;<br>&nbsp; &nbsp; print("Nombor genap")<br>else :<br>&nbsp; &nbsp; print("Nombor ganjil")<br>SOALAN 4&nbsp;<br>pilihan1= input("Pilihan anda (y/t) :")<br>&nbsp;if pilihan1=="y":<br>&nbsp; &nbsp; print("Anda ingin keluar")<br>&nbsp;else :<br>&nbsp; &nbsp; print("Anda ingin teruskan")<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-03 04:59:52 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667463662</guid>
      </item>
      <item>
         <title>GAYATHIRI KUMARASAMY</title>
         <author>m8781457</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667469078</link>
         <description><![CDATA[<div>MS 83 SOALAN 1 (tp3)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1283919508/d3b66c93c2aada9d0b0e809a9a6eeadd/image.png" />
         <pubDate>2021-08-03 05:05:48 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667469078</guid>
      </item>
      <item>
         <title>GAYATHIRI</title>
         <author>m8781457</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667479995</link>
         <description><![CDATA[<div>MS 83 soalan 3 (tp 3)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1283919508/7a2cb0cc612b8e9e36aa2955fb80dc41/image.png" />
         <pubDate>2021-08-03 05:17:47 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667479995</guid>
      </item>
      <item>
         <title>GAYATHIRI</title>
         <author>m8781457</author>
         <link>https://padlet.com/g10138064/Bookmarks/wish/1667500025</link>
         <description><![CDATA[<div>MS 83 SOALAN 4 (tp3)</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1283919508/f334711565f296d5d8df71567eed7ac2/image.png" />
         <pubDate>2021-08-03 05:42:32 UTC</pubDate>
         <guid>https://padlet.com/g10138064/Bookmarks/wish/1667500025</guid>
      </item>
   </channel>
</rss>
