From 293802bbe1967b0e226cf0f437a8372bb83931af Mon Sep 17 00:00:00 2001 From: miriam Date: Tue, 27 Feb 2024 21:52:14 +0300 Subject: [PATCH 1/2] my first python project --- Pipfile.lock | 2 +- lib/app.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lib/app.py diff --git a/Pipfile.lock b/Pipfile.lock index a9ca9c14c..9daa9699f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -5,7 +5,7 @@ }, "pipfile-spec": 6, "requires": { - "python_full_version": "3.8.13" + "python_full_version": "3.10.12" }, "sources": [ { diff --git a/lib/app.py b/lib/app.py new file mode 100644 index 000000000..5fcf7b1a0 --- /dev/null +++ b/lib/app.py @@ -0,0 +1,4 @@ +# print("Hello world!", end="") +# print("Hello sun!", end="!! ") +# print("Hello sky!", end="!!!/n") +print("Hello World! Pass this test, please.") \ No newline at end of file From e710c768ee9f323d49a47caf88673b05636e0196 Mon Sep 17 00:00:00 2001 From: miriam Date: Tue, 27 Feb 2024 22:36:38 +0300 Subject: [PATCH 2/2] my first python project --- lib/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/app.py b/lib/app.py index 5fcf7b1a0..1d83143ab 100644 --- a/lib/app.py +++ b/lib/app.py @@ -1,4 +1,2 @@ -# print("Hello world!", end="") -# print("Hello sun!", end="!! ") -# print("Hello sky!", end="!!!/n") + print("Hello World! Pass this test, please.") \ No newline at end of file