data={} for key, value in stocks.items(): if value > 100: data[key] = value
a={}for key,value in stocks:if value>100:a[key]=value