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 (Retired) Things That Count Exceptions

mohammed abdi abdulahi warsame
mohammed abdi abdulahi warsame
4,926 Points

Floats

Hi guys, whay do i need to multiplay the length of user_string to num and round all of that so that it rounds to the nearest numper, can't i just round num .

https://w.trhou.se/yrn40wctiv

1 Answer

Michel van Essen
Michel van Essen
8,077 Points

because if the user input is .5 it will have to round up or down correctly.

if you use my name - michel as user string and I chose the number .5 the length of the user string is 5 and the user number is .5 .5*5=2.5 so we want to round it up to 3 in order to make it print out h