0
What is the result of this code?
Print:("{0}{1}{0}".format ("abra","cad"))
3 Answers
+ 1
abracadabra
+ 1
its just print first string then second then again first
mins output is same as said by @DarkAncient
0
This is a question directly from one of the quizzes in the lesson. If there is something you need clarification on, that's one thing. Otherwise, you're just cheating yourself.