Save
CPET 140 : Computer Programming
Chapter 2 : Python Basic Syntax and Structure
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
five
Visit profile
Subdecks (23)
Identifiers and Keywords
CPET 140 : Computer Programming > Chapter 2 : Python Basic Syntax and Structure
10 cards
Learning How to Program in Python
CPET 140 : Computer Programming > Chapter 2 : Python Basic Syntax and Structure
3 cards
Cards (16)
Indentation
is very important in Python to write a successful program without any errors.
Indentation means usage of whitespace to define the scope of the program.
Indentation
is mostly used when using
conditional statements
and
looping statements
.
See all 16 cards