<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Flow Charts :: Python Vorkurs</title>
    <link>/aufgaben-fuer-100/flowcharts/index.html</link>
    <description>Angriff der Flowcharts Der Aufstieg der Flowcharts Flowcharts: A Python Story Das Erwachen der Flowcharts One Flowchart to rule them all</description>
    <generator>Hugo</generator>
    <language>de-DE</language>
    <atom:link href="/aufgaben-fuer-100/flowcharts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Angriff der Flowcharts</title>
      <link>/aufgaben-fuer-100/flowcharts/001/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/aufgaben-fuer-100/flowcharts/001/index.html</guid>
      <description>Aufgabe Korrigieren Sie den folgenden Code, sodass er das tut, was im Diagramm steht.&#xA;if __name__ == &#39;__main__&#39;: n = input(&#34;Gib einen Integer ein. &#34;) if n == 2: print(f&#34;Juhu&#34;) elif n &lt; 2: print(f&#34;Yeah&#34;) elif n &gt; ??? or string == &#34;Felix&#34;: print(f&#34;Jippi&#34;) else:</description>
    </item>
    <item>
      <title>Der Aufstieg der Flowcharts</title>
      <link>/aufgaben-fuer-100/flowcharts/003/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/aufgaben-fuer-100/flowcharts/003/index.html</guid>
      <description>Aufgabe Implementieren Sie das Programm, welches im Diagramm beschrieben wird, in Python.</description>
    </item>
    <item>
      <title>Flowcharts: A Python Story</title>
      <link>/aufgaben-fuer-100/flowcharts/004/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/aufgaben-fuer-100/flowcharts/004/index.html</guid>
      <description>Aufgabe Implementieren Sie das Programm, welches im Diagramm beschrieben wird, in Python.</description>
    </item>
    <item>
      <title>Das Erwachen der Flowcharts</title>
      <link>/aufgaben-fuer-100/flowcharts/005/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/aufgaben-fuer-100/flowcharts/005/index.html</guid>
      <description>Aufgabe Implementieren Sie das Programm, welches im Diagramm beschrieben wird, in Python.</description>
    </item>
    <item>
      <title>One Flowchart to rule them all</title>
      <link>/aufgaben-fuer-100/flowcharts/006/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/aufgaben-fuer-100/flowcharts/006/index.html</guid>
      <description>Aufgabe Implementieren Sie das Programm, welches im Diagramm beschrieben wird, in Python.&#xA;Hier der Link für den ganzen Text</description>
    </item>
  </channel>
</rss>