import turtle as tl
tl.color('red')
tl.forward(100)
tl.left(90)
tl.forward(100)
tl.left(90)
tl.color('green')
tl.forward(100)
tl.left(90)
tl.forward(100)

import turtle as tl
tl.color('red')
tl.forward(100)
tl.left(90)
tl.forward(100)
tl.left(90)
tl.color('green')
tl.forward(100)
tl.left(90)
tl.forward(100)