What is parenthesis | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is parenthesis

20th Aug 2017, 7:52 AM
nithish
4 Answers
+ 13
() parentheses {} braces [] brackets
20th Aug 2017, 8:11 AM
Fuyuka Ayumi(冬花)
+ 3
()
20th Aug 2017, 8:00 AM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar
+ 2
these are parentheses ( ) used to enclose tuples, used in function definitions, used for order of operations, used for order of evaluations, function calls, generator expressions and much more operations
20th Aug 2017, 7:59 AM
Infant Raj
Infant Raj - avatar
+ 1
() used in loops function parameters more
21st Aug 2017, 1:32 AM
HJ🐓TDM