This website works better with JavaScript.
Home
Explore
Help
Sign In
CCOM4030
/
companion_app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
5
Commits
6
Branches
Tree:
5fcb8be3a3
Alvarado
Master
Morti
Suazo
diego
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5fcb8be3a3'
${ noResults }
companion_app
/
Miupi Parser
/
test.py
test.py
62B
History
Raw
1
2
3
4
string = "help"
what = [string[2:]]
print(string)
print(what)