Q&A Discussions
How i can learn html?
1 Vote
4 AnswersHtml or html5
1 Vote
3 Answerswant to know about things.
2 Votes
3 AnswersStrong vs bold text
0 Votes
3 AnswersTürk var mı
0 Votes
3 AnswersNumbers into words
0 Votes
1 AnswerHow to change colour
0 Votes
4 AnswersFormatted input
0 Votes
2 AnswersWhere r u practice of html
0 Votes
4 AnswersFont Subscript text???
0 Votes
3 AnswersI 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 Votes
5 AnswersHot today
Remove
0 Votes
I need help to solve this
0 Votes
Engineer Cloud
0 Votes
Project
0 Votes
Lua?
1 Votes
How to add comment in python?
0 Votes