以下代码会打印什么? >>> old = [1, 2, 3, 4, 5] >>> new = old >>> old = [6] >>> print(new)
举一反三
- 用vim打开一个文件,( )操作可以用字母“new”来代替字母“old”。 A: old/new B: s/old/new C: 1,$s/old/new/g D: s/old/new/g
- 用vi打开一个文件,如何用字母”new”来代替字母”old”(选择最合适的答案) A: old/new B: s/old/new C: 1,$s/old/new/g D: s/old/new/g
- 【单选题】用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old” A. :r/old/new B. :s/old/new C. :1,$s/old/new/g D. :%s/old/new/g
- 用VI打开一个文件,可以用以下()命令将前6行中所有“old”用 “new”来代替。 A: :r/old/new B: :s/old/new C: :1,6s/old/new/g D: : s/old/new/g
- The new building is five times the height of the old one. The new building is _______ times as _________as the old one. The new building is _______ times ______ than the old one.