!752 p { setConsoleDelay(1000); // only once per second for (int i = 0; i < 1000; i++) { print(i); sleep(100); } }