News
python-dictionaries #simple dictionary d= {} n=int (input ()) for i in range (n): k,v=map (int,input ().split ()) d [k]=v print (d) #accessing elements d= {10:100,20: ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results