summaryrefslogtreecommitdiff
path: root/Technology/Python.md
blob: 8374f6b799e2e4b4d35a241b5d6415e525e8c45a (plain)
1
2
3
4
5
6
7
8
9
10
methods this format foo.bar .bar

dir() - built it give directory of an object (all methods available)



list()  - []
dict()  - {}
tuple() - ()
set()   - set()