My issue
my code is coorect but its showing wrong code
My code
# Update your code below this line
a = int(input())
b = int(input())
if a > b:
print("Coding is Fun")
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone