product = ['手机','电脑','鲜花','牛肉']price = [6666,6766,20,50]print(product )print(price)
Standard input is empty
['手机', '电脑', '鲜花', '牛肉'] [6666, 6766, 20, 50]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!