Python learning
27K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
What will be the output of the
following Python expression?
round(4.5676,2)
Anonymous Quiz
19%
4.5
28%
4.6
36%
4.57
18%
4.56
πŸ‘16πŸ”₯16πŸŽ‰5❀4πŸ₯°2πŸ‘1
❀14πŸ‘6
17 Websites to Learn Programming for FREEπŸ§‘β€πŸ’»

βœ… inprogrammer com
βœ… javascript com
βœ… theodinproject
βœ… stackoverflow
βœ… geeksforgeeks
βœ… studytonight
βœ… freecodecamp
βœ… mozilla dev
βœ… javatpoint
βœ… codecademy
βœ… sololearn
βœ… programiz
βœ… w3schools
βœ… tutsplus
βœ… w3school
βœ… youtube
βœ… scrimba
πŸ‘48❀28πŸ€”1
What will be the output of the
following Python code snippet?
z=set('abc$de) 'a' in z
Anonymous Quiz
37%
Error
40%
True
11%
False
12%
No output
❀21🀯14πŸ‘10πŸ€”6πŸ₯°1
πŸ‘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