My issue
My code
r = 1000
w = 3222
if r > w:
#Correct indentation added
print("White balls are out of stock")
else:
#Correct indentation added
print("Your order is Confirmed")
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone