fork download
  1. a="工具列表"
  2. b="创建的列表内容为:['LabelMe',‘VIA’,‘CVAT']"
  3. c="列表长度(工具个数):3"
  4. d="第一个工具是:LabelMe"
  5. e="最后一个工具是:CVAT"
  6. print(a)
  7. print(b)
  8. print(c)
  9. print(d)
  10. print(e)
Success #stdin #stdout 0.07s 14104KB
stdin
Standard input is empty
stdout
工具列表
创建的列表内容为:['LabelMe',‘VIA’,‘CVAT']
列表长度(工具个数):3
第一个工具是:LabelMe
最后一个工具是:CVAT