Help me in solving PYTH81 problem

My issue

My code

x = int(input())
# Solution as follows

if x < 70:
    print("Order Confirmed")
else:
    print("Order Limit reached")
print("Thank YOU!")
    
    
    
x = int(input())
# Solution as follows for 2nd input

if x < 70:
    print("Order Confirmed")
else:
    print("Order Limit reached")
print("Thank YOU!")






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

@nazeer43
Thank you should be in block letters.