Skip to content

CJ-Stevens/Pull-Request-Signed-SoW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Pull-Request-Signed-SoW

Assignment for week6

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
       
x = lone_sume(15, 13, 12)
print(x)

About

Assignment for week6

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •