How to make the following code without using dict
print(tuple(map(lambda x: (x[0], x[1] + dict(factors).get(x[0], 0)), grade)))
Parameters: