File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Authour: azmathias Stuperuser Ltd
2+ # Purpose: Magic 8 Ball
3+ # Simulate a magic 8-ball.
4+ # Allow the user to enter their question.
5+ # Display an in progress message(i.e. "thinking").
6+ # Create 20 responses, and show a random response.
7+ # Allow the user to ask another question or quit.
8+ # Bonus:
9+ # Add a gui.
10+ # It must have box for users to enter the question.
11+ # It must have at least 4 buttons:
12+ # ask
13+ # clear (the text box)
14+ # play again
15+ # quit (this must close the window)
16+
Original file line number Diff line number Diff line change 1+ # Authour: azmathias Stuperuser Ltd
2+ # Purpose: Pythagorean Triples Checker
3+ # Allows the user to input the sides of any triangle in any order.
4+ # Return whether the triangle is a Pythagorean Triple or not.
5+ # Loop the program so the user can use it more than once without having to restart the program.
You can’t perform that action at this time.
0 commit comments