Skip to content

Instantly share code, notes, and snippets.

import random
import time
import json
floors_counter = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', "11", "12", "13", "14", "15"]
balance = 1000
floors = []
name = None
bought_item_jewerly = []
bought_item_shoe = []
bought_item_electronic = []