Python Tutorial - For Loop - Countdown Timer

Python Tutorial - For Loop - Countdown Timer

Geek Tutorials

5 лет назад

19,512 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ecner
Ecner - 14.07.2022 14:12

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

Ответить
Roy Autar
Roy Autar - 18.11.2021 11:35

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

Ответить
Marut Kumar
Marut Kumar - 06.05.2021 19:47

Thank you man your concept really help me..

Ответить
Vai
Vai - 16.04.2021 00:58

Thank you so much!!

Ответить
zGreatestX
zGreatestX - 05.10.2020 17:55

Very good tuto love it, timer is working

Ответить
Timothy Tan
Timothy Tan - 22.06.2020 09:01

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

Ответить
ratan baray
ratan baray - 18.04.2020 06:02

Fantastic bro

Ответить
Diggerfdf
Diggerfdf - 01.11.2018 20:50

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!

Ответить