From 961e2cab2dae9e10386cc05a13be837cf173d1ac Mon Sep 17 00:00:00 2001 From: Sourcery AI <> Date: Sun, 15 Oct 2023 01:16:43 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 66dd199..436d534 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1 +1 @@ -print("Hello, "+name+"!") \ No newline at end of file +print(f"Hello, {name}!") \ No newline at end of file