How to learn coding using Mobile 🔥🔥 | Practically | Python for Beginners

preview_player
Показать описание
About Practically: Bring learning alive with 3D video lessons, simulations, augmented reality & live classes with experts. Download the app & Learn Practically!

For details about new courses, prizes and many other surprises follow us on:

#Practically
#Python
#CodeWithPractically
Рекомендации по теме
Комментарии
Автор

Click on below link for more patterns on Learn Python using Mobile

Practicallyapp
Автор

Meanwhile I'm still looking for the turtle 😭🤣

Gbrowx
Автор

import turtle as t
t.bgcolor("black")
t.pencolor("yellow")
t.pensize(8)
t.up()
t.goto(-200, 0)
t.down()
for i in range(5):
t.forward(400)
t.right(144)
t.hideturtle()
t.done()

Ketan
Автор

thank you so much I did it first time because you 😭😭💙

shivshakticreations
Автор

Try this one
import turtle as t
t.bgcolor("green")
t.pencolor("red")
t.pensize("10")
t.up()
t.goto(-200, 0)
t.down()
for i in range(18):
t.forward(400)
t.right(100)
t.hideturtle()
t.done()

Vishnubhakat
Автор

it Perfectly worked.... Thank you So
😃👌😊💜

fanboy
Автор

For me it is showing attribute error: module 'turtle' has no bgcolour

nakerakantithrivenee
Автор

*Lol i didn’t know python was so easy*

MineKnightMC
Автор

my cooding is perfect but it not show
star on screen

desiracerfitness
Автор

it works perfectly without an error
👍🏻👍🏻👍🏻👍🏻

supriyavinod
Автор

Thank god our teacher taught me all this in class 7 in school❤

That_crazy_fangurl
Автор

Video achaa tha par kuch samaj nahi aya 😂😂😂😂

Trupfungamezzz
Автор

Is there an alternative tool for pycharm in windows laptop?
I am a beginner and I stalled pycharm and in just a month the free time ended and I can’t pay the big amount that they need to regain access to it.
Jupyter notebook is not that good because when we have to use input function in coding it doesn’t help. So pycharm has been the ideal application so far
Please suggest!

enochmanova
Автор

*I just found out if the turtle is T you are designing the turtle using the code.*

MineKnightMC
Автор

🙏tanhk you sir my first programme ever

gouravvasistha
Автор

I type all the program as same as you but it draws only a small line

Vijaykumar-ozqh
Автор

Sir present situation which one is best code language
JAVA or PYTHON

btechtrolls
Автор

What was this for
Wasn't it for making star
Pls anyone tell me I don't know programming word even

MuhammadUzair-xz
Автор

Plz make more vedio on mobile thank.
I fallow you but when I done in my mobile there were only one line showed on pydroid3
import turtle as t
t.bgcolor("black")
t.pencolor("yellow")
t.pensize(8)
t.up()
t.goto(-200, 0)
t.down()
for i in range (5):
t.forward(400)
t.right(144)
t.hideturtle()
t.done()

islamicsolution
Автор

Thank you very much sit mujhe python ke bare me kuch nhi pata mujhe coding me intrest bhi nhi aarha tha lekin mene jab jab try kiya to bahot ache se work kiya aur isse mujhe bahot motivation mili ab me puri python sikhungi thank you very much sir 🥹🙏

pranalidhangar