Dyskusje Q&A
What mean this error?
0 głosów
6 odpowiedziHelp opening files
0 głosów
2 odpowiedzi[TIP] File modes
4 głosów
1 OdpowiedźNeed some guidance
1 Głos
5 odpowiedziI dont unserstand the output if this code :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[0], nums[1], nums[2])
print(msg)
4 4 6
but when I do :
# string formatting
nums = [4, 5, 6]
msg = "Numbers: {0} {0} {2}". format(nums[1], nums[1], nums[2])
print(msg)
it gives me
5 5 6
is there a priority in the Reading ?
0 głosów
5 odpowiedziPopularne dzisiaj
Quiz App: Step 3, Restart Button
0 Votes
How to do a responsive page?
1 Votes
Running a python code
1 Votes
PHP
0 Votes
How create a new language ?
0 Votes
Ai in future
1 Votes
Hola
0 Votes