Dyskusje Q&A
How to Convert JAVA Q
0 głosów
1 OdpowiedźImplementing Dynamic Strings
0 głosów
1 OdpowiedźI dont unserstand the output if this code :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[0], nums[1], nums[2])
print(msg)
4 4 6
but when I do :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[1], nums[1], nums[2])
print(msg)
it gives me
5 5 6
is there a priority in the Reading ?
0 głosów
5 odpowiedziPython VM: Strange Behavior
0 głosów
1 OdpowiedźComparing Strings
1 Głos
2 odpowiedzi😟How does this work?😣
0 głosów
2 odpowiedziWhy this code is invalid?
2 głosów
5 odpowiedziPopularne dzisiaj
SQL
3 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
What Does Pseudo Elements Mean.
2 Votes
Html
1 Votes
How to learn css and html
0 Votes
Find courses
0 Votes
Certificate Problem
0 Votes