Question: I need a python code that reads two numbers (A,B) from the user. and the output must count from number 1 to the first number
I need a python code that reads two numbers (A,B) from the user. and the output must count from number 1 to the first number entered by the user (A) and print this number with a B-second delay between every two numbers.
> Enter a number : 3
> Enter a period : 3
1 (current time: 10:14:12)
2 (current time: 10:14:15)
3 (current time: 10:14:18)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
