以下是一些Python3编程实例: 1. 求乘积 ```python print(2*2) ``` 2. 求最大值 ```python print(\"80, 100, 1000 最大值为 : \", max(80, ...