Sesiones de PyR
What mean this error?
0 Votos
6 RespuestasHelp opening files
0 Votos
2 Respuestas[TIP] File modes
4 Votos
1 RespuestaNeed some guidance
1 Voto
5 RespuestasI 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 Votos
5 RespuestasEn tendencia hoy
DSA doubt
1 Votes
Vote Code
1 Votes
Input errors (python)
1 Votes
Without degree job
0 Votes
Data structure using C
0 Votes
Html learn
1 Votes