+ 2
(4) đ€Ł
Why are () accepted in parameter values in Python when they are not required ? a=(8)
5 Answers
+ 5
a = ((((((((((8)))))))))) is also valid
Similar:
b = 4 / 2 + 10 / 2
b = (4 / 2) + (10 / 2)
will evaluate to same result
() are not required but we can use them for readability.
+ 1
[2]-[1]
+ 1
Jan Markus you're on a roll today. are you all right? you've done too much meditation? I'm worried about you đ€Ż
0
Take care of yourself