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 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 AnswersFont Subscript text???
0 Votes
3 AnswersHot today
Which is the error in this code
1 Votes
Control Flow
2 Votes
Animations
2 Votes
How to use the get() method
2 Votes
Game Dev Path
1 Votes
So this what I'm trying to solve
2 Votes
How to get account back?
1 Votes
PHP Tutorial Idea
1 Votes
Problem whit Javascript
1 Votes