Help me in solving PYTH65 problem

My issue

My code

# Update your code below this line
a= int (input(25))
b= int (input(20))
 if a > b:
  print ("Coding is Fun!")
 
a= int (input(20))
b= int (input(20)) 
 if a >= b:
  print ()
  

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone