Preview:
while 1:
    print("choose a name")
    print("1-Aymen;")
    print("2-Hasbulla;")
    name=input()
    if name == "1":
        print("you're not wrong")
    elif name == "2":
        print("You're the BEST")
    elif name == "stop":
        break    
    else:
        print("LOOSER")
while 2:
    print("Who are you")
    print("europhia")
    print("darkness")
    person=input()
    
    if person == "1":
        print("Anonymous")
        
    elif person == "2":
        print("The sultan")
    
    elif person == "wtf":
        break
    else:
        print("ERROR")
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter