Python Tutorial - For Loop - Countdown Timer

preview_player
Показать описание
Learn how to code a countdown timer in Python using a simple For loop.
Рекомендации по теме
Комментарии
Автор

@01:08 "i" is short for iteration, index or integer. Depending on what CS tutor you ask. ;)
Thanks for the tutorial. :D

CurrentElectrical
Автор

Thank you man your concept really help me..

marutkumar
Автор

hello, do you know how to make a countdown timer but with a clock? as example, it's 8am and i'll do my homework at 9am. then i set the program and it'll counting, 08:00:01, 08:00:02, 08:00:03, until 09:00:00

ridaa
Автор

Nice Video! Keep up the good work. I'm having some trouble to use the time function with an input state. I don't know how to use it or where to place the time function.

I made a program that reads a csv file with my blood pressure data. It picks the date and time from the system, calculate the mean out of the blood pressure data and send to the database.

I'm trying to make an user input data with a timed function, like this: "Input data? (s) for yes, wait for no: "

If (s) then the program get the hour, minute and convert to the datetime format.
elif: Grab the current date and time.

How could we make an input statement that, after 5 seconds, goes to the "no/elif" part?

Thanks in advance!

diggerfdf
Автор

uh mister, can u make a timer that countdowns by itself wthut tapping the mouse to stop

timothytan
Автор

Hi Geek,
I want that me application must appear first and then after few sec must sleep.
How to code that?

autarroy
Автор

Very good tuto love it, timer is working

zgreatest
Автор

How can I make one with user input? Say, the user doesn't want to count from 10, but 20

ecner