CSS stands for :
Anonymous Quiz
21%
Cascading style source
72%
Cascading style sheet
7%
Cascading simple sheet
👍4
👍3👏2😱2
Forwarded from PythonCoder Official
This media is not supported in your browser
VIEW IN TELEGRAM
👍11❤2👎1
👇👇👇👇👇
import turtle
col=('yellow','red','green','orange','blue','white')
t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)
for i in range (150):
t.color(col[i%6])
t.forward(i*4)
t.left(150)
t.width(2)
import turtle
col=('yellow','red','green','orange','blue','white')
t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)
for i in range (150):
t.color(col[i%6])
t.forward(i*4)
t.left(150)
t.width(2)
👍27❤9🔥2😁1
👍4👏2😱2
Want to learn Data Science, which is in high demand with higher salary package 🤔
Anonymous Poll
93%
Yes
7%
No
👍3
Forwarded from PythonCoder Official
Oracle is a
Anonymous Quiz
18%
Programming language
27%
Query language
45%
Database
10%
Scripting language
👍4👏2
👍3
❤2👍2
🔥4👏3😁3👍2👎1