Let's look at a concrete example. # Basic if statement x = 3 y = 10 if x < y: print("x is smaller than y.") x is smaller than y.
確定! 回上一頁