Q&A Discussões
Why 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 RespostasCSS
-2 Votos
2 RespostasQuente hoje
How do i learn php in here?
1 Votes
Hi everyone I hope you’re well
0 Votes
Someone explain it... Plz!!!
1 Votes
Running of python or js script (backend) and entering of html page by clicking SUBMIT button
2 Votes
Programming
0 Votes
Losing hearts
0 Votes
Criar aplicativo
0 Votes