Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
‘#Masery17’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Thu, 09 Apr 2015 17:06:02 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Use of “elif” with a conditional https://kenscourses.com/tc101winter2015/2015/use-of-elif-with-a-conditional-2/ Thu, 09 Apr 2015 17:06:02 +0000 https://jorgepadilla95.withknown.com/2015/use-of-elif-with-a-conditional Continue reading ]]>

I made a basic program in python with “elif” conditional. Check it out.

elif is short for ‘else if’ and is very helpful when you have too many if statements  in your code and makes your code more efficient and cleaner. You can use this conditional after an if in the next line and to use it you have to put your condition and it will make its job, it will make the action you define if the condition is True or the other action you define if the condition is not True, you can see it in my example:

]]>
https://creativecommons.org/licenses/by/4.0/
Use of “elif” with a conditional https://kenscourses.com/tc101winter2015/2015/use-of-elif-with-a-conditional/ Tue, 17 Feb 2015 00:38:23 +0000 http://jorgepadilla95.withknown.com/2015/use-of-elif-with-a-conditional Continue reading ]]>

I made a basic program in python with “elif” conditional. Check it out.

]]>
https://creativecommons.org/licenses/by/4.0/