Skip to content

how STOP IT... #133

@GPH-0

Description

@GPH-0

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

from os import system
a = 0
while True:
    system("touch name"+str(a))
    print(a)
    a+=1```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions