+ 1
What's the result of this code? print("{0}{1}{0}".format("abra", "cad"))
Its a topic on String Functions on PYTHON
4 odpowiedzi
+ 9
You can find it out if you actually *run* the code:
Go to Code section, click +, select Python, insert the code, click Run
+ 4
If you need explanation of the code output, then write "Need explanation for the output of this code" don't ask the output. You can use the Playground to see the output ...
+ 2
abracadabra like quot;{first_string}{second_string}{first_string}"
+ 1
abracadabra