Understanding Data
Understanding Data
DATA
HOW DOES DATA STRUCTURES MAKE YOUR PROGRAM
WORKS EFFECTIVELY?
JUMBLED
WORDS
1. reterrnterepi
2. tada
3. pytes
4. eraitlls
5. iaevarsbl
OBJECTIVES
After studying this lesson, you should be able to:
learn how data is represented in Python,
list the common data types,
specify data, and
perform basic operations.
WHAT IS AN
INTERPRETER?
an interpreter is a computer program that directly executes
instructions written in a programming or scripting language.
Interpreters are sometimes used during the development of a
program, when a programmer wants to add small sections at a time
and test them quickly. Interpreters are also often used in education
because they allow students to program interactively.
It is not time-consuming
USING THE INTERPRETER
LAUNCHING IDLE
OPENS UP THE
PYTHON SHELL.