1 2 3 4 5 6 7
import time def кириллица(seconds): time.sleep(seconds) if __name__ == "__main__": кириллица(100)