How to make a line updated? I want to count the number of http requests sent by the script per minute and output it all on the same line, not every time a new one. For example, if I write print(string)
and want to print this string twice, the output will be as follows:
Requests per minute: 10; Requests per minute: 20;
And you need to make sure that the number in this line is updated.