240 发简信
IP属地:湖北
  • python打印list连接在一起,不允许使用join

    对于这个list,例如['a','b','c'],其打印输出要求是abc 如果我们使用join,可以很容易实现,如 print (''.join(list)) 但是如果不允许...