Posts by Fanny Vieira • 11 points
1 post
-
1
votes1
answer1093
viewsA: Difficulty in developing a little game
Although you have made the C and U variables global Python requires you to identify as global within the function. It can be done like this: global C C = C + 1 Thus, the function will understand…