for i in range(1,4,-1): print(i)
在这里,“i”将被初始化为“1”,它位于 [1, 4) 中,所以它应该打印 1 ,但它不打印任何东西。为什么 ?
繁星coding
慕妹3146593
富国沪深
相关分类