SpiceQA
Questions
Tags
Users
Badges
user_12671057
@user_12671057
0
reputation
0
answers
17
questions
About Me
// Hello, World !
Top Answers
Can we make 1 == 2 true?
151 votes
Efficient summation in Python
55 votes
zip_longest for the left list always
34 votes
Why does `'{x[1:3]}'.format(x="asd")` cause a TypeError?
27 votes
Why is any (True for ... if cond) much faster than any (cond for ...)?
25 votes
Top Questions
Can we make 1 == 2 true?
100 votes
3 answers
Why is a.insert(0,0) much slower than a[0:0]=[0]?
74 votes
1 answers
How did print(*a, a.pop(0)) change?
63 votes
1 answers
Why is list(x for x in a) faster for a=[0] than for a=[]?
37 votes
1 answers
Is this "greedy" += behavior of lists guaranteed?
15 votes
1 answers