Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HANGMAN_GAME/hangman.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import random

def cls():
system ('cls')
system('cls')

def hangman_game():
cls()
Expand Down Expand Up @@ -102,4 +102,4 @@ def hangman_game():
hangman_game()


hangman_game()
hangman_game()