What is the result of the following code?
"apple".repeat(3);
"apple3"
"aaa"
"appleappleapple"
"apple apple apple"