Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTanzila Rafeeq
2,936 Pointsi don't know what to do in this question of squaring.py. can anyone help??
i just need some help by how to solve this create a function objective
Jazz Burns
227 PointsI need help on this one i cant get it
2 Answers
Anton Petrov
13,967 PointsProvide please the task content, can't help without it. From your def square(number): I can suggest something like return number ** 2 for the body of function or if you trying get the square root you can use number ** 0.5
Tanzila Rafeeq
2,936 Pointsdef square(number): i know how to do this first line but i don't know how to quiet know what to do in the body of the function.
mouseandweb
13,758 Pointsmouseandweb
13,758 PointsHi Tanzila Rafeeq
Would you please post the code you have so far so we can work it out? Thanks.