learn-python
learn-python copied to clipboard
Update magic8.py with example code that prints a response for each specific scenario
This example prints a different message for each of the four possible scenarios:
- name and question are empty
- name and question are not empty
- only name is empty
- only question is empty