foo->bar() is the same as (*foo).bar()
>>> print 5.0 / 2 2.5 >>> print 5.0 // 2 2.0
() - Tuple [] - List {} - Dictionary or set