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