+ 1
strings.
What is the result of this code? print("{0}{1}{0}".format("abra", "cad"))
1 Answer
+ 5
Well, you can always head to the Code Playground and run the Python snippet to observe the output. 😉
What is the result of this code? print("{0}{1}{0}".format("abra", "cad"))