+ 1
Returning from functioning
s = input() def hashtagGen(text): #your code goes here add=s.replace(" ","") return("#"+add) print(hashtagGen(s))
1 Resposta
0
It looks good, are you asking for another thing ? (if you get an error for this, look twice at 'add' variable)