diff --git a/hallo.py b/hallo.py index 4f1b923..ef52bd9 100644 --- a/hallo.py +++ b/hallo.py @@ -1 +1,2 @@ - print("Hallo Welt") \ No newline at end of file + print("Hallo Welt") + print(3 + 5) \ No newline at end of file