Обсуждения
How to Convert JAVA Q
0 голосов
1 ответImplementing Dynamic Strings
0 голосов
1 ответ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 голосов
5 ответовPython VM: Strange Behavior
0 голосов
1 ответi need help with this task using c++
-3 голосов
3 ответовbreaking the while [SOLVED]
1 голос
9 ответовHow to get timestamp from a string?
0 голосов
2 ответовComparing Strings
1 голос
2 ответов😟How does this work?😣
0 голосов
2 ответовWhy this code is invalid?
2 голосов
5 ответовАктуальное сегодня
Is this realistic enough?
1 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Need friends
0 Votes
Python
1 Votes