- 1
Mistake Pls Help 🥺
The problem is having an output in 2 strings instead of 1 string output: Example of mistakes: “Correct “Wrong None” None” I wonder what’s my mistake Code: https://code.sololearn.com/cYBbCI6vtBo9/?ref=app
2 Respostas
+ 4
Remove the print statement in line 11.
validate(password, repeat)
+ 1
Simba hahah you are the best! I forgot the purpose of adding “def”, thank you!!