1. 使用乘法运算符 `*`:
```python
num1 = 5
num2 = 6
product = num1 * num2
print(product) 输出:30
2. 使用两个星号 ` ` 表示乘方运算:
```python
base = 3
exponent = 2
power = base exponent
print(power) 输出:9
3. 使用Unicode编码表示中文乘号:
```python
chinese_multiplier = u'\u00D7' Unicode编码中的乘号
print(chinese_multiplier) 输出:×
4. 使用字符串形式表示中文乘号:
```python
chinese_multiplier = "×"
print(chinese_multiplier) 输出:×
请根据您的需求选择合适的方式来表示乘号