<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Operators and expressions :: CS1 course</title><link>https://robark.gitlab.io/operators_expressions/index.html</link><description>Chapter 3 Math and Logic</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 16 Sep 2020 19:34:46 +0000</lastBuildDate><atom:link href="https://robark.gitlab.io/operators_expressions/index.xml" rel="self" type="application/rss+xml"/><item><title>Video</title><link>https://robark.gitlab.io/operators_expressions/video/index.html</link><pubDate>Wed, 16 Sep 2020 19:34:46 +0000</pubDate><guid>https://robark.gitlab.io/operators_expressions/video/index.html</guid><description>Lesson 3 After watching the lesson, try the mini assignment at the end.
I forget to mention in the video that you can also compare strings with relational operators &gt;, &lt;, &lt;=, &gt;=,!=, ==
'apple' &lt; 'banana' #True 'cat' == 'cat' #True 4 &lt; 2 #False So strings are compared alphabetically and integers are compared numerically.</description></item></channel></rss>