fork download
  1. tools = ["LabelMe", "VIA", "CVAT"]
  2. print("=" * 40)
  3. print("工具列表")
  4. print("创建的列表内容为:", tools)
Success #stdin #stdout 0.07s 14112KB
stdin
Standard input is empty
stdout
========================================
工具列表
创建的列表内容为: ['LabelMe', 'VIA', 'CVAT']