Linux serverNETWORK ADMINISTRATIONS

Basic To advance Python and C programme #codewithharry

Hello Everyone
I am going to tell about Basic to advance programming language Python, C, C++ , Js
and so On
Please support Me subscribe Our channel And like the video

#code

import turtle

turtle.speed(0)

t = turtle.Turtle()

turtle.bgcolor(“red”)

for i in range(50):

       

        for colors in [“red”, “magenta”, “blue”, “yellow”,”white”,”green”,”cyan”]:

            turtle.color(colors)

            turtle.pensize(3)

            turtle.left(12)

            turtle.forward(200)

            turtle.left(90)

            turtle.left(12)

            turtle.forward(200)

            turtle.left(90)

            turtle.forward(200)

            turtle.left(90)

            turtle.forward(200)

            turtle.left(90)

source

centos 7

2 thoughts on “Basic To advance Python and C programme #codewithharry

Comments are closed.