[python]特殊输入格式(输入中包含空格逗号等)
摘要:
特殊输入格式 输入中包含空格 特殊输入格式 输入中包含空格 a,b=map(int,input().split()) a,b,c=map(int,input().split()) 输入中包含 '/' 输入中包含 '/' a,b=map(int,input().split('/')) 输入中包含',' 阅读全文
posted @ 2019-01-24 19:36 小秦呀 阅读(3424) 评论(0) 推荐(0)
浙公网安备 33010602011771号