51count_down = 100
2
3while count_down > 0:
4print(count_down)
5count_down -= 1
Renaming a project helps you organise your saved code
Be careful: if you choose to delete a file, you will not be able to recover it unless you've saved a copy
create.withcode.uk allows you to write, run, debug and share python code in your web browser.
Anyone can access your code using this link:
Copy and paste this html to embed your code in a blog / website:
You will need this plugin installed on your site first.