Login
Remember
Register
Ask a Question
In Python we can create a popup menu. Select the code to display a popup menu?
0
votes
asked
Sep 4, 2021
in
Python
by
SakshiSharma
In Python we can create a popup menu. Select the code to display a popup menu?
1) Menu.post(250,250)
2) Menu.post()
3) Menu.display()
4) Menu.display_popup(250,250)
python-pop-up-menu
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 4, 2021
by
SakshiSharma
1) Menu.post(250,250)
...