S02 23 my solution


My solution, it works for some reason :smiley:

Hey there Julius, that’s very nice!
If you allow me, the names you gave to your functions are great, but the order they are called would have confused me if I had no idea what the code was about. You see, it says your are printing the guess, and inside it you are getting the guess, your print function is doing two separate things, that’s what we should avoid. Try first calling the get function and after that the print, so it’s clear what you’re doing.

Hi, thanks for feedback, my Printguess() function takes guess from other function, but i see what are you saying, my print function indirectly has another function, live and lern :smiley:

Privacy & Terms