More Examples
There are more example programs in the installation directory of the pinpong
library. You can find them by following the steps below:
- Enter the Python terminal, then input the following code to view the directory of the Python library (site-packages):
import pinpong
print(pinpong.__path__)
- 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.