# app.py stocks = ['reliance', 'infosys', 'tcs'] prices = [2175, 1127, 2750] dictionary = dict(zip(stocks, prices)) print(dictionary)