<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Functions :: CS1 course</title><link>https://robark.gitlab.io/functions/index.html</link><description>Chapter 5 Functions Blocks of re-usable code that has a specific purpose</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 15 Oct 2020 19:14:33 +0000</lastBuildDate><atom:link href="https://robark.gitlab.io/functions/index.xml" rel="self" type="application/rss+xml"/><item><title>Intro</title><link>https://robark.gitlab.io/functions/intro/index.html</link><pubDate>Wed, 07 Oct 2020 22:31:28 +0000</pubDate><guid>https://robark.gitlab.io/functions/intro/index.html</guid><description>Lesson 17: Functions Introduction</description></item><item><title>Local Variables</title><link>https://robark.gitlab.io/functions/locals/index.html</link><pubDate>Thu, 08 Oct 2020 18:11:00 +0000</pubDate><guid>https://robark.gitlab.io/functions/locals/index.html</guid><description>Lesson 18: Local Variables</description></item><item><title>Args</title><link>https://robark.gitlab.io/functions/args/index.html</link><pubDate>Fri, 09 Oct 2020 18:45:12 +0000</pubDate><guid>https://robark.gitlab.io/functions/args/index.html</guid><description>Lesson 19: Globals, default args, keyword args, var args, doc strings</description></item><item><title>Quiz</title><link>https://robark.gitlab.io/functions/quiz/index.html</link><pubDate>Tue, 13 Oct 2020 22:57:56 +0000</pubDate><guid>https://robark.gitlab.io/functions/quiz/index.html</guid><description>Lesson 20: Functions Practice Quiz In order to benefit from this video quiz you MUST pause the video and attempt each question.</description></item><item><title>Replace strings</title><link>https://robark.gitlab.io/functions/replace/index.html</link><pubDate>Wed, 14 Oct 2020 19:08:24 +0000</pubDate><guid>https://robark.gitlab.io/functions/replace/index.html</guid><description>Lesson 21: Replacing strings The code blocked by my image at the end is
for num in L:</description></item><item><title>Fibonacci</title><link>https://robark.gitlab.io/functions/fibonacci/index.html</link><pubDate>Thu, 15 Oct 2020 19:14:33 +0000</pubDate><guid>https://robark.gitlab.io/functions/fibonacci/index.html</guid><description>Lesson 22: Correct replace, min/max clone, fibonacci Note: python has built in min/max functions for iterables min([3,4,5,1,7,6]) -&gt; 1 max([3,4,5,1,7,6]) -&gt; 7</description></item></channel></rss>