<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bzz.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bzz.ch/feed.php">
        <title>BZZ - Modulwiki - de:modul:m319:learningunits:lu03:loesungen</title>
        <description></description>
        <link>https://wiki.bzz.ch/</link>
        <image rdf:resource="https://wiki.bzz.ch/_media/wiki/logo.png" />
       <dc:date>2026-05-17T01:55:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/adalovelance?rev=1750657503&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/greeting?rev=1750657503&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/hiadalovelance?rev=1750657503&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/message?rev=1750657503&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/messagethreetimes?rev=1750657503&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/onceuponatime?rev=1750657503&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/start?rev=1750657503&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bzz.ch/_media/wiki/logo.png">
        <title>BZZ - Modulwiki</title>
        <link>https://wiki.bzz.ch/</link>
        <url>https://wiki.bzz.ch/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/adalovelance?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03.L01 - Ada Lovelace</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/adalovelance?rev=1750657503&amp;do=diff</link>
        <description>LU03.L01 - Ada Lovelace


def main():
  # Write your program here
  print(&#039;Ada Lovelance&#039;)
 
if __name__ == &#039;__main__&#039;:
    main()</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/greeting?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03.L06 - Greeting</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/greeting?rev=1750657503&amp;do=diff</link>
        <description>LU03.L06 - Greeting


def main():
  #write your code below this line
  name = input(&#039;What is your name?&#039;)
  print(f&#039;Hi {name}&#039;)
 
if __name__ == &#039;__main__&#039;:
    main()</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/hiadalovelance?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03.L04 - Hi Ada Lovelace</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/hiadalovelance?rev=1750657503&amp;do=diff</link>
        <description>LU03.L04 - Hi Ada Lovelace


def main():
    name = &#039;Ada Lovelace&#039;
    # Write your code here
    print(f&#039;Hi {name}&#039;)
 
if __name__ == &#039;__main__&#039;:
    main()</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/message?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03.L03 - Message</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/message?rev=1750657503&amp;do=diff</link>
        <description>LU03.L03 - Message


def main():
    message = input(&#039;Write a message...\n&#039;)
    # Write your code here
    print(message)
 
if __name__ == &#039;__main__&#039;:
    main()</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/messagethreetimes?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03.L05 - Message three times</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/messagethreetimes?rev=1750657503&amp;do=diff</link>
        <description>LU03.L05 - Message three times


def message_three_times():
    message = input(&#039;Write a message...\n&#039;)
    # Write your code here
    print(message)
    print(message)
    print(message)

    # oder
    print(message+&#039;\n&#039;+message+&#039;\n&#039;+message)

if __name__ == &#039;__main__&#039;:
    message_three_times()</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/onceuponatime?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03.L02 - Once upon a Time</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/onceuponatime?rev=1750657503&amp;do=diff</link>
        <description>LU03.L02 - Once upon a Time


def main():
  # Write your program here
  print(&#039;Once upon a time&#039;)
  print(&#039;there was&#039;)
  print(&#039;a program&#039;)
  
  # oder
  print(&#039;Once upon a time\nthere was\na program&#039;)


 
if __name__ == &#039;__main__&#039;:
    main()</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/start?rev=1750657503&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T05:45:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU03 - Lösungen</title>
        <link>https://wiki.bzz.ch/de/modul/m319/learningunits/lu03/loesungen/start?rev=1750657503&amp;do=diff</link>
        <description>LU03 - Lösungen



Lösungen

	* LU03.L01 - Ada Lovelace
	* LU03.L02 - Once upon a Time
	* LU03.L03 - Message
	* LU03.L04 - Hi Ada Lovelace
	* LU03.L05 - Message three times
	* LU03.L06 - Greeting</description>
    </item>
</rdf:RDF>
