54.5k views
1 vote
What is the output of the following print statement print
('i 'm ready to begin')

User Fumiko
by
7.5k points

1 Answer

4 votes

Final answer:

The output of the print statement will be i 'm ready to begin without any quotation marks.

Step-by-step explanation:

The output of the print statement print('i 'm ready to begin') will be i 'm ready to begin without any quotation marks.

User Kannan G
by
8.2k points