Write a python program that creates two global variables, one to store the number of incorrect guesses and a second to store a word (example: koala). Write a function called print_hangman() that takes...


Write a python program that creates two global variables, one to store the number of incorrect guesses and a second to store a word (example: koala). Write a function called print_hangman() that takes no arguments and prints a hangman corresponding to the number of incorrect guesses (use the global variable).


Example:<br>4<br># number of incorrect guesses<br>X =<br>print_hangman ()<br>\| /<br>

Extracted text: Example: 4 # number of incorrect guesses X = print_hangman () \| /

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here