Saved Bookmarks
| 1. |
Write the output of the following code: print “Python is an \n interpreted \t Language” |
|
Answer» Python is an interpreted Language |
|