English语法_介词 - 概述

1


1> 介词功能

He went to the bookstore near the station.
他去了车站附近的书店。

  • He went (to the bookstore) [near the station].
    neare the station,作定语,修饰bookstore;
    to the bookstore, 作状语,修饰动词went;

2> 介词短语位置

a beautiful picture
一幅美丽的图画

a picture on the wall
一幅挂在墙上的画

  • 英语:开门见山原则;

3> 介词后宾语类型


3.1> 名词 / 代词

I met Mary at the station, and then I went shopping with her.
我在车站遇见了Mary, 然后我和她一起去购物。

  • meet - met - met;
  • at 定点;
  • 介词后面用宾格:
    名词的主格和宾格一样;代词的主格和宾格不一样;

School begins at 8:30.
学校8:30开始上课。

  • school 指学习;
    the shool 指,这所学校;

3.2> 动名词

She like playing the piano.
She is found of playing the piano.
她喜欢弹钢琴。

She left without saying gooodbye.
她不辞而别。

  • whithout 介词;

3.3> 名词性从句

The future on the planet depends on wheter we can protect the environment.
这个星球的未来取决于我们能否保护好环境。

  • 主语:未来; 动词:取决与;
  • wehter 引导的名词性从句;
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
代码段的目的是根据给定的学生名单和他们参加的不同活动,进行一些统计和计算,并输出结果。 第一段代码: ``` print("选课学生总共有", len(s_english | s_politic | s_history), '人') ``` 这段代码输出选课学生的总人数,使用了集合的并集运算符 `|`,并利用 `len()` 函数获取集合的元素个数。 第二段代码: ``` print('只选了第一个学科的人的数量:', len(s_history - s_politic - s_english), '姓名:', s_history - s_politic - s_english) ``` 这段代码输出只选了第一个学科(历史)的学生数量以及他们的姓名,使用了集合的差集运算符 `-`,并利用 `len()` 函数获取集合的元素个数。 第三段代码: ``` s1 = s_history - s_politic - s_english s2 = s_english - s_politic - s_history s3 = s_politic - s_english - s_history print('只选了一门学科的学生的数量:', len(s1 | s2 | s3), '姓名:', s1 | s2 | s3) ``` 这段代码计算只选了一门学科的学生数量以及他们的姓名,通过连续使用集合的差集运算符 `-` 和并集运算符 `|`,得到只选择了一个学科的学生,并输出结果。 第四段代码: ``` s = s_english & s_history & s_politic s1 = s_history & s_politic - s s2 = s_english & s_politic - s s3 = s_history & s_english - s print('只选了两门学科的学生的数量:', len(s1 | s2 | s3), '姓名:', s1 | s2 | s3) ``` 这段代码计算只选了两门学科的学生数量以及他们的姓名,使用了集合的交集运算符 `&` 和差集运算符 `-`,通过对三个学科的交集进行运算,得到只选择了两门学科的学生,并输出结果。 最后一段代码: ``` print('选了三门学生的学生的数量:', len(s_english & s_politic & s_history), '姓名:', s_english & s_politic & s_history) ``` 这段代码计算选了三门学科的学生数量以及他们的姓名,使用了集合的交集运算符 `&`,通过对三个学科的交集进行运算,得到同时选择了三门学科的学生,并输出结果。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值