From 6f8ed28127ac84778f001103366a2edd4ffe3921 Mon Sep 17 00:00:00 2001 From: Corinna Kindlhofer <corinna.kindlhofer@student.tugraz.at> Date: Thu, 30 Jan 2025 09:38:15 +0100 Subject: [PATCH] add example.txt and persons.csv --- lec_4/example.txt | 3 +++ lec_4/persons.csv | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 lec_4/example.txt create mode 100644 lec_4/persons.csv diff --git a/lec_4/example.txt b/lec_4/example.txt new file mode 100644 index 0000000..0ce2233 --- /dev/null +++ b/lec_4/example.txt @@ -0,0 +1,3 @@ +This is the first line of the file. +Here is the second line. +And this is the third line. diff --git a/lec_4/persons.csv b/lec_4/persons.csv new file mode 100644 index 0000000..722e152 --- /dev/null +++ b/lec_4/persons.csv @@ -0,0 +1,4 @@ +Name,Age,Country +Alice,20,Austria +Bob,25,Germany +Eve,30,Switzerland -- GitLab