摘要: 输入函数直接用a=input().split() 自动识别空格 a[0] a[1]如果属于不同的类型,int/string都会自动识别 看数组中是否存在一个数 可以使用in, if a in b 返回false/true 阅读全文
posted @ 2019-04-01 21:54 LIN_KID 阅读(350) 评论(1) 推荐(0) 编辑
摘要: a,b=map(int,input().strip().split()) 阅读全文
posted @ 2019-04-01 11:32 LIN_KID 阅读(6846) 评论(0) 推荐(0) 编辑