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