<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title> Klad - 21A4 by Jurn de Ruijter</title>
      <link>https://padlet.com/jderuijter/2fkcwepdrvr129zx</link>
      <description>opdrachten</description>
      <language>en-us</language>
      <pubDate>2021-09-22 07:36:36 UTC</pubDate>
      <lastBuildDate>2021-09-22 07:58:08 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f60e.png</url>
      </image>
      <item>
         <title>tycho</title>
         <author>tychohartingsveld</author>
         <link>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759320973</link>
         <description><![CDATA[<div>def oppervlakte(nummer1, nummer2):<br>&nbsp; &nbsp; return nummer1 * nummer2<br><br>oppervlakte(22, 52)<br><br>output is 1144</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 07:43:08 UTC</pubDate>
         <guid>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759320973</guid>
      </item>
      <item>
         <title>Damian en Yoran</title>
         <author></author>
         <link>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759325904</link>
         <description><![CDATA[<div>x = float(input('wat is de lengte in meters? '))</div><div>y = float(input('wat is de breedte in meters? '))</div><div><br></div><div>def bereken(<em>x</em>, <em>y</em>):</div><div>&nbsp; &nbsp; return <em>x</em> * <em>y</em></div><div><br></div><div>print(bereken(x, y))</div><div><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 07:45:47 UTC</pubDate>
         <guid>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759325904</guid>
      </item>
      <item>
         <title>Erik</title>
         <author></author>
         <link>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759326810</link>
         <description><![CDATA[<div>length = float(input('Wat is de lengte?: '))&nbsp;</div><div>width = float(input('Wat is de breedte?: '))</div><div>Calculate_Surface_Area = float(length * width)</div><div><br></div><div>print('De oppervlakte is: ' + str(Calculate_Surface_Area))</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 07:46:16 UTC</pubDate>
         <guid>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759326810</guid>
      </item>
      <item>
         <title>Jesse</title>
         <author></author>
         <link>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759329689</link>
         <description><![CDATA[<div>breedte = int(input('Hoe lang is de breete?: '))</div><div>lengte = int(input('Hoe lang is de lengte?: '))</div><div><br></div><div>oppervlakte = float(lengte * breedte)</div><div><br></div><div>print('De oppervlakte is: ' + str(oppervlakte))</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 07:47:43 UTC</pubDate>
         <guid>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759329689</guid>
      </item>
      <item>
         <title>Stijn</title>
         <author>99063871</author>
         <link>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759335270</link>
         <description><![CDATA[<div>def Calculate(Length, Brength):</div><div>&nbsp; &nbsp; Length = int(input("Wat is de lengte? "))</div><div>&nbsp; &nbsp; Brength = int(input("Wat is de breedte? "))</div><div><br></div><div>&nbsp; &nbsp; antwoord = Length * Brength&nbsp;</div><div>&nbsp; &nbsp; print(antwoord)</div><div><br></div><div>Calculate(0, 0)</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 07:50:52 UTC</pubDate>
         <guid>https://padlet.com/jderuijter/2fkcwepdrvr129zx/wish/1759335270</guid>
      </item>
   </channel>
</rss>
