How to learn coding using Mobile | How to draw Ashok Chakra using Python | Practically

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 #independenceday #python
Рекомендации по теме
Комментарии
Автор

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

Practicallyapp
Автор

Can I learn whole python in my mobile
Do I need to download pycharm and pyscripter in mobile for learning python in phone ??

sai..
Автор

import turtle as t
t.bgcolor("black")
t.pencolor("red")
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()

pratikkoli
Автор

Bharat Mata ki Jai 🇮🇳🇮🇳🇮🇳 Jai Shree Ram 🙏🙏🙏🚩

SHADOWxASSASIAN-ie
Автор

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 2, in <module>
colur("blue")
NameError: name 'colur' is not defined

beautifulbts
Автор

File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 8
set posotion(0, 0)
^
SyntaxError: invalid syntax
Esa error AA Raha hai

mangubenpatel