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
‘#WSQ007’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #WSQ007

Sum of numbers

This has been the hardest one so far, I had a lot of trouble geting the range to work as I wanted it to, to solve my problem I checked out this post: ilkapython: https://ilkapython.wordpress.com/2015/09/18/wsq07-sum-of-numbers/ I finally found the “for r in range (x,y)” part, and with that I was able to finish my program:

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).