This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make a JSON file reader | |
Create reader.py | |
Make a function test_hello() that prints "Hello" | |
Make a function test_goodbye() that prints "Goodbye" | |
At the end of the file make a function main() | |
Main should choose to run either test_hello() or test_goodbye() depending on the command line argument. |