Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Practice Python While Loops!
You have completed Practice Python While Loops!
Preview
Here's my approach to solving this challenge.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Learning new things can be a challenge.
0:00
Let me show you my approach
to this particular challenge.
0:02
We were given the name
variable with input.
0:05
Our first to-do asks the user by name
if they understand Python while loops.
0:08
We can do this in a similar
fashion to our name statement.
0:12
We can use string formatting to add
a bit of personalization to it as well.
0:16
We should also add a prompt for
what the user should enter, and
0:20
put that on a new line.
0:24
So I have understanding equals input,
string formatter, and
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up