#697. python-列表-定义6种颜色的列表,并正向分别一个一个打印出来

python-列表-定义6种颜色的列表,并正向分别一个一个打印出来

Background

Description

python-列表-定义6种颜色的列表'red', 'green', 'blue', 'yellow', 'white', 'black',并正向分别一个一个打印出来 image

Format

Input

Output

Samples


red
green
blue
yellow
white
black

Limitation