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.

Python Path Pinpong