Online Compiler Python

# Write your code here print("Hello world!") print("i love you")
The code prints two lines of text: first "Hello world!" and then "i love you". Each print statement outputs its text followed by a new line.

- The second line uses lowercase letters. If the task expects exact capitalization, check the required output format.
- If the task asks for a specific number of lines or different text, compare your output with the expected result.