proto tipe
i have a line of code that is right but it's saying it's wrong can you help?
Voters
LegendaryWolf (721)
now, instead of GuessesTaken - 0 type GuessesTaken = 0 :) hope that helps
IsaiahCrotzer (1)
@LegendaryWolf cool thx
19ecal (230)
This is because you've forgotten a closing bracket at the end of line 11. Also if you're not going to provide a prompt for input()
at line 10 you still need the 2 brackets like this myName=input()
IsaiahCrotzer (1)
@19ecal thank you
IsaiahCrotzer (1)
so plz check that out
IsaiahCrotzer (1)
it's now complete
instead of
Number
typenumber
at line 14@LegendaryWolf and thank you