How can you make an alert like web but on python? | Sololearn: Learn to code for FREE!
0

How can you make an alert like web but on python?

I don’t know how to do a pop up alert on python, can someone help me?

3rd Jul 2022, 5:35 PM
RJbologna
RJbologna - avatar
2 odpowiedzi
+ 4
What do you mean? Python without anything fancy is written and ran in a console. the input() function exists to get input from user or you can just print something to the console or standard output. Python also has gui libraries that allow an interface with buttons, graphics, popups, and even media.
3rd Jul 2022, 6:28 PM
Slick
Slick - avatar
0
Ok thats what i mean.
3rd Jul 2022, 6:29 PM
RJbologna
RJbologna - avatar