#๐Ÿ”’ chaos.py

24 messages ยท Page 1 of 1 (latest)

steady pierBOT
#

@hollow compass

Python help channel opened

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.

hollow compass
sour whale
#

It's showing you how the value changes as it passes through the loop

hollow compass
#

isntead of a little

sour whale
#

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

hollow compass
#

oh ok

#

do u know which app is best to learn python on mac

sour whale
#

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

hollow compass
#

i tried to use this

#

but it doesnt show me what i do until i press the play button

sour whale
#

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

hollow compass
sour whale
hollow compass
#

oohh ok ok

sour whale
#

but you're much better off working with proper py files

#

that's the only way you can really save your work

hollow compass
#

ok thx

#

how do i close this

steady pierBOT
#
Python help channel closed using Discord native close action

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.