题解 | #格式化输出(一)#

格式化输出(一)

https://www.nowcoder.com/practice/fe82dc48f4f04b2397a85fb1bdbe34a2

import sys
import re

str = sys.stdin.readline();

#使用strip()方法去掉字符串前后的换行符
#print('I am',str.strip('\n'),'and I am studying Python in Nowcoder!')

#使用replace()方法将换行符替换为空字符串
#print('I am',str.replace('\n',''),'and I am studying Python in Nowcoder!')

#使用正则表达式re.sub()方法将字符串中的换行符替换为空字符串
print('I am',re.sub("\n", "", str),'and I am studying Python in Nowcoder!')


全部评论

相关推荐

11-27 12:43
已编辑
门头沟学院 C++
点赞 评论 收藏
分享
Natrium_:这时间我以为飞机票
点赞 评论 收藏
分享
头像
11-21 11:39
四川大学 Java
是红鸢啊:忘了还没结束,还有字节的5k 违约金
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务