- 2
print("{0}{1}{0}".format("abra", "cad"))
This question won't work whenever I put the answer in the text box. Please tell me how to put the answer.
5 Answers
+ 1
Try the code in the Playground and see for yourself.
0
abracadabra
0
What is the result of this code?
program : print("{0}{1}{0}".format("abra","card"))
output : abracadabra