Financial programming warm-up quiz 4

Financial programming warm-up quiz 4

Assessment

Flashcard

Computers

University

Hard

Created by

Ariel LU

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What function can be used to convert data to integer?

Back

int()

2.

FLASHCARD QUESTION

Front

What is the main difference between integers and floating-point numbers?

Back

a decimal point.

3.

FLASHCARD QUESTION

Front

What symbol can be used to create a string data?

Back

A sequence of Unicode characters enclosed in single quotes or double quotes.

4.

FLASHCARD QUESTION

Front

What operations can be performed combination on string type data in Python?

Back

Use '+' to combine strings.

5.

FLASHCARD QUESTION

Front

What does the upper() function do in Python?

Back

It converts all English letters in a string to uppercase.