No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
How do you catch incorrect entries? Instead of yes or no the user enters something else? def weather(): import sys raining=input('Is it raining? ').lower() if raining == 'yes': ask =(input('Do you have an umbrella? ')).lower() if raining=='no': print('Go outside 1') sys.exit(0) if ask == 'yes': print('Go outside 2') sys.exit(0) while … | |
How do you create tool strip menu item and link any addition to that menu to other pages? | |
I want to click on a button and have it open another form. The other form is called Kindy. | |
I have three comboboxes. I want to be able to select from the first one and have the other two show the related data. For example in the first I pick a category - there are six categories. When I choose a category the second combo box now shows the … |
The End.