+ 1
How can we delay the time between the 'output' of 'print' statements at console screen without any further input from the user ?
Refer my code: https://code.sololearn.com/cD84t8R3bhxu/?ref=app I want this line of codes to be printed one by one with some time interval so that i appears to be as PROGRESSBAR(loading).....
1 Answer
+ 1
In C nanosleep() from time.h or sleep() from unistd.h