What is the output from the following?

```
>> a = ord("A")
>>> b = 2
>>> x = a * b
>>> print x
```

130

Note: The function ord returns the integer value of a character using ASCII encoding. In this case that value is 65.

Computer Science & Information Technology

You might also like to view...

If the location of a figure in a document is changed, you will need to manually renumber the captions

Indicate whether the statement is true or false

Computer Science & Information Technology

An ____ style sheet,  is a separate file containing style information that multiple web pages can link to.

A. internal B. Internet C. external D. extended

Computer Science & Information Technology