<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Basic-Operators on Jesus Oseguera</title><link>https://r0tbyt3.dev/tags/basic-operators/</link><description>Recent content in Basic-Operators on Jesus Oseguera</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://r0tbyt3.dev/tags/basic-operators/index.xml" rel="self" type="application/rss+xml"/><item><title>Basic operators</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/python/language-fundamentals/basic-operators/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/python/language-fundamentals/basic-operators/</guid><description>Basic operators Basic Operators - arithmetic, comparison, logical, and assignment operators in Python.
Arithemtic Operators Arithmeatic Operators - used for performing mathematical operations on numbers.
Examples:
1 + 2 # Addition 3 - 4 # Subtraction 5 * 6 # Multiplication 7 / 8 # Division 9 % 2 # Modulus 10 ** 3 # Exponentiation 11 // 4 # Floor Division Operator Precedence Operator precedence - the order in which operations are evaluated in an expression.</description></item></channel></rss>