Introduction To
Computer Programming
What You Will Learn
- What Does Programmer Mean?
- What Is Python?
- Why Python?
- Compiler VS Interpreter
Make By Chanakan Toursupap
Information By Anirach Mingkhwan
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Learn More
Print String
Print Numeric
Print String + Numeric
Print String + String
Print Numeric + Numeric
Variable
Data Type
Numbers
Boolean
String
Arithmetic Operators
Operator Precedence
Comparison Operators
Logical Operators
And More ...
Input Strings
Input Numbers
Read Multiple Values
Comments
Symbols
Draw.io
if
If-else
If-elif-else
Nested if
for loop
while Loop
break statement
continue statement
pass statement