diff --git a/Aufgabe 4.py b/Aufgabe 4.py index e69de29..78ce1f4 100644 --- a/Aufgabe 4.py +++ b/Aufgabe 4.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("test") \ No newline at end of file diff --git a/Aufgabe 5.py b/Aufgabe 5.py new file mode 100644 index 0000000..78ce1f4 --- /dev/null +++ b/Aufgabe 5.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("test") \ No newline at end of file diff --git a/Aufgabe 6.py b/Aufgabe 6.py new file mode 100644 index 0000000..78ce1f4 --- /dev/null +++ b/Aufgabe 6.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("test") \ No newline at end of file