Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Adityadn
/
AICR-LAGI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AICR-LAGI
/
run.py
Adityadn
Upload 14 files
80fac1d
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
184 Bytes
filename =
input
(
'filename: '
); filename = filename +
".py"
if
".py"
not
in
filename.lower()
else
filename
import
os; [os.system(c)
for
c
in
[
"cls"
,
f"python
{filename}
"
]];
input
(
"F"
)