0
I want to use "enter" in easygui.msgbox . Um i want more sentence lines not one lines. what should i do??? 😭
I want to use "enter" in easygui.msgbox . i want more sentence lines not one lines. Like, computer user (o) computer user (x) what should i do??? 😭 easygui.msgbox("*") how should i write at "*" ?? plz...help me......
1 ответ
+ 2
Have you tried separating your lines with \n character? It means newline. Like so:
easygui.msgbox("first\nsecond\nthird")