Zusammenfassung der Ressource
Python
- Lesson 1- A programming
language
Anlagen:
- Algorithms are used to instruct
the program on what to do
- Decomposition
- When you break down a program
into smaller steps
- Sequence
- When you put steps one
after the other
- IDLE
- Intergrated Development Environment
- Lesson 2- Variables
- What is a
variable?
- A variable is a location memory which
can temporarily store text or numbers
(data)
- Temporary
- Naming a
variable
- Can only contain numbers, letters
and underscores