From 5cea20a897d8e42cc24dcd9666c1d799e57b9d5e Mon Sep 17 00:00:00 2001 From: bloombar Date: Sat, 25 Nov 2023 10:56:46 -0500 Subject: [PATCH] python good --- machine-learning-client/foo.py | 5 +++++ web-app/bar.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/machine-learning-client/foo.py b/machine-learning-client/foo.py index 8cde782..91d0c4c 100644 --- a/machine-learning-client/foo.py +++ b/machine-learning-client/foo.py @@ -1 +1,6 @@ +""" +Yes it is +""" + + print("hello world") diff --git a/web-app/bar.py b/web-app/bar.py index 4459c9e..d0f4f5f 100644 --- a/web-app/bar.py +++ b/web-app/bar.py @@ -1,2 +1,7 @@ +""" +Yes it is +""" + + x = 5 print(x)