F&A Diskussionen
Threading and text file read write
0 Stimmen
1 Antwort What mean this error?
0 Stimmen
6 AntwortenHelp opening files
0 Stimmen
2 Antworten[DISCUSSION] Graphics Programming
0 Stimmen
1 Antwort[TIP] File modes
4 Stimmen
1 AntwortNeed some guidance
1 Stimme
5 AntwortenI 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 Stimmen
5 AntwortenHeute heiß
Python
2 Votes
TICTACTOE
1 Votes
Learn python
2 Votes
Error
0 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Help for study
0 Votes
Need help (French)
1 Votes
Spying on me
1 Votes
Where's PHP and Ruby courses?
1 Votes