1
2
from gamePlay import *
from interface import *
1
2
def get_menu_choice(choices_dict, prompt_str="Make a selection"):
assert all([isinstance(x, str) for x in choices_dict]), "Keys to choices_dict must be strings"
1
2
from background import *
from bestChoice import *
1
2
from random import choice
player, computer = 1, 2
1
2
import turtle
1
2
Index,Picture
0,default.gif
1
2
import turtle
Adding or removing files is disabled during broadcasting. You'll be able to update files again once the broadcast session is over.
Files
File LibraryFiles listed here are available to use in your code in this trinket. Click the File Library button to include more or upload new files.