meaning of parantheases | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

meaning of parantheases

6th Aug 2018, 3:54 PM
aryan
3 Respostas
+ 1
You can use it for math or any thing like logical comparisons etc.
6th Aug 2018, 4:29 PM
Seniru
Seniru - avatar
+ 1
differentĀ meaningsĀ ofĀ bracketsĀ in python from: http://stackoverflow.com/questions/30700603/ddg#30700731 []: Used to define mutable data types - lists, list comprehensions and for indexing/lookup/slicing. (): Define tuples, order of operations, generator expressions, function calls and other syntax. {}: The two hash table types - dictionaries and sets.
6th Aug 2018, 8:05 PM
Louis
Louis - avatar
0
parentheses is ()
6th Aug 2018, 4:09 PM
Initiator