balance = 5000
withdraw = 6000

if withdraw < balance:
    print("출금완료")
else:
    print("잔액 부족")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: