Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how STOP IT... #133

Open
GPH-0 opened this issue Feb 1, 2025 · 1 comment
Open

how STOP IT... #133

GPH-0 opened this issue Feb 1, 2025 · 1 comment

Comments

@GPH-0
Copy link

GPH-0 commented Feb 1, 2025

Image
и как мне это остановить? CTRL + C не помогает. Эксперемент проводил на сайте python.org
4 строчки кода

from os import system
a = 0
while True:
    system("touch name"+str(a))
    print(a)
    a+=1```
@GPH-0 GPH-0 changed the title how... how STOP IT... Feb 1, 2025
@GPH-0
Copy link
Author

GPH-0 commented Feb 2, 2025

Image
все мужики молодцы починили. Те 200к файлов которые были успено созданы пропали.
НУ ИЛИ Я ОШИБЬСЯ и меня переправило на другой порт.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant