Long description
A 4 column Table shows symbols not used in algebra. From Left to Right, Column 1 Python Operation, Column 2 Arithmetic Operator, Column 3 Algebraic Expression and Column 4 Python expression. Row 1, Addition, + , F + 7, F + 7. Row 2, Subtraction, minus, p minus c, p minus c. Row 3, Multiplication, asterisk, b times m, b times m. Row 4, Exponentiation asterisk asterisk, X to the power of y, x asterisk asterisk y. Row 5, True division, slash, x slash y or x over y or x divided by y, x slash y. Row 6, Floor division slash slash, left bracket x slash y right bracket or left bracket x over y right bracket or left bracket x divided by y right bracket, x slash slash y. Row 7, Remainder left parenthesis modulo right parenthesis, percentage, ...
Get Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and The Cloud now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.