Python learning
27K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
πŸ‘15πŸ”₯6❀3πŸ€”3🀩3πŸ₯°1
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()
πŸ‘33❀19πŸ”₯7πŸ‘3πŸ₯°2🀩2
❀9
πŸ”₯42πŸ‘4πŸŽ‰4❀3πŸ€”3😱2😁1
In Python Programming, Set can be
defined as:
Anonymous Quiz
63%
set()
32%
{}
5%
setOf()
πŸ₯°21πŸ‘18😒5πŸ‘1
Note615202231238PM.pdf
34.5 KB
Superman logo
πŸ‘12
πŸ‘21πŸ€”4πŸ”₯2
What will be the output of the
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
πŸ€”40πŸ‘12❀6πŸ₯°6😁3πŸ”₯2
Python and Hacking with free Pdf downloadπŸ‘‰https://techprogramer.com/python-and-hacking-with-free-pdf-download/
πŸ‘14
This media is not supported in your browser
VIEW IN TELEGRAM
Most of the timeπŸ€£πŸ˜‚..
😁63😒23πŸ‘17❀1
πŸ‘15πŸ₯°12😁10😱8❀6πŸ‘1
πŸ‘29
what is output of print(math.pow(3,
2))?
Anonymous Quiz
28%
9.0
50%
9
14%
both
8%
none
πŸ‘21πŸ€”14πŸŽ‰6πŸ₯°5❀3πŸ”₯3
JavaScript For Impatient Programmers with free Pdf downloadπŸ‘‰ https://techprogramer.com/javascript-for-impatient-programmers-with-free-pdf-download/
πŸ‘18❀1
Complete python notes...
πŸ‘18😁2πŸ€”2
Learn PHP 8 with free Pdf downloadπŸ‘‰https://techprogramer.com/learn-php-8-with-free-pdf-download/
πŸ‘9