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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘Quiz06’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Tue, 20 Oct 2015 22:44:35 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Quizz 06 https://kenscourses.com/tc101fall2015/2015/quizz-06-4/ Tue, 20 Oct 2015 22:44:35 +0000 https://octavioirg.wordpress.com/?p=95 ]]> 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

]]>
https://creativecommons.org/licenses/by/4.0/
#Quiz06 https://kenscourses.com/tc101fall2015/2015/quiz06-21/ Sun, 11 Oct 2015 21:03:56 +0000 http://pololarinette.wordpress.com/?p=82 ]]> 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

Capture d’écran 2015-10-11 Ă  16.00.46

]]>
https://creativecommons.org/licenses/by/4.0/
#Quiz06 https://kenscourses.com/tc101fall2015/2015/quiz06-24/ Sun, 11 Oct 2015 21:03:56 +0000 https://pololarinette.wordpress.com/?p=82 ]]> 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

Capture d’écran 2015-10-11 Ă  16.00.46

]]>
https://creativecommons.org/licenses/by/4.0/
Quiz06 https://kenscourses.com/tc101fall2015/2015/quiz06-20/ Sun, 11 Oct 2015 18:29:02 +0000 http://5nbppkkyj.wordpress.com/?p=110 You can see my code here.

This is my code in action!
Screen Shot 2015-10-11 at 1.23.47 PM

]]>
https://creativecommons.org/licenses/by/4.0/
QUIZ#06 https://kenscourses.com/tc101fall2015/2015/quiz06-19/ Sun, 11 Oct 2015 00:54:47 +0000 http://saldabal.wordpress.com/?p=69 Continue Reading →]]> 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: “))
y = int(input(“please type a non-negative number so we can use it as exponent: “))

print(x, ‘raised to the’, y, ‘power is: ‘, superpower(x,y))



P2.-
#Fernando Salaña
#A01350730

def stars (a):
ans = ”
for i in range(a):
ans = ‘*’ + ans
return (ans)

x = int(input(‘Type how many stars you want to see: ‘))
print (stars(x))

]]>
https://creativecommons.org/licenses/by/4.0/
QUIZ#06 https://kenscourses.com/tc101fall2015/2015/quiz06-32/ Sun, 11 Oct 2015 00:54:47 +0000 https://saldabal.wordpress.com/?p=69 Continue Reading →]]> 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: “))
y = int(input(“please type a non-negative number so we can use it as exponent: “))

print(x, ‘raised to the’, y, ‘power is: ‘, superpower(x,y))



P2.-
#Fernando Salaña
#A01350730

def stars (a):
ans = ”
for i in range(a):
ans = ‘*’ + ans
return (ans)

x = int(input(‘Type how many stars you want to see: ‘))
print (stars(x))

]]>
https://creativecommons.org/licenses/by/4.0/
QUIZ06 https://kenscourses.com/tc101fall2015/2015/quiz06-18/ Sat, 10 Oct 2015 22:22:26 +0000 http://choza973.wordpress.com/?p=55 ]]> 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

QUIZ06-1

P2.PY

QUIZ06-2

Spoiler Alert: I got 5 on that quiz…

]]>
https://creativecommons.org/licenses/by/4.0/
QUIZ06 https://kenscourses.com/tc101fall2015/2015/quiz06-16/ Sat, 10 Oct 2015 22:18:06 +0000 http://luiscortestec.wordpress.com/?p=57 ]]> python_snake

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.

Captura de pantalla 2015-10-10 a las 4.38.15 p.m.

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

]]>
https://creativecommons.org/licenses/by/4.0/
#Quiz06 https://kenscourses.com/tc101fall2015/2015/quiz06-17/ Sat, 10 Oct 2015 22:09:56 +0000 http://diegotc101.wordpress.com/?p=78 ]]> 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 one of the quiz:

https://drive.google.com/file/d/0B5oyxKG3KmVxZUJwNm80bXZSRUk/view?usp=sharing

Part two of the quiz:

https://drive.google.com/file/d/0B5oyxKG3KmVxdlFWTjJ0cjVhREU/view?usp=sharing

]]>
https://creativecommons.org/licenses/by/4.0/
Quiz #06 https://kenscourses.com/tc101fall2015/2015/quiz-06-10/ Sat, 10 Oct 2015 21:44:32 +0000 http://jsphsalazar.wordpress.com/?p=57 ]]> Hi guys!

p1.py

p1

Here’s the code: https://github.com/JsphSalazar/Quiz-06/blob/master/p1

 

p2.py

p2

Here’s the last one: https://github.com/JsphSalazar/Quiz-06/blob/master/p2

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