Please check these names and numbers.
举一反三
- Please check ____ these names and numbers. A: out B: from C: away D: through
- Numbers include cardinal numbers and ordinal numbers.
- All odd numbers are integers (整数). All even numbers are integers. Therefore, all odd numbers are even numbers.
- The couple ________________ the same numbers each time and_______________ all of the numbers.
- names = ["Peiqi","Black"]numbers = [1,2,3]names.extend(numbers) # extend()方法表示合并print(names)代码的执行结果是_________.