product=['牛奶']price=[10]print(product)print(price)product.append('可乐')print(product)
Standard input is empty
['牛奶'] [10] ['牛奶', '可乐']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!