diff --git a/part4-changing_the_code/people/david.txt b/part4-changing_the_code/people/david.txt new file mode 100644 index 0000000..bca3cd2 --- /dev/null +++ b/part4-changing_the_code/people/david.txt @@ -0,0 +1,2 @@ +hello! + diff --git a/part4-changing_the_code/printer.py b/part4-changing_the_code/printer.py index e901259..097a818 100644 --- a/part4-changing_the_code/printer.py +++ b/part4-changing_the_code/printer.py @@ -22,4 +22,5 @@ def main(): """ These are the names of the people who should be printed. seun omonije -""" \ No newline at end of file + david pahl +"""