Python Basics
Sum using the + operator
Multiply
divide
subtract
Complex number where iota is denoted with j
Different ways of declaring variables.
a,b,c,d = 1,2,3,4
special characters in variables @,%,-,+
Can use an underscore for it though. _a is a valid ...
tanya-shekhawat.hashnode.dev2 min read