What is the output from the following?
```
>>> first = "Abe"
>>> last = "Lincoln"
>>> print first + last
```
AbeLincoln
Computer Science & Information Technology
You might also like to view...
When you work with a ____________, you can jump directly to any piece of data in the file without reading the data that comes before it.
a. file object b. binary file c. direct access file d. sequential access file
Computer Science & Information Technology
____________________ allows others to use your work as is, but they cannot change or derive other work from it.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology