import random import time s1=str(random.randint(1,9)) s2=str(random.randint(1,9)) s3=str(random.randint(1,9)) s4=str(random.randint(1,9)) s5=str(random.randint(1,9)) s6=str(random.randint(1,9)) print("Talihli Sayı:",s1,end="") time.sleep(1) print(s2,end="") time.sleep(1) print(s3,end="") time.sleep(1) print(s4,end="") time.sleep(1) print(s5,end="") time.sleep(1) print(s6)