avatarMichael Galarnyk

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

715

Abstract

"81d9">Part of learning Python (or any programming language) is understanding the basic syntax. Having gone over if and else statements already, this goes over elif statements and their usage. The code used in the video above in the is available on my <a href="https://github.com/mGalarnyk/Python_Tutorials/blob/master/Python_Basics/Intro/Python3Basics_Part1.ipynb">github</a> and can be viewed down below as well.</p> <figure id="0702"> <div> <div>

            <iframe class="gist-iframe" src="/gist/mGalarnyk/aa5bc03e01ead7f65c9c97e695d8bb5a.js" allowfullscreen="" frameborder="0" height="undefined" width="undefined">
          </div>
        </div>

Options

    </figure></iframe></div></div></figure><p id="e307">If you are feeling like a challenge, please see the task below and leave a comment of your solution!</p>
    <figure id="79cd">
        <div>
          <div>
            
            <iframe class="gist-iframe" src="/gist/mGalarnyk/3a12115cdc9a50b4e0cea440f00d9e3a.js" allowfullscreen="" frameborder="0" height="undefined" width="undefined">
          </div>
        </div>
    </figure></iframe></div></div></figure><p id="0ccd">Please let me know if you have any questions. Next post goes over <a href="https://readmedium.com/python-basics-6-lists-and-list-manipulation-a56be62b1f95">Python Lists</a>!</p></article></body>

Python Elif Statements

Part of learning Python (or any programming language) is understanding the basic syntax. Having gone over if and else statements already, this goes over elif statements and their usage. The code used in the video above in the is available on my github and can be viewed down below as well.

If you are feeling like a challenge, please see the task below and leave a comment of your solution!

Please let me know if you have any questions. Next post goes over Python Lists!

Programming
Python
Tutorial
Recommended from ReadMedium