elif Antwort == "yes":
    print("""Es ist schade, dass es Dir so geht wie mir.
    Willst Du also auswandern?""")
Es ist schade, dass es Dir so geht wie mir.
    Willst Du also auswandern?
I use the """ to be able to split the string over two lines but the code displayed does not start from the same starting point.
Maybe I need to use "\n" and string summing (advice from my friend)? But I really don't know how to write the next code...
 
    