Q&A Discussões
Please Help 😨☠️
0 Voto
2 RespostasPython Contact List
0 Voto
3 RespostasWhat is the meaning of it.
2 Votos
1 RespostaWhy 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 RespostasWhy this output occur?
2 Votos
3 RespostasQuente hoje
DSA doubt
1 Votes
Vote Code
1 Votes
Input errors (python)
1 Votes
Without degree job
0 Votes
Data structure using C
0 Votes