0 votes
in Python by
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)

1 Answer

0 votes
by

1) Menu.post(250,250)

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
0 votes
asked May 17, 2020 in Python by SakshiSharma
...