From 7fc1ce7eb3ac464b205766aa0c54e7b9bbf5e9d9 Mon Sep 17 00:00:00 2001 From: Polozhiev Date: Sun, 18 Dec 2022 02:38:20 +0300 Subject: [PATCH] add my hw --- calc.py | 2 ++ hello.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 calc.py diff --git a/calc.py b/calc.py new file mode 100644 index 0000000..43fd9c8 --- /dev/null +++ b/calc.py @@ -0,0 +1,2 @@ +print(5*3**2-2) +print("help") \ No newline at end of file diff --git a/hello.py b/hello.py index e75154b..e43c753 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ -print("hello world") \ No newline at end of file +print("hello world") +print("hi!") \ No newline at end of file -- 2.36.2