X = input()
Y = int(input())

if Y <= 0:
    print(f"상품 {X}(을)를 1개 주문했습니다")
else:
    print(f"상품 {X}(을)를 {Y}개 주문했습니다")

Embed on website

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