Обсуждения
program prints multiple nums
0 голосов
4 ответовsummartion of even nums
1 голос
2 ответовWhat is the meaning of : nums
0 голосов
3 ответовHow do I sum nums in a range
0 голосов
2 ответовCan I put nums in string var in cpp
-3 голосов
4 ответовwhy does python hate my colon?
4 голосов
4 ответовImport random
0 голосов
16 ответовthousand separator for float nums?
2 голосов
3 ответовI 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 голосов
5 ответовАктуальное сегодня
Help please?
4 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
Game development
0 Votes