Tungkol(About)
Home
Unit 1: Inputs, outputs & variables
Unit 2: If conditions, for loops, while loops
Unit 3: Strings
Unit 4: Functions & recursion
Unit 5: 1d & 2d arrays, Sets, Hashmaps
Unit 6: Linked list, stacks, queues & deques
Inputs
Outputs
Math Operators
Data Types
If Conditions
For Loops
While Loops
Strings
Functions
Recursion
2D Arrays
Sets
Hashmaps
Stacks
Queues & Deques
Data Types
String
Integer
Float
Boolean
Console
A = int(input()) # A ay integer lang gaya ng 41 o 67 B = float(input()) # B ay decimal gaya ng 4.1 o 6.7 C = str(input()) # Maaari rin: C = input() - para sa strings D = bool(input()) # Maaari lang True o False
Run