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!