Q&A Discussies
What is caused by leading 0
3 Stemmen
3 AntwoordenWhy 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 Stem
3 AntwoordenCSS
-2 Stemmen
2 AntwoordenPopulair vandaag
debate which is better
5 Votes
Cource
1 Votes
why is my AI in spanish
0 Votes
Text editor
0 Votes
Arduino
2 Votes
Debugging issue?
0 Votes
how to view only application
0 Votes