Skip to content

kingarthurthegr8/code-debug-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

def lone_sum(a, b, c): if a >= b: return c elif a == c: return b elif b == c: return a elif a == b and a == c and b == c: return 0 else: return a+b+c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages