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ß
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
Mentor
0 Votes