Win / KotakuInAction2
KotakuInAction2
Sign In
DEFAULT COMMUNITIES All General AskWin Funny Technology Animals Sports Gaming DIY Health Positive Privacy
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