##Python##
items = [\'Pixel\', \'iPhone\', \'Macbook\', \'Galaxy\', \'Stadia\'] for item in items[:3]: print(item) copied_items = items[:] copied_ite