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
β 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
  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
  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()
π33β€19π₯7π3π₯°2π€©2
  Beginning Laravel with free Pdf downloadπhttps://techprogramer.com/beginning-laravel-with-free-pdf-download/#more-563
β€9
  π₯°21π18π’5π1
  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
      
    π€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
  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
      
    π15π₯°12π10π±8β€6π1
  