ICode9

精准搜索请尝试: 精确搜索
  • 列表嵌套2022-08-24 18:31:12

    l1 = [1,2,'fsafdawsfdsjlkj',[1,'saf',3,]]# print(l1[2])# print(l1[2].upper())l1[2] = l1[2].upper()print(l1)   9‘

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有