Home > Article > Backend Development > How to define functions on the command line in python
The method of defining a function in Python on the command line is as follows:
Open the computer run window, enter cmd, and click OK
Command line window, enter python, enter the python command line, after writing the function, hit Enter twice, that is, the function is defined
The test function can be used normally
For more Python related technical articles, please visit the Python Tutorial column to learn!
The above is the detailed content of How to define functions on the command line in python. For more information, please follow other related articles on the PHP Chinese website!