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