<?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_AUSNAHMEN</id>
	<title>Python AUSNAHMEN - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Python_AUSNAHMEN"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Python_AUSNAHMEN&amp;action=history"/>
	<updated>2026-06-28T22:46:33Z</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_AUSNAHMEN&amp;diff=15137&amp;oldid=prev</id>
		<title>Thomas: Die Seite wurde neu angelegt: „=Ausnahmebehandlung= Mit Hilfe des Ausnahmebehandlung, können wir eine robuste Eingabeaufforderung zur Eingabe einer Integer-Zahl generieren: &lt;pre&gt; while True…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Python_AUSNAHMEN&amp;diff=15137&amp;oldid=prev"/>
		<updated>2017-11-04T20:35:02Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Ausnahmebehandlung= Mit Hilfe des Ausnahmebehandlung, können wir eine robuste Eingabeaufforderung zur Eingabe einer Integer-Zahl generieren: &amp;lt;pre&amp;gt; while True…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Ausnahmebehandlung=&lt;br /&gt;
Mit Hilfe des Ausnahmebehandlung, können wir eine robuste Eingabeaufforderung zur Eingabe einer Integer-Zahl generieren:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
while True:&lt;br /&gt;
    try:&lt;br /&gt;
        n = raw_input(&amp;quot;Bitte eine Ganzzahl (integer) eingeben: &amp;quot;)&lt;br /&gt;
        n = int(n)&lt;br /&gt;
        break&lt;br /&gt;
    except ValueError:&lt;br /&gt;
        print(&amp;quot;Keine Integer! Bitte nochmals versuchen ...&amp;quot;)&lt;br /&gt;
print &amp;quot;Super! Das war's!&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
*https://www.python-kurs.eu/ausnahmebehandlung.php&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
	</entry>
</feed>