All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Coolscript. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:09, 27 August 2024 Admin talk contribs created page Python cheat sheet (Created page with "=Two dimension dictionary with embedded arrays= #Init Dict dict = {} '''#Inventory for Category Fruits''' dict['1000A'] = {} dict['1000A']['Category'] = 'Fruits' dict['1000A']['Items'] = 'Orange, Lemmon, Apple' dict['1000A']['Location'] = 'New York' '''#Inventory for Category Cars''' dict['1000B'] = {} dict['1000B']['Category'] = 'Cars' dict['1000B']['Items'] = 'Audi, BMW, Mercedes, VW' dict['1000B']['Location'] = 'London' '''#Inventory for Category Bikes''...")