0
What is a placeholder name?
like foo and bar are placeholder names!!
2 Respostas
+ 1
foo and bar aren't any kind of special variables, foo and bar are mostly used on strings and variable names in example codes.
those placeholder names might be used to tell, that you can use other names for variable or contents of strings of choose.
also in examples manually defined classes and functions often use MyClass or MyFunc kind of names,
anyways Python often uses spam and eggs as placeholder variables as you might already know.
0
thank you