From 01453fb4292ccfd8a768c7c6d370113dc11261fc Mon Sep 17 00:00:00 2001 From: Vaibhav <72079538+Vaibhav19102008@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:21:19 +0530 Subject: [PATCH] Update Chapter0.py --- 2015/Chapter1/Chapter0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015/Chapter1/Chapter0.py b/2015/Chapter1/Chapter0.py index e541c8e..8590631 100755 --- a/2015/Chapter1/Chapter0.py +++ b/2015/Chapter1/Chapter0.py @@ -9,7 +9,7 @@ print (type(3.0)) - +abe chl chomu print (int(3.14159), int(-2.8)) print (float(3), float(-1))