Saved Bookmarks
| 1. |
What will be the output produced by following code 1) name = neeru |
Answer» for more query join me at code masterif you want to print it then write :print(name) it will give you an error neeru because neeru is a string which is always surrounded by " " the correct expression is name ="neeru" It will show error because you haven\'t entered any instructions Further.Like Print("name") etc. |
|