python-data-structure-exercises icon indicating copy to clipboard operation
python-data-structure-exercises copied to clipboard

List and dictionary exercises

Results 1 python-data-structure-exercises issues
Sort by recently updated
recently updated
newest added

``` st=() print("Welcome to M-Shop") while True: print("Press 1 to enter goods, 2 to get goods, 3 to see a list of goods, 0 to quit;\n") action=input() if action=='1': k=input("Enter...