Stack Data Structure in Programming is a type of :
Anonymous Quiz
83%
Linear Data Structure
17%
Non-linear Data Structure
👍3
Hello Everyone 👋🏼
Checkout Latest Post on Instagram
How to Download Instagram Profile Picture of anyone ( even Private Profile ) with this Python Code ✅
Checkout here And Do Comment also 👇👇
https://www.instagram.com/p/CTYyxiuDxIW/?utm_medium=copy_link
Checkout Latest Post on Instagram
How to Download Instagram Profile Picture of anyone ( even Private Profile ) with this Python Code ✅
Checkout here And Do Comment also 👇👇
https://www.instagram.com/p/CTYyxiuDxIW/?utm_medium=copy_link
👍1
Oracle is a
Anonymous Quiz
18%
Programming language
27%
Query language
45%
Database
10%
Scripting language
Good Morning Everyone 👋🏼
Checkout Latest Post on Instagram😊
How to Upload Post on Instagram using this Python Code ✅
Amazing Source Code 😉
Get Complete Source Code ✅
Checkout here And Do Comment also 👇👇👇👇👇👇
https://www.instagram.com/p/CTd1eqxD4o7/?utm_medium=copy_link
Checkout Latest Post on Instagram😊
How to Upload Post on Instagram using this Python Code ✅
Amazing Source Code 😉
Get Complete Source Code ✅
Checkout here And Do Comment also 👇👇👇👇👇👇
https://www.instagram.com/p/CTd1eqxD4o7/?utm_medium=copy_link
Hello Everyone 👋🏼,
Checkout Our New Post Now 😃
Very Important Python Programming Trick, you should use in your code ✅
Checkout here and do comment on post 👇👇👇👇👇👇👇👇
https://www.instagram.com/p/CTi_n4YDfIe/?utm_medium=copy_link
Checkout Our New Post Now 😃
Very Important Python Programming Trick, you should use in your code ✅
Checkout here and do comment on post 👇👇👇👇👇👇👇👇
https://www.instagram.com/p/CTi_n4YDfIe/?utm_medium=copy_link
❤1👍1
Full form of HTML is :
Anonymous Quiz
9%
Hyper text mailing language
18%
Hyper text makeup language
70%
Hyper text markup language
3%
Hyper text macro language
👍7❤2
🔥6👍3
👍3❤1
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