Sep 2, 2024
Download Python
Install an IDE
main.py
.print('I love pizza')
.+
, print using print()
.len()
to find length, and type()
to check data type.+
, -
, *
, /
for math operations.int()
, float()
, str()
functions.len()
, find()
, capitalize()
, upper()
, lower()
, isalpha()
, etc.input()
function to take user input.break
, continue
, pass
to control loop executions.open()
, read()
, write()
, close()
for file operations.