mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 05:05:22 +01:00
Move utilities scripts in utils directory
This commit is contained in:
parent
28190ca614
commit
68ff64b8c9
3 changed files with 0 additions and 11 deletions
11
mkdir.py
11
mkdir.py
|
@ -1,11 +0,0 @@
|
|||
|
||||
import os
|
||||
parent_dir = os.getcwd()
|
||||
|
||||
|
||||
for i in range(21, 51):
|
||||
os.chdir(os.path.join(parent_dir, str(i)))
|
||||
open("quest.txt", "w")
|
||||
open("correct.txt", "w")
|
||||
open("wrong.txt", "w")
|
||||
open("wrong 2.txt", "w")
|
Loading…
Reference in a new issue