please write a code in python with a drop-down menu including all of the days of the week: after the user clicks on an o
Posted: Thu Jul 14, 2022 2:06 pm
please write a code in python with a drop-downmenu including all of the days of the week: after the user clickson an option in the drop-down menu and clicks the button the codeshould be able to do the following:
when the user clicks the day (for example Monday) the computershould be able to generate an output of 1
ie:
if user picks Monday, then the total output is 1
if user picks Tuesday then the total output is 2
if user picks Wednesday then the total output is 3ect.
when the user clicks the day (for example Monday) the computershould be able to generate an output of 1
ie:
if user picks Monday, then the total output is 1
if user picks Tuesday then the total output is 2
if user picks Wednesday then the total output is 3ect.