Browse Source

Rechtschreib-Aenderung

Linda 6 years ago
parent
commit
7943db6ddf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Lottozahlen.py

+ 1 - 1
Lottozahlen.py

@@ -9,7 +9,7 @@ from random import randint
 l=[]
 
 #Einfuehrungstext fuer Anwender
-print "Willkommen beim Lottozahlen-Generator. Dieser waehlt die zufaellig 6 Lottozahlen aus -6 aus 49- mit Superzahl."
+print "Willkommen beim Lottozahlen-Generator. Dieser waehlt Dir zufaellig 6 Lottozahlen aus -6 aus 49- mit Superzahl."
 
 Zahl1 = randint (1,49) #Zahl1 aus der Range von 1 bis 49
 Zahl2 = randint (1,49)