From 94247888ca001d12dc1d808ee99cff7650f339d8 Mon Sep 17 00:00:00 2001 From: Code-Review-Bot-Commits Date: Tue, 5 Nov 2024 23:23:10 +0530 Subject: [PATCH] Update test_sample.py --- test_sample.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_sample.py b/test_sample.py index ea3cdb4..490ccfe 100644 --- a/test_sample.py +++ b/test_sample.py @@ -1,5 +1,5 @@ -x=input("enter integer:") +a = input("Type a word: ) b=10 -result= x+b -print(result) +result= "a"+b +prints("output:",result)