We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In http://opentechschool.github.io/python-beginners/en/conditional_loops.html?highlight=conditional%20loops:
and see if you can summarise in your head what it what it do
You may want to change: print(sentence)
to: print(sentence + ".")
You could try playing with a turtle in the interpreter and using these functions to check exactly what they do, if you like.
The text was updated successfully, but these errors were encountered:
Hey I've fixed these issues and sent a patch, Please do check your email.
Sorry, something went wrong.
Thanks Anvesh for your help! The usual process to get patches into our material is through pull requests https://help.github.com/articles/using-pull-requests/; could you submit one with your changes?
I've submitted the pull request.
No branches or pull requests
In http://opentechschool.github.io/python-beginners/en/conditional_loops.html?highlight=conditional%20loops:
and see if you can summarise in your head what it what it do
In http://opentechschool.github.io/python-beginners/en/conditional_loops.html?highlight=conditional%20loops:
You may want to change:
print(sentence)
to:
print(sentence + ".")
In http://opentechschool.github.io/python-beginners/en/conditional_loops.html?highlight=conditional%20loops:
You could try playing with a turtle in the interpreter and using these functions to check exactly what they do, if you like.
The text was updated successfully, but these errors were encountered: