You have the evidence: the red apple is sweet, now there is an apple, and it's red, so you know this apple is sweet. This process is called .
A: educe
B: induce
C: deduce
D: not know
A: educe
B: induce
C: deduce
D: not know
举一反三
- 以下选项,输出结果为True的是( )。 A: "BC" in "ABCD" B: >>> "red" in {"apple":"red","lemon":"yellow","grape":"purple"} C: >>> "apple":"red" in {"apple":"red","lemon":"yellow","grape":"purple"} D: [2,3] in [1,2,3,4]
- —What's your favourite fruit?—Apples. You know, _______ apple a day keeps the doctor away. A: a B: an C: the D: 不填
- _______will keep you healthy. A: Have an apple each day B: Having an apple each day
- Do you want to have an apple?
- 有字典如:fruit={“name”:”apple”,”color”:”red”,”weight”:200},操作fruit.keys()的结果是:( ) A: dict_keys(['name', 'color', 'weight']) B: 其余都不对 C: dict_items([('name', 'apple'), ('color', 'red'), ('weight', 200)]) D: dict_values(['apple', 'red', 200])