I love this coat. It's a(n) fit.
A: perfect
B: admire
C: perfume
A: perfect
B: admire
C: perfume
举一反三
- When you want to compliment your young English friend’s new coat, you can say, “I like your new coat.”
- 以下程序的运行结果是void main ( ){ char str [] = I love China!; printf (%s, str); printf (%s\n, str + 7);} A: I love China!China! B: IChina! C: I love China! China! D: I China!
- I don’t want the green coat. It is red and black colours that ______ me very well. A: suit B: fit C: suits D: fits
- 字符串 s = “I love Python”,以下程序的输出结果是: s = “I love Python” ls = ssplit() lsreverse() print(ls) A: ‘Python’, ‘love’, ‘I’ B: Python love I C: None D: [‘Python’, ‘love’, ‘I’]
- 字符串 s = “I love Python”,以下程序的输出结果是( )。s = "I love Python" ls = s.split() print(ls) A: ‘I’, ‘love’, ‘Python’ B: I love Python C: None D: D. [‘I’, ‘love’,‘Python’ ]