Re: [Tutor] Root and power

2015-07-30 Thread Job Hernandez
Thank you all,\. Programming is the hardest thing i have ever tried to learn. So thank you for your help. Job On Tue, Jul 28, 2015 at 8:29 PM, Job Hernandez wrote: > How is it going tutors? > > The following problem seems impossible to me: > > "*Write a program that asks

[Tutor] Root and power

2015-07-29 Thread Job Hernandez
How is it going tutors? The following problem seems impossible to me: "*Write a program that asks the user to enter an integer and prints two integers, root and pwr, such that 0 < pwr < 6 and root^pwr (root**pwr) is equal to the integer entered by the user. If no such pair of integers exists, it

[Tutor] (no subject)

2015-07-25 Thread Job Hernandez
I have been reading a book on Python. I am currently stuck with one of the exercises and so wanted to ask you if you can help me. Of course, if you have the time. Exercise : Ask the user to input 3 integers and prints out the largest odd number. if no odd number was entered it should print a me