Обсуждения
Threading and text file read write
0 голосов
1 ответ What mean this error?
0 голосов
6 ответовHelp opening files
0 голосов
2 ответовI need help with this console game
2 голосов
2 ответов[DISCUSSION] Graphics Programming
0 голосов
1 ответ[TIP] File modes
4 голосов
1 ответNeed some guidance
1 голос
5 ответов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 ответовАктуальное сегодня
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
Grouping data is not working
0 Votes
Use of flag
0 Votes