10. Halloween 万圣节

(1) On October the 31st,across Britain and the USA,thousands of children are dressing up as monsters,ghosts and witches and going to their neighbours' houses to ask for sweets or to play tricks on them if they refuse.

(2) Many houses have lanterns made from pumpkins in their windows.These lanterns have frightening faces cut into them.

(3) What is the reason for all of this ? It's Halloween ! To an outsider,this may seem a strange festival,but it is a very popular one and an important part of the culture in Britain and the USA .But how did it start ?

(4) The holiday once had a religious significance. November the 1st is All Saint's Day,and October the 31st was believed to be a day when all the spirits came back to the world of the living.In modern times,this has changed to be a day when children dress up as monsters,ghosts and witches.

(5) Once they are dressed up,children go to their neighbours’ houses,They knock on the door and shout "Trick or treat !",Good neighbours,of course,give ‘treats’,These are usually sweets or chocolates.

(6) Bad neighbours,however,may give nothing,If so ,then the children play a "trick" on them.This may be a simple practical joke.However,naughty children may do something worse,like throwing rubbish in the neighbour's garden.Nowadays,of course,most neighbour always give a treat,After all,it's fun for the children.

(7) Another tradition is to make lanterns from pumpkins. First,the inside of the pumpkin is removed.Then,a face is cut into the pumpkin,traditionally a smiling,devil face.Finally a candle is placed inside,and the lantern is put at the front of the house to keep evil spiris away.

(8) There are many traditional games on Halloween,but the most common one is ‘apple-bobbing’.It's simple to play.Several apples are put floating in water.Children then have their hands tied behind their backs.They then have to try to pick the apples out of the water using only their mouths.Of course,people get very wet and it’s very funny to watch.

10. Halloween 万圣节的更多相关文章

  1. Python系统(os)相关操作

    文件操作 python中常用于文件处理的模块有os,shutil等. 1 创建文件 文件的创建可以使用open()函数,如下创建一个test_file.txt的文件: >>> wit ...

  2. 万圣节的糖果(Halloween Sweets)

    今天遇到codewars的一道题,这是链接,讲的是关于万圣节的一个题目,简单点说,就是9个包裹,一个天平,两次称的机会,怎么找出9个包裹中唯一一个较重的包裹. 像我这种年轻时候喜欢研究难题获得存在感的 ...

  3. Beta版本 为什么程序员总是分不清万圣节和圣诞节?因为 Oct 31 == Dec 25。

    Beta版本 软件的测试版本,经常在各类著名软件中的前期发布版本的后缀中可见,包括大名鼎鼎的windows系统,这个阶段的版本一直加入一些新的功能. 软件测试可分为alpha测试.beta测试和联合测 ...

  4. 【BFS】The Morning after Halloween

    [POJ3523]The Morning after Halloween Time Limit: 8000MS   Memory Limit: 65536K Total Submissions: 23 ...

  5. [USACO08DEC]在农场万圣节Trick or Treat on the Farm

    题目描述 Every year in Wisconsin the cows celebrate the USA autumn holiday of Halloween by dressing up i ...

  6. CSUFT 1004 This is Halloween: Saving Money

    1004: This is Halloween: Saving Money Time Limit: 1 Sec      Memory Limit: 128 MB Submit: 11      So ...

  7. 10.31vue(一)

    2018-10-31 19:58:45 耳机一个响一个不响,,,该换耳机了 又换个新老师预计讲五天的vue后面的路飞项目用! 这是vue参考连接: https://www.cnblogs.com/ma ...

  8. 程序员需要经纪人吗?10x 最好的程序员其生产力相当于同行的 10 倍~

    原文地址 10x 起源于技术界一个流行的说法,即最好的程序员是超级明星,其生产力相当于同行的 10 倍: Google 园区以好玩的设施闻名:小憩舱.球坑.按摩.干洗.随便吃到饱的自助餐.(为了拍人才 ...

  9. English trip -- VC(情景课)10 A Get ready 预备课

    Words dance  跳舞 exercise  运动:锻炼 fish  鱼 play basketball  打篮球 play cards 玩牌 swim  游泳 decorations 装饰品 ...

随机推荐

  1. 1、根"/"目录结构

    1.目录结构 FSH [root@localhost /]# tree -L . ├── bin -> usr/bin #普通用户使用的命令 ├── boot #存放系统启动相关文件,例如ker ...

  2. shell脚本(一)

     shell脚本(一) 定义:脚本就是一条条命令的堆积.常见脚本有:js asp,jsp,php,python Shell特点:简单易用高效 Shell分类:图形界面(gui shell) 命令行界面 ...

  3. WPF 重写ListBox(透明效果)

    <UserControl d:DesignHeight="460" d:DesignWidth="300" x:Name="UCcontrol& ...

  4. Apollo配置中心

    背景: 当前我们项目,所有的配置基本都是通过本地properties 文件进行配置的,比如ip地址.端口.消息中间件和数据库连接的各种参数,当我们需要切换环境或调整参数的时候,我们必须手动的修改这些配 ...

  5. windows注册表解析说明

    https://www.cnblogs.com/wfq9330/p/9176654.html

  6. 1.Ansible安装以及配置

    本节内容以Centos7为系统环境进行讲解: 1.安装epel源,方便直接yum安装: wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun ...

  7. 【转】vMAN 和 PVID

    vMAN关的情况下,如果用户的包内带有VLAN TAG,则以用户的TAG为准,如果用户的包内不带VLAN TAG,就打上PVID:vMAN开的情况下,无论用户的包内是否带有VLAN TAG,都强制在外 ...

  8. transform(转)

    转自:https://zhuanlan.zhihu.com/p/54356280

  9. Spark 基础之SQL 快速上手

    知识点 SQL 基本概念 SQL Context 的生成和使用 1.6 版本新API:Datasets 常用 Spark SQL 数学和统计函数 SQL 语句 Spark DataFrame 文件保存 ...

  10. springboot整合devtool无法热部署

    参见https://www.cnblogs.com/winner-0715/p/6666579.html.