From 4073086e7c293d0f2f38cafc544aa188960d5d5c Mon Sep 17 00:00:00 2001 From: Pothabuchirakal Manoj <dp01217@otter110.eps.surrey.ac.uk> Date: Fri, 14 Feb 2025 12:11:03 +0000 Subject: [PATCH] added name to print statement --- Hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello.py b/Hello.py index 44159b3..22d448a 100644 --- a/Hello.py +++ b/Hello.py @@ -1 +1 @@ -print("Hello world") +print("Hello world",Dev) -- GitLab