From 8448ff9f0b73c06c4388f333eddcd8004e1d27b5 Mon Sep 17 00:00:00 2001 From: Faustina Jenny <156066358+FaustinaJenny@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:14:19 +0530 Subject: [PATCH] Update kitty.py --- kitty.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty.py b/kitty.py index dd047d7..61ac07d 100644 --- a/kitty.py +++ b/kitty.py @@ -1,10 +1,10 @@ # This program adds two numbers num1 = 1.5 -num2 = 6.3 +num2 = 6.2 # Add two numbers sum = num1 + num2 # Display the sum -print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) \ No newline at end of file +print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))