Chapter 4 Invitations——20
Well, that was fine. I could leave him alone.
行吧,但愿一切都好。我能让他一个人。
I would leave him alone.
我也会让他一个人的。
I would get through my self-imposed sentence here in purgatory, and then hopefully some school in the Southwest, or possibly Hawaii, would offer me a scholarship.
我会在这里把我给自己判处的有期徒刑服完,并且希望在Southwest的一些学校,或者Hawaii,会给我一份奖学金。
I focused my thoughts on sunny beaches and palm trees as I finished the enchiladas and put them in the oven.
我将我的注意集中在阳光沙滩和棕榈树,同时我完成了我的enchiladas并且将它放进了烤炉。
Charlie seemed suspicious when he came home and smelled the green peppers.
当Charlie回到家并且闻到了青椒的味道看起来有点疑惑。
I couldn't blame him — the closest edible Mexican food was probably in southern California.
我不能怪他——离这里最近的可以吃的墨西哥食物的地方可能在California的南边。
But he was a cop, even if just a small-town cop, so he was brave enough to take the first bite.
但他是个警察,即使是一个小城镇的警察,所以他有足够的勇气尝第一口。
He seemed to like it.
他看起来挺喜欢它。
It was fun to watch as he slowly began trusting me in the kitchen.
挺有趣的是他慢慢开始相信我的厨艺了。
Chapter 4 Invitations——20的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- HFS 轻量化 的文件服务器
国外的工具 国内的工具
- PBRT笔记(11)——光源
自发光灯光 至今为止,人们发明了很多光源,现在被广泛使用的有: 白炽灯的钨丝很小.电流通过灯丝时,使得灯丝升温,从而使灯丝发出电磁波,其波长的分布取决于灯丝的温度.但大部分能量都被转化为热能而不是光能 ...
- 2019年3月2日-小雨.md
2019年3月2日, 星期六 开学已经一周了,时间好像限制了自己进步的脚步,一个人的精力有限,想做好方方面面实在是太难了,有很多事儿最后都没做的完美.相反,自己应该放下繁琐的包袱,简简单单的干一件事儿 ...
- vimtutor——vim官方教程
=============================================================================== = 欢 迎 阅 ...
- 数据分析——pyecharts
导入类库 from pyecharts import Pie, Bar, Gauge, EffectScatter, WordCloud, Map, Grid, Line, Timeline impo ...
- VMware手动添加centos7硬盘图文操作及分区超详细
先设置虚拟机 启动的虚拟机,新关机再设置 1.选择指定虚拟机,点击硬盘 2.虚拟机设置,点击左下角“添加” 3.硬件类型选择硬盘,点击下一步 4.添加硬件向导默认就行,下一步 5.选择磁盘,默认选中, ...
- 怎么修改kodexplorer网盘下的版权
前言: 要说kodexplorer,可是个好东西,在线web管理服务器文件,着实是网站管理员的好助手.内置的adminer管理数据库,用起来也是很顺手. 这么好的工具,还是免费的.但就是页面底部有ko ...
- java中class文件与jar文件
1. JAR 文件包 JAR 文件就是 Java Archive File,顾名思意,它的应用是与 Java 息息相关的,是 Java 的一种文档格式.JAR 文件非常类似 ZIP 文件——准确的说, ...
- VS2017Release+x64失败,LNK1104,无法打开文件"msvcprt.lib"
采用VS2017+Qt5.10联合开发环境建立开发,将Qt的库包含到VS中使用VS2017的Debug+x64模式调试程序,通过并出现对应的EXE应用程序! 但是转换到Release+x64模式出现问 ...
- class A<T> where T:new()
class A<T> where T:new() 这是类型参数约束,where表明了对类型变量T的约束关系.where T:A 表示类型变量是继承于A的,或者是A本身.where T: n ...