Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion is_one_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading