What is the output from the following?

```
>>> a = -4
>>> b = 2
>>> c = abs(a)
>>> x = a * c
>>> print x
```


-16

Computer Science & Information Technology

You might also like to view...

Answer these questions about destructors

a. What is a destructor and what must the name of a destructor be? b. When is a destructor called? c. What does a destructor actually do? d. What should a destructor do?

Computer Science & Information Technology

If you add a logo or date and time, they appear in the ________

A) Page Header B) Group Header C) Report Header D) Group Footer

Computer Science & Information Technology

Procedural programming is widely accepted as the most efficient method of program development, resulting in faster development, reusable code, easier maintenance, and fewer errors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Address ____ field includes the Address, City, State, Zip, and Country fields.

A. Indexed B. Quick Start C. Virtual D. Datasheet

Computer Science & Information Technology