SpiceQA
Questions
Tags
Users
Badges
user_523612
@user_523612
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
Why does b+=(4,) work and b = b + (4,) doesn't work when b is a list?
72 votes
How is `x = 42; x = lambda: x` parsed?
39 votes
Why is 'not(True) * True' valid syntax, unlike 'True * not(True)'?
34 votes
Why is there a difference between `0--3//2` and `--3//2`?
30 votes
How to 'swap' words (multiple characters) in a string?
15 votes
Top Questions
How exactly does Python find `__new__` and choose its arguments?
4 votes
1 answers
I'm getting a TypeError. How do I fix it?
4 votes
2 answers
Why isn't my class initialized by "def __int__" or "def _init_"? Why do I get a "takes no arguments" TypeError, or an AttributeError?
3 votes
1 answers
Why do I get extra output from code using 'print' at the REPL but not in a script?
1 votes
1 answers
Why do I inconsistently get a ValueError or IndexError when splitting a string and using the results?
1 votes
2 answers