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

Tag Archives: Quiz06

Quizz 06

I´m sorry for the delay 🙁 WordPress wouldn´t let me upload anything… (ERASE YOUR COOKIES) Here are my answers to quizz 06: 1: http://bit.ly/1OtzqdH 2: http://bit.ly/1NBJQr

#Quiz06

Hey here is my program for the Quiz n°6 in Python3 And my code is on github : https://github.com/pololarinette/TC-1014/blob/master/%23QUIZ06

#Quiz06

Hey here is my program for the Quiz n°6 in Python3 And my code is on github : https://github.com/pololarinette/TC-1014/blob/master/%23QUIZ06

Quiz06

You can see my code here.
This is my code in action!

QUIZ#06

P1.- #Fernando Saldaña #A01350730 def superpower (a,b): ans = 1 for i in range(b): ans = ans * a return (ans) print (“Hey lets make some math”) x = int(input(“Please type a non-negative number so we can raised it: “))… Continue Reading →

QUIZ#06

P1.- #Fernando Saldaña #A01350730 def superpower (a,b): ans = 1 for i in range(b): ans = ans * a return (ans) print (“Hey lets make some math”) x = int(input(“Please type a non-negative number so we can raised it: “))… Continue Reading →

QUIZ06

Yeah, so this quiz kinda messed with my head, even though it was fairly simple, i tried it with a For Loop but i didn’t remember the syntax at that moment soooo, here’s the link to my Github files, which are the answers to the quiz, P1.PY P2.PY Spoiler Alert: I got 5 on that […]

QUIZ06

This quiz was a piece of cake, i didn’t have any problems and i feel really stupid because the first time i couldn’t do it the right way. HERE IS THE LINK TO MY CODE: https://www.dropbox.com/s/64i8sx2aiq74th7/p1.py?dl=0 https://www.dropbox.com/s/rwa3u5479nyzjpr/p2.py?dl=0

#Quiz06

I failed the quiz 05, I just did the easy way by using the operator “**” and by multiplying the strings “*”, but this time I found a way of doing it the way the teacher told us to do it. It was hard for me to find the solution, but I made it. Part […]

Quiz #06

Hi guys! p1.py Here’s the code: https://github.com/JsphSalazar/Quiz-06/blob/master/p1   p2.py Here’s the last one: https://github.com/JsphSalazar/Quiz-06/blob/master/p2

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