0
lists
why does output contain list with single-quotes when code contains double-quotes?
1 Answer
+ 1
because that's the way Python default format list (and strings, if you use repr() output), until string contains ar least one single quote (then string is enclosed with double quotes)...
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Тренажер кода
0 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes