Reason: None provided.
How I read this site :
def replace_question_mark(text, username):
if username == "TheImpossible1":
replacement = "the women"
else:
replacement = "the juice"
return text.replace("?", replacement)
358 days ago
1 score
Reason: Original
How I read this site :
def replace_question_mark(text, username): if username == "TheImpossible1": replacement = "the women" else: replacement = "the juice" return text.replace("?", replacement)
358 days ago
1 score