MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following Python code? >>>print('new' 'line') |
| A. | error |
| B. | output equivalent to print new nline |
| C. | newline |
| D. | new line |
| Answer» D. new line | |