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