+ 2
How represent indentation for blind people please?
Consider that I build ide for blind people.
6 Respuestas
+ 1
Ok, I see. There I can't help you, I think. (I'm not English, same as you.)
+ 1
Just pressing the space bar at the beginning of a new line, I guess. I am not sure if that was helpful, but this is the procedure. One blank at the start if the new line, "indents" .
0
Indentation serves to indicate that some code lines are parts of other ones. Like the "def" function for example, the first line is completed by the ones indented. Without this thoose code lines will be treated like many ones instead of a big one.
0
what I said is not clear, isn't it?
0
There's the explanation of indentation. Right. But isn't what I ask.
Let me try to rephrase.
How represent an indentation for blind people who want to code in Python?
Consider that I want build my own ide.
Sorry for my English...
0
Thanks for ur time