From 9d468ce07bf4bf408dabf6171611beb364df28c3 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Singh Date: Tue, 19 May 2026 19:50:46 +0530 Subject: [PATCH] Add Anik_one function to return boolean value Added a new function 'Anik_one' that returns a boolean. Signed-off-by: Aditya Kumar Singh --- is_one_one.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/is_one_one.py b/is_one_one.py index 8e524c5..b17b107 100644 --- a/is_one_one.py +++ b/is_one_one.py @@ -83,7 +83,9 @@ def is_one_just_to_be_sure(): is_one_using_roman_numerals(), is_one_under_extreme_pressure(), ]) - +def Anik_one(a): + a=100/100 + return bool(a) # cause you cant deny facts def is_number_one(value: int) -> bool: """The one function that actually takes an argument.