Programing (python)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

Primitive data types

A data type is a category for a value. It describes what the value represents and how it can be used. It encompasses all data types.

2
New cards
<p>Integers</p>

Integers

Is any number without a decimal point. It includes negative numbers, positive numbers, and zero.

3
New cards
<p>Floats </p>

Floats

Is any number with a decimal point. The name comes from the term floating pint number because the decimal point ‘_blank_’ between digits.

4
New cards

Booleans

Is a truth value. It can only be one of two possible values: True or False

5
New cards
<p>Strings</p>

Strings

It is text, shortened from: a sting of characters. A character is any letter, number, symbol, or space that we can type on a keyboard. A __ must be surrounded by “quotation marks.”

6
New cards

Binary data

Computers only speak in _blank_ which is is a language that consists of 1’s & 0’s. Everything can be translated to 1’s and 0’s.

7
New cards

Expression

8
New cards

String concatenation