mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Remove redundant import
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import sys # for system function, like exit()
|
||||
import random # for generating random numbers
|
||||
|
||||
from enum import IntEnum # for setting the fur type numbers
|
||||
|
||||
### global variables for storing player's status
|
||||
player_funds = 0 # no money
|
||||
|
||||
Reference in New Issue
Block a user