Show Menu
Cheatography

python_hebrew Cheat Sheet (DRAFT) by

This cheat sheat is for 8th grade python exam

This is a draft cheat sheet. It is a work in progress and is not finished yet.

טיפוסי משתנים

int
מספר שלם
-2, 0, 3
float
מספר עשרוני
-1.2, 0.0, 3.5
str
מחרוזת
"­str­", "­2", "­hel­lo"
bool
משתנה בוליאני
True, False
list
רשימה
[ערך, ערך,...]

אופרטורים