#๐ chaos.py
24 messages ยท Page 1 of 1 (latest)
@hollow compass
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
It's showing you how the value changes as it passes through the loop
wut so its just showing that its changing a lot
isntead of a little
the amount it's changing isn't fully relevant. It's just showing you how you can use a loop to modify a value over and over
the app you use isn't really important, you just need a simple editor where you can write code. Python comes with an editor called IDLE, that's generally good enough for a beginner
i tried to use this
but it doesnt show me what i do until i press the play button
oo
yes, this is typically how code is run
you might have been using a "REPL" before now
which is a python terminal that runs code 1 line at a time. That's not typically what you want. You want to write .py files and run all the code at once
i think this is better for me cus i just started
It's fine if you just want to test a few things
oohh ok ok
but you're much better off working with proper py files
that's the only way you can really save your work
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.