More Examples
This section explains how to locate additional PinPong example programs in the library installation directory and access the built-in examples provided in the examples folder.
More Examples
There are more example programs in the installation directory of the pinpong library. You can find them by following the steps below:
Step 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__)

Step 2. Open the corresponding directory. The 'examples' folder contains all the built-in example programs.
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.

Was this article helpful?
