Key Terms Python Flashcards
1
Q
What is an IDE?
A
An IDE is integrated development environment.
2
Q
What is casting
A
Casting is explicitly stating that you want a change in data type
3
Q
What is a variable?
A
A variable is a container for information.
4
Q
What is a string?
A
A string is a line of text inside a pair of speech marks.
5
Q
What is Python
A
Python is a programming language that has a wide variety of uses
6
Q
What is a Float?
A
A float is a way of defining a variable as a fractional value
7
Q
What is a integer?
A
An integer is a way of classifying data as whole number.
8
Q
What are data types?
A
Data types are other way of classifying data.
9
Q
What is concatenation
A
To join two strings together