class SymbolTable: def __init__(self): return def put(token, id): return def get(token): return