Skip to content

Sarmadkubba/CNE310_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

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 if_name_ == 'main': x = int(input()) y = int(input()) z = int(input())

result = lone_sum(x, y, z) print("Input: " + str {x} + ", " + str(y) + ", " + str(z)) print("result: " + str(result))

14a1a2749ffaf07602916731647a940593394fda

About

Showing how to create a repo, clone it locally, make a change, and push

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages