在大学生活中,宿舍成为了我们第二个家。如何在狭小的空间里,既满足味蕾又节省时间,是一门小小的生存艺术。下面,就让我来为你揭秘9招宿舍作弊菜单,让你在宿舍这个小天地里也能享受美食的乐趣。
1. 快手凉皮
主题句
凉皮,这一道简单又美味的凉食,在宿舍里轻松制作。
详细说明
- 材料:凉皮粉、黄瓜、胡萝卜、蒜泥、醋、辣椒油、生抽、香油。
- 步骤:
- 将凉皮粉按照包装说明溶解在水中,待其凝固后切片。
- 将黄瓜、胡萝卜切成细丝。
- 将蒜泥、醋、辣椒油、生抽、香油按个人口味混合成调料。
- 将切好的蔬菜丝与凉皮混合,倒入调料拌匀即可。
教学示例
def make_cold_noodles():
ingredients = ["cool_noodles_powder", "cucumber", "carrot", "garlic_chop", "vinegar", "chili_oil", "soy_sauce", "sesame_oil"]
vegetables = ["cucumber", "carrot"]
dressing = ["garlic_chop", "vinegar", "chili_oil", "soy_sauce", "sesame_oil"]
# 模拟制作过程
print("Dissolving cool noodles powder...")
# 模拟凝固过程
print("Cool noodles have solidified, slicing them...")
# 切菜
for veg in vegetables:
print(f"Cutting {veg} into thin strips...")
# 混合调料
for ing in dressing:
print(f"Adding {ing} to the dressing...")
print("Mixing everything together... Enjoy your cold noodles!")
# 调用函数制作凉皮
make_cold_noodles()
2. 自制披萨
主题句
宿舍里的披萨,无需烤箱,也能做出香喷喷的美味。
详细说明
- 材料:披萨饼底、番茄酱、芝士、肉类或蔬菜。
- 步骤:
- 将披萨饼底铺在烤盘上。
- 涂上番茄酱。
- 撒上芝士和选择的肉类或蔬菜。
- 直接放入微波炉加热3-5分钟。
教学示例
def make_pizza():
base = "pizza_base"
sauce = "tomato_sauce"
cheese = "cheese"
toppings = ["meat", "vegetables"]
# 模拟制作过程
print("Laying pizza base on the baking tray...")
print(f"Spreading {sauce} on the base...")
print("Sprinkling {cheese} and toppings...")
print("Heating in the microwave for 3-5 minutes... Enjoy your pizza!")
# 调用函数制作披萨
make_pizza()
3. 简易煎饼果子
主题句
煎饼果子,宿舍里的经典早餐,简单快捷。
详细说明
- 材料:面粉、鸡蛋、葱花、火腿肠、油。
- 步骤:
- 面粉加水和成糊状。
- 鸡蛋打散,加入面糊中搅拌均匀。
- 热锅倒油,倒入面糊摊平。
- 面糊凝固后翻面,撒上葱花和火腿肠。
- 煎至两面金黄即可。
教学示例
def make_cake_dough():
flour = "flour"
water = "water"
egg = "egg"
scallion = "scallion"
ham = "ham"
oil = "oil"
# 模拟制作过程
print("Mixing flour with water to make a paste...")
print("Beating an egg...")
print("Combining egg with the paste...")
print("Heating a pan and adding oil...")
print("Pouring the mixture into the pan...")
print("Flipping when the bottom is golden...")
print("Sprinkling scallion and ham...")
print("Cooking until both sides are golden... Enjoy your cake dough!")
# 调用函数制作煎饼果子
make_cake_dough()
4. 宿舍版火锅
主题句
宿舍里的火锅,不用锅具,也能享受热气腾腾的美食。
详细说明
- 材料:火锅底料、各种肉类和蔬菜、方便面。
- 步骤:
- 将火锅底料放入小锅中,加水烧开。
- 将肉类和蔬菜依次放入沸水中煮熟。
- 最后加入方便面,煮至面条软熟。
教学示例
def make_dormitory_hotpot():
soup_base = "hotpot_base"
meats = ["meat"]
vegetables = ["vegetables"]
instant_noodles = "instant_noodles"
# 模拟制作过程
print("Boiling water in a small pot with hotpot base...")
for meat in meats:
print(f"Adding {meat} to the water...")
for veg in vegetables:
print(f"Adding {veg} to the water...")
print("Adding instant noodles to the water...")
print("Cooking until noodles are soft... Enjoy your hotpot!")
# 调用函数制作宿舍版火锅
make_dormitory_hotpot()
5. 芝士焗饭
主题句
芝士焗饭,简单几步,宿舍里的浪漫晚餐。
详细说明
- 材料:剩饭、芝士、胡萝卜、玉米粒、青豆、酱油、油。
- 步骤:
- 将剩饭和蔬菜粒混合,加入酱油调味。
- 倒入烤盘中,撒上芝士。
- 预热烤箱至180℃,将烤盘放入烤箱烤15-20分钟。
教学示例
def bake_rice():
leftover_rice = "leftover_rice"
cheese = "cheese"
vegetables = ["carrot", "corn", "green_peas"]
soy_sauce = "soy_sauce"
oil = "oil"
# 模拟制作过程
print("Mixing leftover rice with vegetables...")
print("Adding soy sauce for seasoning...")
print("Pouring the mixture into a baking dish...")
print("Sprinking cheese on top...")
print("Baking in the oven at 180°C for 15-20 minutes...")
print("Enjoy your cheesy rice!")
# 调用函数制作芝士焗饭
bake_rice()
6. 炸鸡块
主题句
宿舍里的炸鸡块,外酥里嫩,满足你的口腹之欲。
详细说明
- 材料:鸡胸肉、面包糠、鸡蛋、盐、胡椒粉、油。
- 步骤:
- 鸡胸肉切成小块,用盐、胡椒粉腌制。
- 鸡肉块裹上鸡蛋液,再裹上面包糠。
- 热锅倒油,将鸡肉块放入油中炸至金黄。
教学示例
def fry_chicken():
chicken胸肉 = "chicken胸肉"
breadcrumbs = "bread_crumbs"
egg = "egg"
salt = "salt"
pepper = "pepper"
oil = "oil"
# 模拟制作过程
print("Cutting chicken into pieces...")
print("Marinating with salt and pepper...")
print("Coating the chicken with egg and breadcrumbs...")
print("Frying in oil until golden...")
print("Enjoy your crispy fried chicken!")
# 调用函数制作炸鸡块
fry_chicken()
7. 烤串
主题句
宿舍里的烤串,无需炭火,也能享受到烧烤的乐趣。
详细说明
- 材料:羊肉串、鸡肉串、蔬菜串、孜然粉、辣椒粉、油。
- 步骤:
- 将羊肉、鸡肉切成小块,串在竹签上。
- 蔬菜也切成小块,串在竹签上。
- 将串好的食材涂上油,撒上孜然粉和辣椒粉。
- 放入微波炉高火烤制3-5分钟。
教学示例
def make_skewers():
lamb = "lamb"
chicken = "chicken"
vegetables = "vegetables"
cumin = "cumin"
chili_powder = "chili_powder"
oil = "oil"
# 模拟制作过程
print("Cutting lamb and chicken into pieces...")
print("Skewering the pieces...")
print("Cutting vegetables into pieces and skewering them...")
print("Coating with oil and sprinkling cumin and chili powder...")
print("Baking in the microwave for 3-5 minutes...")
print("Enjoy your skewers!")
# 调用函数制作烤串
make_skewers()
8. 拉面
主题句
宿舍里的拉面,简单几步,就能品尝到美味的日式拉面。
详细说明
- 材料:拉面面饼、酱油、盐、味淋、鸡蛋、葱花、油。
- 步骤:
- 将拉面面饼按照包装说明煮熟。
- 热锅倒油,打入鸡蛋液煎至半熟。
- 将煮熟的拉面放入碗中,加入酱油、盐、味淋调味。
- 将煎好的鸡蛋和葱花放在拉面上即可。
教学示例
def make_soba():
noodle = "noodle"
soy_sauce = "soy_sauce"
salt = "salt"
mirin = "mirin"
egg = "egg"
scallion = "scallion"
oil = "oil"
# 模拟制作过程
print("Boiling the soba noodles...")
print("Frying an egg...")
print("Placing the noodles in a bowl...")
print("Adding soy sauce, salt, and mirin for seasoning...")
print("Putting the fried egg and scallion on top...")
print("Enjoy your soba!")
# 调用函数制作拉面
make_soba()
9. 蜜汁烤鸡翅
主题句
宿舍里的蜜汁烤鸡翅,甜中带辣,回味无穷。
详细说明
- 材料:鸡翅、蜂蜜、辣椒酱、料酒、油。
- 步骤:
- 鸡翅洗净,用料酒腌制。
- 将腌制好的鸡翅均匀涂抹上蜂蜜和辣椒酱。
- 热锅倒油,将鸡翅放入锅中煎至两面金黄。
- 加入少量水,焖煮至汁液收干。
教学示例
def bake_chicken_wings():
chicken_wings = "chicken_wings"
honey = "honey"
chili_sauce = "chili_sauce"
cooking_wine = "cooking_wine"
oil = "oil"
# 模拟制作过程
print("Rinsing the chicken wings...")
print("Marinating with cooking wine...")
print("Coating the chicken wings with honey and chili sauce...")
print("Frying in oil until golden...")
print("Adding a little water and simmering until the sauce thickens...")
print("Enjoy your honey sauce baked chicken wings!")
# 调用函数制作蜜汁烤鸡翅
bake_chicken_wings()
以上九招宿舍作弊菜单,不仅能让你在狭小的空间里享受到美食,还能锻炼你的厨艺。希望这些技巧能帮助你度过美好的宿舍生活!
