Function Destruct debug | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Function Destruct debug

Hello friends, can someone help me debug this code. Its a small code, i cant figure out what i am missing https://code.sololearn.com/WE31igsAXEsF/?ref=app

30th Apr 2020, 5:31 PM
Leonardo Monterey
Leonardo Monterey - avatar
2 Respostas
+ 1
You define a function called "print" And you are trying to invoke a function called "printUser" You have to use the same function name :)
30th Apr 2020, 6:44 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thank you, i was stumped. I kinda newbe especially for deguggin. Thanks
30th Apr 2020, 7:11 PM
Leonardo Monterey
Leonardo Monterey - avatar