Today i learned, this is valid syntax and will print `true`.
true and false are not reserved keywords
#golang #programming #development
@AstraKernel Classic, in Python:
```(True, False) = (False, True) # Happy debugging! ```
@dpwiz
This only works in python 2 which is not be used at this moment.
Python3 won't allow this
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@dpwiz
This only works in python 2 which is not be used at this moment.
Python3 won't allow this