From 174da95b1d3aaad579da127b65acddad78bef6e6 Mon Sep 17 00:00:00 2001 From: David Pahl Date: Mon, 5 Apr 2021 23:51:16 +0200 Subject: [PATCH] added txt file --- part4-changing_the_code/people/david.txt | 2 ++ part4-changing_the_code/printer.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 part4-changing_the_code/people/david.txt 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 +"""