Correct Answer: B
Explanation: The function len returns the length of the string passed, and hence it's output will be 3. The function getsizeof, present under the sys module returns the size of the object passed. It's output will be a value much larger than 3. Hence the above statement is false.