Netbyzz

Our Blog

Py – #B100

#B100 Python : #CODE = #B100 import turtle as t t.speed(10) t.bgcolor("yellow") t.width(20) t.penup() t.goto(0,200) t.pendown() t.begin_fill() t.fillcolor("white") t.seth(180) t.circle(90,90) t.forward(50) t.left(-110) t.forward(30) t.circle(30,180) t.right(10) t.forward(40) t.right(80) t.circle(-120,60) t.circle(15,120) t.circle(90,30) t.right(60) t.forward(20) t.circle(20,75) t.forward(50) t.circle(-100,30) t.circle(100,35)...

Py – #B099

#B099 Python : #CODE = #B099 import turtle as t t.bgcolor("black") t.pencolor("red") t.speed(100) t.penup() t.goto(0,200) t.pendown() x = 0 y = 0 while True: t.forward(x) t.right(y) x += 3 y += 1 if y == 210:...

Py – #B098

#B098 Python : #CODE = #B098 from turtle import * import colorsys tracer(300) bgcolor("black") def draw(): h = 0 j = 59 for i in range(600): c = colorsys.hsv_to_rgb(h,1,1) h += 1/j color(c) pensize(1) up() goto(0,0)...

Don't Hesitate To Contact Us

Feel free to reach out – we’re here to help!