# -*- coding: utf-8 -*-
"""
Created on Mon Sep 14 15:01:15 2020

@author: Sim
"""

for color in ['R', 'G', 'B']:
    print(color)


