Q&A Discussions
Anyone suffering msg bugs?
8 Votes
4 Answersbaffling Python error msg
0 Votes
1 AnswerI am not able to msg anyone
0 Votes
6 AnswersCODE PLAYGROUND
1 Vote
2 AnswersAbout delete
3 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
Ai generated practices
2 Votes
Where did mess up....
1 Votes
Feedback on my portfolio
0 Votes
Solving coding challenges
0 Votes
Yo this is madness
0 Votes
How can i insert files?
1 Votes
Advertising in Sololearn
0 Votes
Hi who can hel me please
0 Votes