@@ -0,0 +1,10 @@
import random
lottozahlen_alle = list(range(1,50))
gewinnzahlen = random.sample(lottozahlen_alle, 6)
gewinnzahlen.sort()
print(gewinnzahlen)
The note is not visible to the blocked user.