题解 | 年轻人不讲5的
年轻人不讲5的
https://www.nowcoder.com/practice/504e04804610463facbedaad9a8c742e
str1=input().strip()
str2=str1.replace('5','*')
print(str2)
年轻人不讲5的
https://www.nowcoder.com/practice/504e04804610463facbedaad9a8c742e
str1=input().strip()
str2=str1.replace('5','*')
print(str2)
相关推荐