Huge PR #4
+16
@@ -0,0 +1,16 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def main():
|
||||
path = Path("test")
|
||||
if not path.exists():
|
||||
path.mkdir()
|
||||
|
||||
for i in range(120):
|
||||
name = f"test_{i+1}.py"
|
||||
with open(path / name, "w") as f:
|
||||
f.write("import math")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
@@ -0,0 +1 @@
|
||||
import math
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user