Aug 22, 2024
print("Hello World")
to display messagesage = 20
)True
or False
input("What is your name?")
for user interaction+
(e.g., "Hello " + name
)int()
, float()
, bool()
, and str()
upper()
, lower()
, find()
, replace()
+
, -
, *
, /
, //
, %
, **
x += 3
>
, >=
, <
, <=
, ==
, !=
and
, or
, not
if
, elif
, else
append()
, insert()
, remove()
, clear()
start:end
syntaxrange(start, end, step)
count()
, index()