Invictus 不可征服

      Invictus
     不可征服

      又译:成事在人

     By William Ernest Henley (1849-1903)
     威廉·埃内斯特·亨利(1849 – 1903)


     Out of the night that covers me,     

      透过覆盖我的深夜,
     Black as the pit from pole to pole,
     我看见黑暗层层叠叠。
     I thank whatever gods may be
     感谢万能的上帝,
     For my unconquerable soul.
      赐我不可征服的灵魂。

     In the fell clutch of circumstance

      就算被地狱紧紧拽住,
     I have not winced nor cried aloud.
      我,不会畏惧,也绝不叫屈。

     Under the bludgeonings of chance
      遭受命运的重重打击,

     My head is bloody, but unbowed.

     我满头鲜血,却头颅昂起
     Beyond this place of wrath and tears
     在愤怒和悲伤的尘世之外,

     Looms but the Horror of the shade,
     恐怖幽灵悄然出没,
     And yet the menace of the years
     还有,面对未来的威胁,
     Finds, and shall find, me unafraid.
     你会发现,我无所畏惧。

     It matters not how strait the gate,
     无论命运之门多么狭窄,
     How charged with punishments the scroll,
     也无论承受怎样的惩罚。
     I am the master of my fate:
     我是我命运的主宰,
     I am the captain of my soul.
     我是我灵魂的统帅。

好的,以下是使用Python绘制一个简单的表格,并统计2011年到2022年英雄联盟全球总决赛的历届冠军队名、队员游戏ID和FMVP的示例代码: ```python import pandas as pd # 创建数据 data = { '年份': [2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022], '冠军队名': ['Fnatic', 'Taipei Assassins', 'SK Telecom T1', 'Samsung White', 'SK Telecom T1', 'SK Telecom T1', 'Samsung Galaxy', 'Invictus Gaming', 'FunPlus Phoenix', 'DAMWON Gaming', 'DAMWON Gaming', 'TBD'], '上单': ['sOAZ', 'Stanley', 'Impact', 'Looper', 'MaRin', 'Duke', 'CuVee', 'TheShy', 'GimGoon', 'Nuguri', 'Nuguri', '-'], '打野': ['Cyanide', 'Lilballz', 'Bengi', 'Dandy', 'bengi', 'Blank', 'Ambition', 'Ning', 'Tian', 'Canyon', 'Canyon', '-'], '中单': ['xPeke', 'Toyz', 'Faker', 'PawN', 'Faker', 'Faker', 'Crown', 'Rookie', 'Doinb', 'ShowMaker', 'ShowMaker', '-'], 'ADC': ['Lamia', 'bebe', 'Piglet', 'Imp', 'Bang', 'Bang', 'Ruler', 'JackeyLove', 'Lwx', 'Ghost', 'Ghost', '-'], '辅助': ['Shushei', 'Mistake', 'PoohManDu', 'Mata', 'Wolf', 'Wolf', 'CoreJJ', 'Baolan', 'Crisp', 'BeryL', 'BeryL', '-'], 'FMVP': ['-', '-', 'Faker', 'Looper', 'Faker', 'Faker', 'Ruler', 'TheShy', 'Doinb', 'Canyon', 'Ghost', '-'] } # 创建DataFrame df = pd.DataFrame(data) # 打印表格 print(df) ``` 运行以上代码,你将会得到一个包含年份、冠军队名、上单、打野、中单、ADC、辅助和FMVP的表格,其中 '-' 表示该信息暂未公布。你可以根据实际情况进行修改和完善。希望对你有所帮助!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值