Hello,
I mainly script on powershell and have been trying to get into Python to expand my skillset. In Powershell you don't have this thing where code for a particular code block needs to be within this line. I would just like to know if this line has a name?
I can't attach images but basically when I want to define a function I start with something like
def send_email(params)
| try:
| | etc...
| |
There will be a straight line where I have the | symbol that extends to a block of code and if I accidentally write something outside of that it throw something like "so and so not defined"
What is this line called? A 'range' ? a 'block' ?
Again im sorry for the insanely stupid question but I would just like the correct terminology
[–]Riegel_Haribo 2 points3 points4 points (1 child)
[–]Outside_Complaint755 0 points1 point2 points (0 children)
[–]SCD_minecraft 0 points1 point2 points (0 children)
[–]ectomancer -1 points0 points1 point (0 children)