From 1ae1d84bf944fbd8464060aadbfc213a77045c2b Mon Sep 17 00:00:00 2001 From: Hectormdes <118676191+Hectormdes@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:00:00 -0400 Subject: [PATCH 1/2] Crear one.py --- A1014280203/1/one.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 A1014280203/1/one.py diff --git a/A1014280203/1/one.py b/A1014280203/1/one.py new file mode 100644 index 00000000..3bc8d9ed --- /dev/null +++ b/A1014280203/1/one.py @@ -0,0 +1,2 @@ +d = 45 +print(45) \ No newline at end of file From 835df7bdb1ed87f19813c56d333c5a507cbe3d9a Mon Sep 17 00:00:00 2001 From: Hectormdes <118676191+Hectormdes@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:01:29 -0400 Subject: [PATCH 2/2] Actualizar one.py --- A1014280203/1/one.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/A1014280203/1/one.py b/A1014280203/1/one.py index 3bc8d9ed..31e2c95a 100644 --- a/A1014280203/1/one.py +++ b/A1014280203/1/one.py @@ -1,2 +1,3 @@ d = 45 -print(45) \ No newline at end of file +print(45) +print(f"this is a variable:{d}") \ No newline at end of file