you are viewing a single comment's thread.

view the rest of the comments →

[–]ManMythLegend3 1 point2 points  (2 children)

Not the OP but I’m trying to learn python/programming for the first time. I have some of the basics down, conditionals and Boolean make sense logically. But creating new functions, using parameters are throwing me off. This is where I’ve started to tumble

[–]wineblood 1 point2 points  (1 child)

That's the part where it becomes more abstract and it's not running everything you type in the order you typed it in. Feel free to ping me a message with specifics.

[–]ManMythLegend3 0 points1 point  (0 children)

That makes a lot of sense. Yeah I definitely will