英文单词:bunkhouse

中文含义:

招待所,工人宿舍

英语词性:

noun

美式音标:

/’bʌŋkhaʊs/

同义词:

dormitory, hostel, lodging house

易混淆单词:

bungalow, farmhouse

双语例句:

The ranch hands slept in the bunkhouse after a long day of work.

牧场工人在长时间的工作后在招待所睡觉。

The bunkhouse was full of rowdy cowboys, laughing and joking around.

招待所里到处都是喧哗的牛仔,大声笑着开玩笑。

“`python# 这是一个Python代码块,用于调用百度翻译API将中文例句翻译成英文import requestsimport jsonurl = ‘https://fanyi.baidu.com/sug’data = {‘kw’: ‘牧场工人在长时间的工作后在招待所睡觉。’}headers = { ‘Content-Type’: ‘application/x-www-form-urlencoded; charset=UTF-8’, ‘User-Agent’: ‘Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3’}response = requests.post(url, headers=headers, data=data)content = json.loads(response.text)en_sentence = content[‘data’][0][‘v’]print(en_sentence)“`

双语例句:

The ranch hands slept in the bunkhouse after a long day of work.

牧场工人在长时间的工作后在招待所睡觉。

The bunkhouse was full of rowdy cowboys, laughing and joking around.

招待所里到处都是喧哗的牛仔,大声笑着开玩笑。