0
Why do we need ( ) ?
7 Réponses
+ 1
Using for single result to expression or return
+ 3
i think, you are in the python lesson.
just go on, it will become clearer.
+ 1
Shy Lar yeah but in some cases if result was single no need.
Such as
return true
Here is a single result
return (a>b?a:b|| c>a?c:a)
0
Where?
0
Is it necessary?
0
It depends on the Case
Shy Lar