Обсуждения
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 ответовАктуальное сегодня
Python
2 Votes
TICTACTOE
1 Votes
Learn python
2 Votes
Error
0 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Need help (French)
1 Votes
Help for study
0 Votes
Spying on me
1 Votes
Where's PHP and Ruby courses?
1 Votes