diff --git a/basic_examples/python_dictionary.py b/basic_examples/python_dictionary.py index 78fdb95..cd96165 100755 --- a/basic_examples/python_dictionary.py +++ b/basic_examples/python_dictionary.py @@ -10,7 +10,7 @@ print "\nPrinting the phonebook" print phonebook print "\nPrinting joe's phone number" -phonebook['joe'] +print phonebook['joe'] print "\nAdding an element to the phonebook" phonebook['joel'] = '657'