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

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

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

You can see my code here.
This is my code in action!
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 →
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 →

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 […]

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
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 […]

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