Sep 8, 2024
input()
to receive inputlen()
, abs()
, etc.math
for advanced operationsif
, elif
, else
statements for decision makingand
, or
, not
==
, !=
, >
, <
while
Loop: Running code based on conditionsfor
Loop: Iterating over collections, including range()
append()
, remove()
, sort()
, etc.count()
, index()
try
and except
blocksopenpyxl
for Excel automationnumpy
, pandas
, matplotlib
, scikit-learn