From e314efc5140fe97191733eb5635a46337470f31d Mon Sep 17 00:00:00 2001 From: Sudevsk <122774641+Sudevsk@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:54:55 +0530 Subject: [PATCH] Format changed Chganged values applied 2 values and made to function between them to show the multiplied value --- hello.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index f7cf60e..049de61 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,4 @@ -print("Hello, world!") +a=10 +b=15 +c=a+b +print(c)