From 43bda5e1de03e3482c732bfeb0ae2cd13294b773 Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Mon, 14 Oct 2024 20:44:02 +0000
Subject: [PATCH] autocommit

---
 00/experimenting.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/00/experimenting.py b/00/experimenting.py
index 9e9938d..96a303e 100644
--- a/00/experimenting.py
+++ b/00/experimenting.py
@@ -1 +1,6 @@
 # Hello!
+# f(x) = x^2
+x = 5
+s = "hello world"
+combination = "hello world " + str(5)
+print(s + " " + str(x))
-- 
GitLab