Where does it say you must have “nothing” at the end? It says “spend”.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: December 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Where does it say you must have “nothing” at the end? It says “spend”.
Speaking of big cumbersome things with wildly different syntax have you tried a ternary operation in python lately? Omg that thing is ugly. JavaScripts is hard to beat.
uglyTernary = True: if python_syntax == “shit” else: False prettyTernary = javascript_syntax == “pretty” ? true : false