add warning
This commit is contained in:
@@ -38,7 +38,10 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
print(f'\n{head}{script}')
|
print(f'\n{head}{script}')
|
||||||
print()
|
print()
|
||||||
os.system(script)
|
'''
|
||||||
|
주의: 실제로 실행시키려면 아래 줄의 주석을 해제하고 사용하세요.
|
||||||
|
'''
|
||||||
|
# os.system(script)
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user