00:01
This problem we're going to import, or not import, we're going to create a countdown timer.
00:06
And to do it, we need to import the time libraries.
00:12
We're going to say seconds equals, we'll get an input from the user, something very impressive like how many seconds.
00:31
And when we get that number, we're just going to run a for loop.
00:34
So four, i'll use the, an x value and range.
00:42
In this case, we wanna actually count down.
00:45
And so we want to start with the number of seconds.
00:50
Spelling does count, let me spell it correctly.
00:53
I wanna go from seconds to zero, and i wanna count down by minus one for each one.
01:00
And anytime we're going backwards, decrementing, we need all three of these very, very, i don't think there's any way we can do it with just two.
01:09
And so i'm going to print my value of x and then say seconds remain...