Code: Alles auswählen
while True:
#Hauptprogramm
x = raw_input('Nochmal? (Y/N)')
if x != "Y":
print "Bis zum nächsten mal!"
breakCode: Alles auswählen
while True:
#Hauptprogramm
x = raw_input('Nochmal? (Y/N)')
if x != "Y":
print "Bis zum nächsten mal!"
break