SpiceQA
Questions
Tags
Users
Badges
user_7400903
@user_7400903
0
reputation
0
answers
17
questions
About Me
// Hello, World !
Top Answers
C %p printing 16 instead of 8 bytes
8 votes
Assignment operator is not called
5 votes
Writing multiple characters into a file, but only see one character? - Python
3 votes
Deleting an element from a list inside a dict in Python
3 votes
How to protect user if can't return nullptr for an empty stack?
2 votes
Top Questions
How do I create a for-loop where the variable's value is equal to the stop value of range when the loop runs to the end in Python?
12 votes
3 answers
Typescript file-naming conventions
11 votes
2 answers
Is it legitimate to omit the 'await' in some cases?
11 votes
4 answers
Is it safe to replace "a/(b*c)" with "a/b/c" when using integer-division?
11 votes
3 answers
An efficient method for calculating log base 2 of a number between 1 and 2
7 votes
2 answers