mirror of
https://github.com/Rushilwiz/comp210.git
synced 2025-04-03 20:10:18 -04:00
6 lines
87 B
Python
Executable File
6 lines
87 B
Python
Executable File
#! /bin/python3
|
|
import sys
|
|
import os
|
|
|
|
os.mkdir("src/assn" + sys.argv[1])
|
|
print("done!") |