<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://wunnox.ch/index.php?action=history&amp;feed=atom&amp;title=Unterschiede_von_Python_zu_anderen_Programmiersprachen</id>
	<title>Unterschiede von Python zu anderen Programmiersprachen - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wunnox.ch/index.php?action=history&amp;feed=atom&amp;title=Unterschiede_von_Python_zu_anderen_Programmiersprachen"/>
	<link rel="alternate" type="text/html" href="https://wunnox.ch/index.php?title=Unterschiede_von_Python_zu_anderen_Programmiersprachen&amp;action=history"/>
	<updated>2026-05-14T16:12:18Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in </subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wunnox.ch/index.php?title=Unterschiede_von_Python_zu_anderen_Programmiersprachen&amp;diff=8&amp;oldid=prev</id>
		<title>Peterchristen r31ajedd: Die Seite wurde neu angelegt: «&lt;table width=100% cellspacing=&quot;5&quot; class=&quot;wikitable&quot;&gt; &lt;tr align=left&gt; &lt;th padding=1px colspan=3&gt;Unterschiede zu anderen Sprachen (Bsp. Perl)&lt;/th&gt; &lt;/tr&gt; &lt;td width=…»</title>
		<link rel="alternate" type="text/html" href="https://wunnox.ch/index.php?title=Unterschiede_von_Python_zu_anderen_Programmiersprachen&amp;diff=8&amp;oldid=prev"/>
		<updated>2019-05-30T12:54:40Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: «&amp;lt;table width=100% cellspacing=&amp;quot;5&amp;quot; class=&amp;quot;wikitable&amp;quot;&amp;gt; &amp;lt;tr align=left&amp;gt; &amp;lt;th padding=1px colspan=3&amp;gt;Unterschiede zu anderen Sprachen (Bsp. Perl)&amp;lt;/th&amp;gt; &amp;lt;/tr&amp;gt; &amp;lt;td width=…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;table width=100% cellspacing=&amp;quot;5&amp;quot; class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr align=left&amp;gt;&lt;br /&gt;
&amp;lt;th padding=1px colspan=3&amp;gt;Unterschiede zu anderen Sprachen (Bsp. Perl)&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;td width=40% padding=1px align=left&amp;gt;&amp;lt;b&amp;gt;Zählen bis 10 in Perl&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=40% padding=1px align=left&amp;gt;&amp;lt;b&amp;gt;Zählen bis 10 in Python&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=20% padding=1px align=left&amp;gt;&amp;lt;b&amp;gt;Resultat&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr align=left valign=top&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Perl&amp;quot;&amp;gt;&lt;br /&gt;
$c=0;&lt;br /&gt;
while ($c!=10) {&lt;br /&gt;
   $c++;&lt;br /&gt;
   if ($c==5){&lt;br /&gt;
   print &amp;quot;Wir sind bei &amp;quot;,$c,&amp;quot;\n&amp;quot;;&lt;br /&gt;
   }&lt;br /&gt;
else { print $c,&amp;quot;\n&amp;quot;; }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Python&amp;quot;&amp;gt;&lt;br /&gt;
c=0&lt;br /&gt;
while c!=10:&lt;br /&gt;
   c+=1&lt;br /&gt;
   if c==5:&lt;br /&gt;
      print(&amp;quot;Wir sind bei &amp;quot;,c)&lt;br /&gt;
   else:&lt;br /&gt;
      print(c)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td padding=1px&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
1&lt;br /&gt;
2&lt;br /&gt;
3&lt;br /&gt;
4&lt;br /&gt;
Wir sind bei 5&lt;br /&gt;
6&lt;br /&gt;
7&lt;br /&gt;
8&lt;br /&gt;
9&lt;br /&gt;
10&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peterchristen r31ajedd</name></author>
		
	</entry>
</feed>