I was wondering if there was a way to initialize a dictionary in python with keys but no corresponding values until I set them. Such as:
Definition = {\'apple\':
q = input("Apple") w = input("Ball") Definition = {'apple': q, 'ball': w}