Coding for Kids - 33 | Complete Python Coding Course in Hindi (Digital Clock Part 2)

preview_player
Показать описание
Learn Step by Step Coding for Beginners, Python Coding Step By Step. This is the series of complete python coding course. Here you will get complete python coding course free online. You can learn coding from your home free of cost.
If you like, please do not forget to like and subscribe.

Our coding videos are made keeping in mind that our viewers are new to the coding.

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

thank you sir for this beautiful teaching us

OmKumar-xndx
Автор

Sir your teaching method is very simple and it helps me to teach Python easily.
I am very grateful to you.

rajkaushik
Автор

sir your great iam in 5th class and i am able to phython only of you sir hands off to what your doing

preddyrk
Автор

Turtle hamesa center me hi aata hai sir
ise ham move kaise kar sakte hai kya
left, right, up and down




seconds=00
minutes=00
hours=00

import time
from turtle import *
setup()
t1=Turtle()
while True:
t1.clear()
t1.pencolor("blue")
t1.write(str(hours).zfill(2)+":"+str(minutes).zfill(2)+":"+str(seconds).zfill(2), font=("cambria", 100, "bold"))
seconds=seconds+1
time.sleep(1)
if seconds==60:
seconds=0
minutes=minutes+1
if minutes==60:
minutes=0
hours=hours+1
if hours==12:
hours=0

ssedhobighate.rly.jamapur
Автор

Thanks for this knowledge of digital clock
Will you pl guide for making bold string step by step?

surindermohansharma
Автор

In last we have to add
If hours ==24:
hours = 0

amartyasinha
Автор

Sir this is a in complete coding for d.watc bcz when hour is 12 then what hapnd 13, ok let hour is 24 then after 24 what 25????

Profs_of_Odisha
Автор

Sir mere computer me from turtle import me syntax error show kar raha mera program run nahi kar pa raha hai.

shailikitchen
Автор

Sir when we do drawing we use t=turtle.Turtle() but in case of clock we are using t= Turtle() . Why?

samridhagarwal
Автор

Nice theory sir
Desktop pr kaise layenge clook ko sir

rampandit
Автор

Sir 23:59:59 k baad y 24:01:01 per suru hoo raha hai isko 00:00:01 karne k liye kya kare

luckygusain
Автор

sir please provide us notes so thst we can revise

Demoneyes
join shbcf.ru