Saved Bookmarks
| 1. |
Find the difference between given coding str="don't worry about coding" print(str) |
|
Answer» actually yu assigned the print STATEMENT in variable (STR) but the output REMAINS same as yu print in statement (print).. |
|