#

练习题

  • Pyhton 练习题

    #############练习如果list中既包含字符串,又包含整数,由于非字符串类型没有lower()方法,所以列表生成式会报错: L = ['Hello', 'World', 18, 'Ap

    作者:bobo5620301hotm
    2020-04-13 21:42:38