Saved Bookmarks
| 1. |
What will be the output produced by the following code?name=Neeru Age=21print(name,"your age",21,"now but",) print ("you will be",age+1,"next year") |
|
Answer»
|
|