Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#Mastery16’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #Mastery16

#Mastery15 #Mastery16 y #Mastery18 #TC1017

Link#Mastery15 #Mastery16 y #Mastery18 #TC1017

#Mastery16

You can use else statement when you have two conditions and the first one is false so the condition continues with the else until it gets true. Here’s an example: As you can see if z = 98, the first condition is not true, so the program will print the else statement.  

Mastery15 & Mastery16 & Mastery17

Conditionals are generally a way to check something. The classic “if” example is easy to understand. The syntax helps you understand it a bit. A normal if statement would look like this: if(condition): do something Let’s see an example with food because I’m hungry. My code will basically ask if the food is ready by […]

Mastery 15 y 16

Use of ‘elif’ and ‘else’ Python3

Mastery about how to use elif and else! watch it!

Use of the conditional “if” and Use of “else” with a conditional

Here is the link and video to youtube to see this Mastery

Mastery 15 and 16

Use of the conditional “if” Use of “else” with a conditional Here is the link to my video:

Masteries 15 & 16

Use of the conditional “if” Use of “else” with a conditional

Mastery 15 y 16

MASTERY 16 – Else conditional

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).