My issue
is this any problem in the program
My code
b = int(input())
r = int(input())
if r>b:
print("Bob Scored higher than rob")
elif r==b:
print("Bob & Rob scored the same")
Learning course: Learn Python, Advanced Python Programming, & OOPs Concepts in Python
Problem Link: https://www.codechef.com/learn/course/rcpit-python-advanced-and-oops/RCPPY17/problems/PYTH66