黄瓜鸡蛋怎么炒

日期: 2024-05-01 15:13:25 作者:白桑

```python
def stir_fry_cucumber_and_eggs():
print("1. Heat oil in a pan.")
print("2. Add sliced cucumber and stir-fry until slightly softened.")
print("3. Push the cucumber to the side of the pan.")
print("4. Beat eggs and pour into the empty side of the pan.")
print("5. Let the eggs cook slightly, then scramble them.")
print("6. Mix the eggs and cucumber together.")
print("7. Season with salt, pepper, and any desired seasonings.")
print("8. Serve hot.")

stir_fry_cucumber_and_eggs()
```