Aug 14, 2024
print('Hello World')
.print()
is used to display output.age = 20
, price = 19.95
.True
or False
values.input()
to receive input from the user.int()
, float()
, str()
, and bool()
..upper()
, .lower()
, .find()
, and .replace()
.in
operator to check for substrings.+
, -
, *
, /
, //
, %
, **
.+=
, -=
, *=
, etc.>
, >=
, <
, <=
, ==
, !=
.and
, or
, not
for building conditions.[]
..append()
, .insert()
, .remove()
, .clear()
.()
..count()
, .index()
.