Code ππ
import turtle as tur
import colorsys as cs
tur.setup(800,800)
tur.speed(0)
tur.width(2)
tur.bgcolor("black")
for j in range(25):
for i in range(15):
tur.color(cs.hsv_to_rgb(i/15,j/25,1))
tur.right(90)
tur.circle(200-j*4,90)
tur.left(90)
tur.circle(200-j*4,90)
tur.right(180)
tur.circle(50,24)
tur.hideturtle()
tur.done()
import turtle as tur
import colorsys as cs
tur.setup(800,800)
tur.speed(0)
tur.width(2)
tur.bgcolor("black")
for j in range(25):
for i in range(15):
tur.color(cs.hsv_to_rgb(i/15,j/25,1))
tur.right(90)
tur.circle(200-j*4,90)
tur.left(90)
tur.circle(200-j*4,90)
tur.right(180)
tur.circle(50,24)
tur.hideturtle()
tur.done()
Beginning Laravel with free Pdf downloadπhttps://techprogramer.com/beginning-laravel-with-free-pdf-download/#more-563
What will be the output of the
following Python code snippet?
for i in [1, 2, 3, 4][:-1}: print (i)
following Python code snippet?
for i in [1, 2, 3, 4][:-1}: print (i)
Anonymous Quiz
44%
4 3 2 1
34%
Error
16%
1 2 3 4
6%
None
Python and Hacking with free Pdf downloadπhttps://techprogramer.com/python-and-hacking-with-free-pdf-download/
This media is not supported in your browser
VIEW IN TELEGRAM
Most of the timeπ€£π..
Which type of Programming does
Python support ??
Python support ??
Anonymous Quiz
39%
Object Oriented Programming
5%
Structured Programming
5%
Functional Programming
51%
All of the mentioned
Beyond the Basic Stuff with Python with free Pdf downloadπhttps://techprogramer.com/beyond-the-basic-stuff-with-python-with-free-pdf-download/
techprogramer
Beyond the Basic Stuff with Python with free Pdf download - techprogramer
Python is a popular high-level programming language that is widely used for a variety of applications, including web development, scientific computing, data
JavaScript For Impatient Programmers with free Pdf downloadπ https://techprogramer.com/javascript-for-impatient-programmers-with-free-pdf-download/