More Examples

More Examples

There are more example programs in the installation directory of the pinpong library. You can find them by following the steps below:

  1. Enter the Python terminal, then input the following code to view the directory of the Python library (site-packages):
import pinpong
print(pinpong.__path__)

python_path

  1. Open the corresponding directory. The 'examples' folder contains all the built-in example programs.
  • Note: The cases in the built-in 'examples' folder are for reference only, and there may be changes in the future. The examples listed on this document webpage are the final standards.

Python Path Pinpong

Was this article helpful?

ON THIS PAGE

TOP