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