Compare commits
1 Commits
test
..
svg-nonascii
| Author | SHA1 | Date | |
|---|---|---|---|
| c81637b15f |
-16
@@ -1,16 +0,0 @@
|
||||
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,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 315.9 315.9" style="enable-background:new 0 0 315.9 315.9;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:10;stroke-miterlimit:10;}
|
||||
</style>
|
||||
<g id="Слой_2_00000128455141864021103140000002615431683828461493_">
|
||||
<g id="Слой_1-2">
|
||||
<g id="keyboard-arrow-right">
|
||||
<polygon class="st0" points="241.3,56.5 137.6,157.8 241.3,261.5 209.8,293.2 74.6,157.8 209.8,22.6 "/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 737 B |
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
import math
|
||||
@@ -1 +0,0 @@
|
||||
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