题解 | #截断电话号码#

截断电话号码

https://www.nowcoder.com/practice/078d1abcb55648f687a78d87e4b3cb69

import re
x = input()
pattern = "[0-9|-]+"
result = re.match(pattern,x)
print(result.group())

全部评论

相关推荐

05-09 14:45
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
1
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务