a=int(input("Enter score player 1")) b=int(input("Enter score player 2")) c=int(input("Enter score player 3")) if a>b and a>b: print("a wins") elif b>a and b>c: print("b wins") else: print("c wins")

Built With

Share this project:

Updates