Basic Python
Basics
# for comments
string with " or '
; to have multiple commands in the same line
case sensitive
Operators
+, -, *, /
** exponential
% division rest
// division without rest (int)
+ also to concatenate strings
* also with strings: "a"...
massyfigini.hashnode.dev6 min read