From 5f22b26d77ed52e9f4a72aabcb89e28f96a46921 Mon Sep 17 00:00:00 2001 From: Hari Nivasan S <136979149+HariJohan@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:10:57 +0530 Subject: [PATCH] Update test.py --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 8fbba12..91f1cbc 100644 --- a/test.py +++ b/test.py @@ -1,7 +1,7 @@ # This program adds two numbers -num1 = 1.5 -num2 = 6.3 +num1 = 10 +num2 = 6 # Add two numbers sum = num1 + num2