From 315f1f633e6140376aa41a03e8fe274f848a142b Mon Sep 17 00:00:00 2001 From: Rich Pavlovsky Date: Thu, 23 Oct 2025 16:09:21 -0500 Subject: [PATCH] adding first python code --- testing_code.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing_code.py diff --git a/testing_code.py b/testing_code.py new file mode 100644 index 0000000..d61da4f --- /dev/null +++ b/testing_code.py @@ -0,0 +1,3 @@ +import pandas as pandas + +print("foobar")