-<title data-rh="true">Comparison Operators | The Python Ledger</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://thepythonledger.github.io/Docusaurus-engine/img/logo.png"><meta data-rh="true" name="twitter:image" content="https://thepythonledger.github.io/Docusaurus-engine/img/logo.png"><meta data-rh="true" property="og:url" content="https://thepythonledger.github.io/Docusaurus-engine/foundations/comparisons"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Comparison Operators | The Python Ledger"><meta data-rh="true" name="description" content="Programming isn't just about math; it's about making decisions. To make a decision, the computer needs to compare two values. The result of any comparison is always a Boolean (True or False)."><meta data-rh="true" property="og:description" content="Programming isn't just about math; it's about making decisions. To make a decision, the computer needs to compare two values. The result of any comparison is always a Boolean (True or False)."><link data-rh="true" rel="icon" href="/Docusaurus-engine/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://thepythonledger.github.io/Docusaurus-engine/foundations/comparisons"><link data-rh="true" rel="alternate" href="https://thepythonledger.github.io/Docusaurus-engine/foundations/comparisons" hreflang="en"><link data-rh="true" rel="alternate" href="https://thepythonledger.github.io/Docusaurus-engine/foundations/comparisons" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Foundations","item":"https://thepythonledger.github.io/Docusaurus-engine/category/foundations"},{"@type":"ListItem","position":2,"name":"8. Comparisons","item":"https://thepythonledger.github.io/Docusaurus-engine/foundations/comparisons"}]}</script><link rel="stylesheet" href="/Docusaurus-engine/assets/css/styles.38349855.css">
0 commit comments