Dyskusje Q&A
What is bug in my code (CSS)
0 głosów
1 Odpowiedźlists
0 głosów
1 OdpowiedźInput type range...
1 Głos
2 odpowiedzihelp
0 głosów
1 Odpowiedźhow
0 głosów
3 odpowiedziWhat is my mistake?
0 głosów
1 OdpowiedźList index out of range?
0 głosów
3 odpowiedziWhy 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 Głos
3 odpowiedziLooping
1 Głos
1 Odpowiedźcan someone tell me how to make it impossible for a user to type a 'userchoice1[x]' value that does not range from 1 - 10.
If you also know a way I can make the user input another value for the 'userchoice1[x]' variable if it is less than 1, I'll appreciate you share the knowledge with me.
please see the short code below
1 Głos
2 odpowiedziPopularne dzisiaj
How to allow one instance of exe
2 Votes
purchase of a subscription
1 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
What should I add/improve ?
1 Votes
Python
1 Votes
Tools for web design?
1 Votes