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 trial

Python Python Basics Functions and Looping Create a Function

i 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

mouseandweb
mouseandweb
13,758 Points

Hi Tanzila Rafeeq

Would you please post the code you have so far so we can work it out? Thanks.

I need help on this one i cant get it

2 Answers

Provide 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

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