+ 3
What is use of foo in Python ?
2 Answers
+ 8
Foo is a term used by programmers as a placeholder for a value that can change, depending on conditions or on information passed to the program.
+ 3
foo is often an example function. Example functions are often called foo and bar in a lot of programming languages