Hello, I was "playing" without Python, and I decided to do a mini-game, for the PC to play Jokempô with me (I AM INITIATING IN PROGRAMMING).
while pj <5 and pc <5:
def game()
But I came across the following problem.
def game()
^ SyntaxError: invalid syntax
Can anyone explain where I went wrong?