amount=int(input("Please enter the amount:"))if(amount<=1000): print("Your Charge is Accepted")if(amount>1000): print("The amount exceeds your credit limit")
Loading…
No comments:
Post a Comment