2021年11月28日
摘要: 输入: print("1:",'3'.isdigit()) #判断是否整数,整数位True,其他False(包括小数)print("2:",'China'.islower(),'china'.islower(),'2'.islower()) #判断是否全为小写print("3:",''.isspac 阅读全文
posted @ 2021-11-28 22:55 csy113 阅读(114) 评论(0) 推荐(0)