I want to use "enter" in easygui.msgbox . Um i want more sentence lines not one lines. what should i do??? 😭 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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......

3rd Apr 2019, 8:58 AM
yyj
1 Answer
+ 2
Have you tried separating your lines with \n character? It means newline. Like so: easygui.msgbox("first\nsecond\nthird")
4th Apr 2019, 3:55 AM
Tibor Santa
Tibor Santa - avatar