Input & Output

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
Call with Kai

No study sessions yet.

8 Terms

1
New cards

print()

→ Displays output to the screen.

2
New cards

input()

→ Gets input from the user and always returns a string.

3
New cards

int()

→ Converts a value into an integer.

4
New cards

float()

→ Converts a value into a float.

5
New cards

bool()

Converts a value into a Boolean.

6
New cards

type()

Returns the data type of a value.

7
New cards

List

A collection of values stored inside square brackets [].

8
New cards

List indexing

→ Accessing list elements using index positions (same as strings).