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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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