3 Answers
+ 2
You cannot do this in SoloLearnâs Python Emulator. But by using Brython in the web emulator you can do,
from browser import alert
alert(âHelloâ)
https://code.sololearn.com/Wz6SCRA2RLRY/
https://code.sololearn.com/WNEEjS33704P/
0
Thanks Space Junk, for your good and quick answer
0
No problem! đđ