This website works better with JavaScript.
Explore
Help
Sign In
XPUB
/
SI21
Watch
57
Star
0
Fork
You've already forked SI21
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f7e62550e6
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f7e62550e6'
${ noResults }
SI21
/
week5
/
folders.py
4 lines
84 B
Python
Raw
Blame
History
import
os
for
number
in
range
(
100
)
:
os
.
mkdir
(
"
./static/img/
"
+
f
"
{
number
:
02d
}
"
)
Reference in New Issue
View Git Blame
Copy Permalink