From 08bcebfb222e4199cfac7c530c523866bd343672 Mon Sep 17 00:00:00 2001 From: "Peron, Loic R (PG/T - Comp Sci & Elec Eng)" <lp01242@surrey.ac.uk> Date: Fri, 7 Feb 2025 13:58:08 +0000 Subject: [PATCH] Update hello.py --- hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 45b983b..fb9ece1 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ -hi +h = "hello" +print(h) -- GitLab