Programming (Year 12)
String Manipulation
What is the output of the following code: print('Hello, World!'.lower())?
Hello, World!
HELLO, WORLD!
hello, world!
Hello, world!