This website works better with JavaScript.
Home
Explore
Register
Sign In
tobby48
/
swh-source
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
111
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
swh-source
/
src
/
kr
/
co
/
swh
/
lecture
/
algorithm
/
Lv2-3.py
Lv2-3.py
85B
Permalink
History
Raw
1
2
3
a = '###'.join(' ')
b = ' '.join('****')
print('\n'.join((a, b, a, b, a, b, a)))