Skip to content

Sei0oo/Codewars-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Codewars-challenges

here are some solutions to the challenges I took i used pyhton for this challenge

def lovefunc(flower1, flower2):
    return (flower1 % 2) != (flower2 % 2)


print(lovefunc(2, 5))

About

here are some solutions to the challenges I took

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published