print(type((1)))返回值为<class 'int'>print(type((1,)))返回值为<class 'tuple'>如果需要创建单元素的数组,需要在该元素后添加,否则并不会被编译器认为是数组 Last modification:January 2, 2022 © Allow specification reprint Support Appreciate the author Like 逢年过节,欢迎投喂
3 comments
文章已具雏形,需进一步聚焦核心问题。
建议增加田野调查素材,提升真实性。
语言通俗易懂,适合目标读者群体。