<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Python_if</id>
	<title>Python if - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Python_if"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Python_if&amp;action=history"/>
	<updated>2026-06-29T09:59:26Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Python_if&amp;diff=19698&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „Bei '''if''' wird gecheckt ob eine Bedingung zutrifft. Wenn ja wird der erste '''Block''' durchgeführt. Ansonsten der zweite Block. &lt;syntaxhighlight&gt; #!/usr/b…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Python_if&amp;diff=19698&amp;oldid=prev"/>
		<updated>2019-12-04T11:49:46Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Bei &amp;#039;&amp;#039;&amp;#039;if&amp;#039;&amp;#039;&amp;#039; wird gecheckt ob eine Bedingung zutrifft. Wenn ja wird der erste &amp;#039;&amp;#039;&amp;#039;Block&amp;#039;&amp;#039;&amp;#039; durchgeführt. Ansonsten der zweite Block. &amp;lt;syntaxhighlight&amp;gt; #!/usr/b…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Bei '''if''' wird gecheckt ob eine Bedingung zutrifft. Wenn ja wird der erste '''Block''' durchgeführt. Ansonsten der zweite Block.&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
#!/usr/bin/python&lt;br /&gt;
import sys&lt;br /&gt;
x = sys.argv[1]&lt;br /&gt;
if x == &amp;quot;xinux&amp;quot;:&lt;br /&gt;
  print(&amp;quot;Good Company&amp;quot;)&lt;br /&gt;
else:&lt;br /&gt;
  print(&amp;quot;Ok&amp;quot;)&lt;br /&gt;
print &amp;quot;End&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>