Q&A Discussions
Html 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
Is this realistic enough?
2 Votes
Need friends
0 Votes
Web Development
0 Votes
Cybersecurity techies
3 Votes
Please complete this code.
0 Votes