Sesiones de PyR
Please Help ๐จโ ๏ธ
0 Votos
2 RespuestasPython Contact List
0 Votos
3 RespuestasWhy this code runs?:
nums = [4, 5, 6]
msg = "Numbers: {} {}". format(nums[0], nums[1], nums[2])
print(msg)
Numbers:4, 5.
Byt the code:
nums = [4, 5, 6]
msg = "Numbers: {} {} {} {}". format(nums[0], nums[1], nums[2])
print(msg)
leading to error?
IndexError: tuple index our of range
1 Voto
3 RespuestasWhy this output occur?
2 Votos
3 RespuestasEn tendencia hoy
Functions in python
2 Votes
Html 5 document question
1 Votes
Python
0 Votes
Actual Artificial Intelligence
0 Votes
Is this realistic enough?
1 Votes
Need friends
0 Votes