原|2024-04-28 18:01:52|浏览:92
```python
def make_qingjiaorusi():
print("1. Cut pork into thin strips and marinate with soy sauce, rice wine, and cornstarch.")
print("2. Cut green peppers into thin strips.")
print("3. Heat oil in a wok and stir-fry the pork until cooked.")
print("4. Add green peppers and continue to stir-fry until slightly softened.")
print("5. Season with salt, sugar, and soy sauce to taste.")
print("6. Serve hot and enjoy your delicious Qingjiao Rousi!")
make_qingjiaorusi()
```