<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Week 1: Conditionals :: Notes Wiki</title>
    <link>https://wiki.sajidmahmood.me/cs-and-programming/cs50p/week1-conditionals/index.html</link>
    <description>Week 1: Practice Code GitHub Conditionals Ability to ask questions and answer those questions, in order to decide which line of code will be executed.&#xA;To write conditional statements in Python, we can use if statement. The elif statement, ask a question, taking into account whether or not a previous question had a true or false answer. The else statement, used when the all the other options has bee exhausted and only logical answer is the last one. So, we don’t need to compare anything for it, because it’s the only answer left. It’s catch all statement, if everything else isn’t proved right, let’s assume this is the answer. Some symbols used in Python, are:</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>thesajid@proton.me (Sajid Mahmood)</managingEditor>
    <webMaster>thesajid@proton.me (Sajid Mahmood)</webMaster>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://wiki.sajidmahmood.me/cs-and-programming/cs50p/week1-conditionals/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>