The file hello.txt contains some ways to say "Hello" in some of the most widely spoken languages in the world. Note each entry is in its own line and each line is expected to be in the format:
Language: Greeting (Pronunciation)
where (Pronunciation) is optional and should be enclosed in parentheses.
Feel free to add your own.
You can run the Python program hello.py to parse and print the file contents.