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
Time up code for data revision
0 Votes
Data Analysis Course
1 Votes
Web vs python
1 Votes
I want to learn why this error occurs in "while loop" function of Pythone.Can someone explain to me?
1 Votes
Best Python Calculator Code
1 Votes
Animation
1 Votes