- 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 RĂ©ponses
+ 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!!