#sir-lancebot-playground

1 messages ยท Page 206 of 1

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`branch prediction`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Frontogenesis#6742: 175

#
Question #5

What is the name for unicode codepoints that do not fit into 16 bits?

#

20s left!

spring tapir
#

Non UTF 16

#

UTF-32

wicked parrotBOT
#

10s left!

spring tapir
#

UTF-8

#

S

#

D

#

D

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`surrogates`**

Let's move to the next question.
Remaining questions: 2

spring tapir
#

D

wicked parrotBOT
#
Score Board

Frontogenesis#6742: 175

#
Question #6

Which DNS record contains mail servers of a given domain?

spring tapir
#

Idk

#

Tf

wicked parrotBOT
#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`MX, mail exchange`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

Frontogenesis#6742: 175

#
Question #7

What is the mathematical formalism which functional programming was built on?

spring tapir
#

Lambda calculus

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`lambda calculus`**

Remaining questions: 0

#
Score Board

Frontogenesis#6742: 275

#

The round has ended.

#

Congratulations @spring tapir :tada: You have won this quiz game with a grand total of 275 points!

spring tapir
#

.quiz python

wicked parrotBOT
#
A quiz game is starting!

This game consists of 7 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

What is the official name of this operator :=, introduced in 3.8?

spring tapir
#

Assignment expression operator

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`assignment-expression operator`**

Let's move to the next question.
Remaining questions: 6

#
Score Board

Frontogenesis#6742: 100

#
Question #2

What is the garbage collection strategy used by cpython to collect everything but reference cycles?

spring tapir
#

Refcountinh

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`reference counting, refcounting`**

Let's move to the next question.
Remaining questions: 5

#
Score Board

Frontogenesis#6742: 200

#
Question #3

How does one call a class who defines the behavior of their instance classes?

spring tapir
#

Metaclasses

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`a metaclass, metaclass`**

Let's move to the next question.
Remaining questions: 4

#
Score Board

Frontogenesis#6742: 300

#
Question #4

Is everything an instance of the object class (y/n)?

spring tapir
#

y

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`y, yes`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Frontogenesis#6742: 400

#
Question #5

How is infinity represented in Python?

#

20s left!

spring tapir
#

float("inf")

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`float("infinity"), float('infinity'), float("inf"), float('inf')`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

Frontogenesis#6742: 475

#
Question #6

Which protocol is used to pass self to methods when accessed on classes?

#

20s left!

spring tapir
#

descriptor

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`Descriptor`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

Frontogenesis#6742: 550

#
Question #7

What name does a lambda function have?

spring tapir
#

<lambda>

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`<lambda>`**

Remaining questions: 0

#
Score Board

Frontogenesis#6742: 650

#

The round has ended.

#

Congratulations @spring tapir :tada: You have won this quiz game with a grand total of 650 points!

spring tapir
#

.quiz cs

wicked parrotBOT
#
A quiz game is starting!

This game consists of 7 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: cs

#
Question #1

What is an interpreter capable of interpreting itself called?

spring tapir
#

self interpreter

#

tree walking interpreter

wicked parrotBOT
#

20s left!

spring tapir
#

tree walker interpreter

#

tree walk interpreter

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answer is **`metainterpreter`**

Let's move to the next question.
Remaining questions: 6

#

No one has made it onto the leaderboard yet.

#
Question #2

Which port does SMTP use to communicate between email servers? (assuming its plaintext)

spring tapir
#

13901

wicked parrotBOT
#

20s left!

spring tapir
#

4000

#

Hint

#

.hint

wicked parrotBOT
#

10s left!

spring tapir
#

.quiz hint

wicked parrotBOT
#

Game is already running... do .quiz stop

spring tapir
#

.hint quiz

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`25`**

Let's move to the next question.
Remaining questions: 5

#

No one has made it onto the leaderboard yet.

#
Question #3

What does one call the optimization technique used in CPU design that attempts to guess the outcome of a conditional operation and prepare for the most likely result?

spring tapir
#

Branch prediction

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`branch prediction`**

Let's move to the next question.
Remaining questions: 4

#
Score Board

Frontogenesis#6742: 100

#
Question #4

What is a HTTP/1.1 feature that was superseded by HTTP/2 multiplexing and is unsupported in most browsers nowadays?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`pipelining`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Frontogenesis#6742: 100

#
Question #5

Why is a DDoS attack different from a DoS attack?
(A. because the victim's server was indefinitely disrupted from the amount of traffic, B. because it also attacks the victim's confidentiality, C. because the attack had political purposes behind it, D. because the traffic flooding the victim originated from many different sources)

#

20s left!

spring tapir
#

D

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`D`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

Frontogenesis#6742: 175

#
Question #6

Under what locale does making a string lowercase behave differently?

spring tapir
#

ASCII

wicked parrotBOT
#

20s left!

spring tapir
#

ord

#

UTF-8

wicked parrotBOT
#

10s left!

spring tapir
#

UTF-16

#

Cyrillic

#

Tf

wicked parrotBOT
#

No one answered correctly!

spring tapir
#

Idek

wicked parrotBOT
#
The correct answer is **`Turkish`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

Frontogenesis#6742: 175

#
Question #7

What is computing capable of performing exaFLOPS called?

spring tapir
#

Do

wicked parrotBOT
#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answers are **`exascale computing, exascale`**

Remaining questions: 0

#
Score Board

Frontogenesis#6742: 175

#

The round has ended.

#

Congratulations @spring tapir :tada: You have won this quiz game with a grand total of 175 points!

crisp nexus
#

.helo

#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.avatar_modify

wicked parrotBOT
#
Command Help

.avatar_modify
Can also use: avatar_mod, avatarmod, pfp_mod, pfpmod

Groups all of the pfp modifying commands to allow a single concurrency limit.

Subcommands:
8bitify
Pixelates your avatar and changes the palette to an 8bit one.
avatareasterify [colours...]
This "Easterifies" the user's avatar.
mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
reverse <text>
Reverses the sent text.
spookyavatar
Spookify an user's avatar.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AvatarModify
.spookyavatar
Spookify an user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

crisp nexus
#

.bemyvalentine <user> [valentine_type]

wicked parrotBOT
#
In the future, don't do that.

Your input was invalid: Member "<user>" not found.

Usage:.bemyvalentine <user> [valentine_type]

crisp nexus
#

.bemyvalentine < @crisp nexus > [valentine_type]

wicked parrotBOT
#
Are you trying to kill me?

Your input was invalid: Member "<" not found.

Usage:.bemyvalentine <user> [valentine_type]

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

CheatSheet
.cheat [search_terms...]
Search cheat.sh.

ConnectFour
.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]
Play the classic game of Connect Four with someone!

crisp nexus
#

.bunnifyme

wicked parrotBOT
#

Velvetpaw | แ“šแ˜แ—ข

#

Clover

#

Dandelion

#

Buttercup

#

Thumper

rough gladeBOT
#

:incoming_envelope: :ok_hand: applied mute to @crisp nexus until <t:1629389162:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

nocturne turtle
#

!unmute 843767169543045120

rough gladeBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @crisp nexus.

crisp nexus
#

sorry

#

for that

nocturne turtle
#

take it easy lol

crisp nexus
#

ok

#

.help

wicked parrotBOT
#
Command Help

EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.

EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.

Emojis
.emoji <emoji>
A group of commands related to emojis.

Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).

crisp nexus
#

.riddle

wicked parrotBOT
#
What happened to the Easter Bunny when he misbehaved at school?

You have 10 seconds before the first hint.

#
Here's a hint: Won't be back anymore!
crisp nexus
#

jh

wicked parrotBOT
#
Here's a hint: Worse than suspension!
crisp nexus
#

.roll

wicked parrotBOT
crisp nexus
#

.roll

wicked parrotBOT
#

Nobody got it right...

The answer is: He was eggspelled!
crisp nexus
#

.roll

wicked parrotBOT
crisp nexus
#

.randomcase <text>

wicked parrotBOT
#

<tEXT>

crisp nexus
#

.randomcase <Aamil>

wicked parrotBOT
#

<AaMiL>

crisp nexus
#

.randomcase <My name is Aamil>

wicked parrotBOT
#

<My naMe iS AaMiL>

crisp nexus
#

.caesarcipher

wicked parrotBOT
#
Command Help

.caesarcipher
Can also use: caesar, cc

*Translates a message using the Caesar Cipher.

See decrypt, encrypt, and info subcommands.*

Subcommands:
decrypt <offset> <msg>
Given a positive integer offset, decrypt the given msg.
encrypt <offset> <msg>
Given a positive integer offset, encrypt the given msg.
info
Information about the Caesar Cipher.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.

EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.

Emojis
.emoji <emoji>
A group of commands related to emojis.

Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).

crisp nexus
#

.emoji <๐Ÿ˜‚ >

wicked parrotBOT
#
Command Help

.emoji <emoji>
A group of commands related to emojis.

Subcommands:
count [category_query]
Returns embed with emoji category and info given by the user.
info <emoji>
Returns relevant information about a Discord Emoji.

crisp nexus
#

info <emoji>

#

.info <emoji>

#

info <emoji>

#

.help

wicked parrotBOT
#
Command Help

Fun
.uwu <text>
Converts a given text into it's uwu equivalent.

Games
.games [amount=5] <genre>
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.

GithubInfo
.github
Commands for finding information related to GitHub.

HTTPStatusCodes
.http_status <code>
Choose a cat or dog randomly for the given status code.

HalloweenFacts
.spookyfact
Get the most recent Halloween fact

crisp nexus
#

.github

wicked parrotBOT
#
Command Help

.github
Can also use: gh, git

Commands for finding information related to GitHub.

Subcommands:
repository [repo...]
Fetches a repositories' GitHub information.
user <username>
Fetches a user's GitHub information.

crisp nexus
#

.github [hello world]

wicked parrotBOT
#
Command Help

.github
Can also use: gh, git

Commands for finding information related to GitHub.

Subcommands:
repository [repo...]
Fetches a repositories' GitHub information.
user <username>
Fetches a user's GitHub information.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ConvoStarters
.topic
Responds with a random topic to start a conversation.

DragNames
.dragname
Sends a message with a drag queen name.

EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.

EasterFacts
.eggfact
Get easter egg facts.

EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.

crisp nexus
#

.earth_photos

wicked parrotBOT
#
Earth Photo

A photo of Earth ๐ŸŒŽ from Unsplash.

Author

Photo by Rahul S on Unsplash.

crisp nexus
#

.earth_photos

wicked parrotBOT
crisp nexus
#

.earth_photos

wicked parrotBOT
#
Earth Photo

A photo of Earth ๐ŸŒŽ from Unsplash.

Author

Photo by NASA on Unsplash.

crisp nexus
#

.dragname

wicked parrotBOT
#

Jue Wells

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

MonsterBio
.monsterbio
Sends your monster bio!

MonsterSurvey
.monster
The base voting command. If nothing is called, then it will return an embed.

Movie
.movies [genre] [amount=5]
Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

MyValenstate
.myvalenstate [name]
Find the vacation spot(s) with the most matching characters to the invoking user.

PickupLine
.pickupline
Gives you a random pickup line.

crisp nexus
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Is your name Google? Because you're everything I'm searching for.

crisp nexus
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Do you like science because I've got my ion you.

crisp nexus
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

I seem to have lost my phone number. Can I have yours?

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AvatarModify
.spookyavatar
Spookify an user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

crisp nexus
#

.battleship

#

.help

wicked parrotBOT
#
Command Help

Ping
.ping
Ping the bot to see its latency and state.
.uptime
Get the current uptime of the bot.

PrideAnthem
.prideanthem [genre]
Sends a message with a video of a random pride anthem.

PrideFacts
.pridefact [option]
Sends a message with a pride fact of the day.

PrideLeader
.pride_leader <pride_leader_name>
Information about a Pride Leader.

#

@crisp nexus Seems like there's no one here to play...

crisp nexus
#

.uptime

wicked parrotBOT
#

I started up a day ago.

crisp nexus
#

.uptime

wicked parrotBOT
#

I started up a day ago.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

CheatSheet
.cheat [search_terms...]
Search cheat.sh.

ConnectFour
.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]
Play the classic game of Connect Four with someone!

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

crisp nexus
#

.formof

wicked parrotBOT
#

Form of a huge trapeze of ice!

crisp nexus
#

.formof

wicked parrotBOT
#

Form of a row of snow!

crisp nexus
#

.valentine_fact

wicked parrotBOT
#
โค Facts to raise your pulse โค

Valentine's Day wasn't really associated with anything romantic, until the 14th century England where it's association with romantic love had begun from within the circle of Geoffrey Chaucer, a famous english poet and author, also called 'Father of English literature' for his work. He is best known for 'The Caunterbury Tales', a collection of 24 stories, which are presented as part of a story-telling contest by a group of pilgrims on their travel from London to Canterbury.

crisp nexus
#

.valentine_fact

wicked parrotBOT
#
โค Facts to raise your pulse โค

If you've never gotten any handwritten Valentine cards, this may be due to the fact, that in the 19th century, handwritten notes have given away to mass-produced greeting cards.

crisp nexus
#

.wikipedia <python>

wicked parrotBOT
#
Wikipedia Search Results

Monty Python
Monty Python (also collectively known as the Pythons) were a British surreal comedy troupe who created the sketch comedy television show Monty Python's Flying

Ball python
The ball python (Python regius), also called the royal python, is a python species native to West and Central Africa, where it lives in grasslands, shrublands

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

crisp nexus
#

.wolfram <query>

wicked parrotBOT
crisp nexus
#

.wolfram <hi>

wicked parrotBOT
crisp nexus
#

.help

wicked parrotBOT
#
Command Help

Speedrun
.speedrun
Sends a link to a video of a random speedrun.

SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.

SpookyGif
.spookygif
Fetches a random gif from the GIPHY API and responds with it.

SpookyRating
.spookyrating [who]
Calculates the spooky rating of someone.

Stackoverflow
.stackoverflow <search_query>
Sends the top 5 results of a search query from stackoverflow.

crisp nexus
#

.timeleft

wicked parrotBOT
#

It is not currently Hacktober. However, the next one will start in 41 days and will finish in 73 days.

crisp nexus
#

.speedrun

wicked parrotBOT
#

This run was beaten November 19, 2020, with a 1:45:05 by Hwangbro: https://youtu.be/ZNG3tkrxVdQ

Run with commentary: https://www.youtube.com/watch?v=G6vdqhYLblg

Very bizarre run. Lost a minute on koga and fly splits and yolod agatha since i only had 2 super potions because of bad silph rival. Luckily, yolo agatha made the time good enough that...

โ–ถ Play video
crisp nexus
#

.speedrun

wicked parrotBOT
crisp nexus
#

.help

wicked parrotBOT
#
Command Help

SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.

SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.

ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.

Snakes
.snakes
Commands from our first code jam.

Space
.space
Head command that contains commands about space.

crisp nexus
#

.spookygif

wicked parrotBOT
#
A spooooky gif!
crisp nexus
#

.spookygif

wicked parrotBOT
#
A spooooky gif!
crisp nexus
#

.space

wicked parrotBOT
#
Command Help

.space
Head command that contains commands about space.

Subcommands:
apod <date>
Get Astronomy Picture of Day from NASA API. Date is optional parameter, what formatting is YYYY-MM-DD.
epic <date>
Get a random image of the Earth from the NASA EPIC API. Support date parameter, format is YYYY-MM-DD.
mars <date> [rover=curiosity]
Get random Mars image by date. Support both SOL (martian solar day) and earth date and rovers.
nasa <search_term>
Get random NASA information/facts + image. Support search_term parameter for more specific search.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

crisp nexus
#

.who_is_valentine

wicked parrotBOT
#
Who is Saint Valentine?

Saint Valentine, officially Saint Valentine of Rome, was a widely recognized 3rd-century christian saint, commemorated on February 14. He was a priest and bishop, ministering persecuted Christians in the Roman Empire, and is associated with a tradition of courtly love since the High Middle Ages, a period commenced around the year 1000AD and lasting until around 1250AD. He was martyred and buried at a Christian cemetery on the Via Flaminia on February 14.

There are a bunch of inconsistencies in the identification of the saint, however there are evidences for 3 saints that appear in connection with February 14. One of them, Saint Valentine of Terni, is believed to be the one associated with a vision restoration miracle, which happening during his imprisonment. In that, he restored the eyesight of his jailer's daughter, and, on the evening before his execution, supposedly sent her a letter signed with 'Your Valentine' (tuum valentinum). This makes this saint the one we today associate with Saint Valentine's Day.

The artist Cicero Moraes attempted a facial reconstruction of Saint Valentine, which can be seen in the thumbnail.

crisp nexus
#

.who_is_valentine

wicked parrotBOT
#
Who is Saint Valentine?

Saint Valentine, officially Saint Valentine of Rome, was a widely recognized 3rd-century christian saint, commemorated on February 14. He was a priest and bishop, ministering persecuted Christians in the Roman Empire, and is associated with a tradition of courtly love since the High Middle Ages, a period commenced around the year 1000AD and lasting until around 1250AD. He was martyred and buried at a Christian cemetery on the Via Flaminia on February 14.

There are a bunch of inconsistencies in the identification of the saint, however there are evidences for 3 saints that appear in connection with February 14. One of them, Saint Valentine of Terni, is believed to be the one associated with a vision restoration miracle, which happening during his imprisonment. In that, he restored the eyesight of his jailer's daughter, and, on the evening before his execution, supposedly sent her a letter signed with 'Your Valentine' (tuum valentinum). This makes this saint the one we today associate with Saint Valentine's Day.

The artist Cicero Moraes attempted a facial reconstruction of Saint Valentine, which can be seen in the thumbnail.

deep beacon
#

!format

#

!code

rough gladeBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

crisp nexus
#

!format

#

!dormant

forest crest
still island
#

.mars today

#

.space mars today

wicked parrotBOT
#

Invalid rover today.
Rovers: Curiosity, Spirit, Opportunity, Perseverance

still island
#

.space mars

wicked parrotBOT
#
Curiosity's Mast Camera Mars Image
still island
#

.help

wicked parrotBOT
#
Command Help

AvatarModify
.spookyavatar
Spookify an user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

still island
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

still island
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
still island
#

.help

wicked parrotBOT
#
Command Help

EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.

EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.

Emojis
.emoji <emoji>
A group of commands related to emojis.

Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).

still island
#

.catify hello world

wicked parrotBOT
#

๐Ÿˆ hello แ•ฆแ˜แ—ข world

still island
#

.earth_photos

wicked parrotBOT
#
Earth Photo

A photo of Earth ๐ŸŒŽ from Unsplash.

Author

Photo by NASA on Unsplash.

still island
#

.caesarcipher hello world

wicked parrotBOT
#
Command Help

.caesarcipher
Can also use: caesar, cc

*Translates a message using the Caesar Cipher.

See decrypt, encrypt, and info subcommands.*

Subcommands:
decrypt <offset> <msg>
Given a positive integer offset, decrypt the given msg.
encrypt <offset> <msg>
Given a positive integer offset, encrypt the given msg.
info
Information about the Caesar Cipher.

still island
#

.caesar encrypt 13 hello world

wicked parrotBOT
#

uryyb jbeyq

still island
#

.caesar decrypt 13 uryyb jbeyq

wicked parrotBOT
#

hello world

still island
#

.help

#

.halloweenify

wicked parrotBOT
#
Not spooky enough?

neumond wasn't spooky enough for you? That's understandable, neumond isn't scary at all! Let me think of something better. Hmm... I got it!

Your new nickname will be:
:ghost: Joker :jack_o_lantern:

still island
#

.ping

wicked parrotBOT
#
:ping_pong: Pong!

Gateway Latency: 112ms

still island
#

.uptime

wicked parrotBOT
#

I started up a day ago.

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
CookieTheCat#1756: 1225
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Vthechamp#3454: 350
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

rugged pike
#

hm

empty flax
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

indigo citrus
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

indigo citrus
#

lmao

#

.cat

#

.cat_photos

#

no

#

I want cat

#

.cat_photos

main scarab
#

.print hello world

#

.pin lmao

wicked parrotBOT
#
You blew it.

Your input was invalid: You must either provide a valid message to bookmark, or reply to one.

Usage:.bookmark [target_message] [title=Bookmark]

main scarab
#

.wiki python

wicked parrotBOT
#
Wikipedia Search Results

Python
Python may refer to: Pythons or Pythonidae, a family of nonvenomous snakes found in Africa, Asia, and Australia Python (genus), a genus of nonvenomous

Python (programming language)
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant

main scarab
#

.8bitfy

#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

main scarab
#

.64bitify

tribal anchor
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
CookieTheCat#1756: 1225
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Vthechamp#3454: 350
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

tribal anchor
#

.quiz 1

wicked parrotBOT
#
The available question categories are:

- General
Test your general knowledge.
- Retro
Questions related to retro gaming.
- Math
General questions about mathematics ranging from grade 8 to grade 12.
- Science
Put your understanding of science to the test!
- Cs
A large variety of computer science questions.
- Python
Trivia on our amazing language, python!

tribal anchor
#

.quiz general 1

wicked parrotBOT
#
A quiz game is starting!

This game consists of 1 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: general

#
Question #1

Which is the largest hot desert in the world?

tribal anchor
#

Death Valley

wicked parrotBOT
#

20s left!

tribal anchor
#

Chile

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answer is **`Sahara`**

Information
The Sahara Desert covers 3.6 million square miles. It is almost the same size as the United States or China. There are sand dunes in the Sahara as tall as 590 feet.

Remaining questions: 0

#

No one has made it onto the leaderboard yet.

#

The round has ended.

tribal anchor
#

.quiz general 1

wicked parrotBOT
#
A quiz game is starting!

This game consists of 1 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: general

#
Question #1

Which country is known as the "Land Of The Rising Sun"?

tribal anchor
#

Norway

wicked parrotBOT
#

20s left!

tribal anchor
#

Sweden

#

Thailand

wicked parrotBOT
#

10s left!

tribal anchor
#

Finland

#

Norway

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`Japan`**

Information
The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to "the suns origin".

Remaining questions: 0

#

No one has made it onto the leaderboard yet.

#

The round has ended.

tribal anchor
#

.quiz general 1

wicked parrotBOT
#
A quiz game is starting!

This game consists of 1 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: general

#
Question #1

Which is the largest tropical rain forest in the world?

tribal anchor
#

Amazon

wicked parrotBOT
#

@tribal anchor got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Amazon`**

Information
The Amazon is regarded as vital in the fight against global warming due to its ability to absorb carbon from the air. It's often referred to as the "lungs of the Earth," as more than 20 per cent of the world's oxygen is produced there.

Remaining questions: 0

#
Score Board

Dr.Doom#9836: 100

#

The round has ended.

#

Congratulations @tribal anchor :tada: You have won this quiz game with a grand total of 100 points!

tribal anchor
#

.quiz python 4

wicked parrotBOT
#
A quiz game is starting!

This game consists of 4 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

Is everything an instance of the object class (y/n)?

tribal anchor
#

y

wicked parrotBOT
#

@tribal anchor got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`y, yes`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Dr.Doom#9836: 100

#
Question #2

What is the garbage collection strategy used by cpython to collect everything but reference cycles?

#

20s left!

tribal anchor
#

Idk

wicked parrotBOT
#

10s left!

tribal anchor
#

cpython

wicked parrotBOT
#

No one answered correctly!

#
The correct answers are **`reference counting, refcounting`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

Dr.Doom#9836: 100

#
Question #3

What name does a lambda function have?

#

20s left!

tribal anchor
#

anonymous function

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answer is **`<lambda>`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

Dr.Doom#9836: 100

#
Question #4

Does numbers.Rational include the builtin object float (y/n)

tribal anchor
#

y

#

n

wicked parrotBOT
#

@tribal anchor got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`n, no`**

Remaining questions: 0

#
Score Board

Dr.Doom#9836: 200

#

The round has ended.

#

Congratulations @tribal anchor :tada: You have won this quiz game with a grand total of 200 points!

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
CookieTheCat#1756: 1225
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Vthechamp#3454: 350
Dr.Doom#9836: 300
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

prime mirage
#

.quiz python 20

wicked parrotBOT
#
A quiz game is starting!

This game consists of 20 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

Which protocol is used to pass self to methods when accessed on classes?

prime mirage
#

metaclass

#

descriptor

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Descriptor`**

Let's move to the next question.
Remaining questions: 19

#
Score Board

CookieTheCat#1756: 100

#
Question #2

What type is the attribute of a frame object that contains the current local variables?

prime mirage
#

dict

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`dict`**

Let's move to the next question.
Remaining questions: 18

#
Score Board

CookieTheCat#1756: 200

#
Question #3

What attribute of a closure contains the value closed over?

prime mirage
#

cell_contents

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`cell_contents`**

Let's move to the next question.
Remaining questions: 17

#
Score Board

CookieTheCat#1756: 300

#
Question #4

Which of these is not a generator method?
(next, send, throw, close)

prime mirage
#

next

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`next`**

Let's move to the next question.
Remaining questions: 16

#
Score Board

CookieTheCat#1756: 400

#
Question #5

Which one of these protocols/abstract base classes does the builtin range object NOT implement?
(Sequence, Iterable, Generator)

prime mirage
#

generator

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Generator`**

Let's move to the next question.
Remaining questions: 15

#
Score Board

CookieTheCat#1756: 500

#
Question #6

How is infinity represented in Python?

prime mirage
#

float("inf")

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`float("infinity"), float('infinity'), float("inf"), float('inf')`**

Let's move to the next question.
Remaining questions: 14

#
Score Board

CookieTheCat#1756: 600

#
Question #7

Does numbers.Rational include the builtin object float (y/n)

prime mirage
#

n

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`n, no`**

Let's move to the next question.
Remaining questions: 13

#
Score Board

CookieTheCat#1756: 700

#
Question #8

Which standard library module is designed for making simple parsers for languages like shell, as well as safe quoting of strings for use in a shell?

prime mirage
#

shlex

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`shlex`**

Let's move to the next question.
Remaining questions: 12

#
Score Board

CookieTheCat#1756: 800

#
Question #9

When was Python first released?

prime mirage
#

1991

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`1991`**

Let's move to the next question.
Remaining questions: 11

#
Score Board

CookieTheCat#1756: 900

#
Question #10

Name the only non-dunder method of the builtin slice object.

prime mirage
#

indecies

#

indicies

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`indices`**

Let's move to the next question.
Remaining questions: 10

#
Score Board

CookieTheCat#1756: 1000

#
Question #11

Which year was Python 3 released?

prime mirage
#

2008

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`2008`**

Let's move to the next question.
Remaining questions: 9

#
Score Board

CookieTheCat#1756: 1100

#
Question #12

Is the __aiter__ method async (y/n)?

prime mirage
#

n

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`n, no`**

Let's move to the next question.
Remaining questions: 8

#
Score Board

CookieTheCat#1756: 1200

#
Question #13

Can you pickle a running list_iterator (y/n)?

prime mirage
#

y

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`y, yes`**

Let's move to the next question.
Remaining questions: 7

#
Score Board

CookieTheCat#1756: 1300

#
Question #14

What exception, other than StopIteration, can you raise from a __getitem__ dunder to indicate to an iterator that it should stop?

prime mirage
#

IndexError

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`IndexError`**

Let's move to the next question.
Remaining questions: 6

#
Score Board

CookieTheCat#1756: 1400

#
Question #15

Where does the name Python come from?

prime mirage
#

monty pytthon

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`Monty Python, Monty Python's Flying Circus`**

Let's move to the next question.
Remaining questions: 5

#
Score Board

CookieTheCat#1756: 1500

#
Question #16

Which attribute is the documentation string of a function/method/class stored in (answer should be enclosed in backticks!)?

prime mirage
#

__doc__

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **``__doc__``**

Let's move to the next question.
Remaining questions: 4

#
Score Board

CookieTheCat#1756: 1600

#
Question #17

What is the official name of this operator :=, introduced in 3.8?

#

20s left!

prime mirage
#

assignment-expression operator

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`assignment-expression operator`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

CookieTheCat#1756: 1675

#
Question #18

What decorator is used to allow a protocol to be checked at runtime?

prime mirage
#

runtime_checkable

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`runtime_checkable, typing.runtime_checkable`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

CookieTheCat#1756: 1775

#
Question #19

What type does the & operator return when given 2 dict_keys objects?

prime mirage
#

set

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`set`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

CookieTheCat#1756: 1875

#
Question #20

Which module when imported opens up a web browser tab that points to the classic 353 XKCD comic mentioning Python?

prime mirage
#

antigravity

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`antigravity`**

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 1975

#

The round has ended.

#

Congratulations @prime mirage :tada: You have won this quiz game with a grand total of 1975 points!

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 3200
Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Vthechamp#3454: 350
Dr.Doom#9836: 300
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

forest anvil
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 3200
Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Vthechamp#3454: 350
Dr.Doom#9836: 300
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

forest anvil
#

/quiz general

#

.quiz general 5

wicked parrotBOT
#
A quiz game is starting!

This game consists of 5 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: general

#
Question #1

What does the acronym GPRS stand for?

#

20s left!

#

10s left!

forest anvil
#

general packet radio service

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 50 points!

#
You got it! The correct answer is **`General Packet Radio Service`**

Information
General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks.

Let's move to the next question.
Remaining questions: 4

#
Score Board

Duped#7260: 50

#
Question #2

How many planets are there in the Solar system?

forest anvil
#

8

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`8`**

Information
In the Solar system, there are 8 planets: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune. Pluto isn't considered a planet in the Solar System anymore.

Let's move to the next question.
Remaining questions: 3

#
Score Board

Duped#7260: 150

prime mirage
#

8

wicked parrotBOT
#
Question #3

Which country is called "Battleground of Europe?"

forest anvil
#

belgium

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Belgium`**

Information
Belgium has been the "Battleground of Europe" since the Roman Empire as it had no natural protection from its larger neighbouring countries. The battles of Oudenaarde, Ramillies, Waterloo, Ypres and Bastogne were all fought on Belgian soil.

Let's move to the next question.
Remaining questions: 2

#
Score Board

Duped#7260: 250

#
Question #4

Which country is known as the "Land of Thunderbolt"?

forest anvil
#

bhutan

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Bhutan`**

Information
Bhutan is known as the "Land of Thunder Dragon" or "Land of Thunderbolt" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon.

Let's move to the next question.
Remaining questions: 1

#
Score Board

Duped#7260: 350

#
Question #5

Which country is known as the "Land Of The Rising Sun"?

forest anvil
#

japan

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Japan`**

Information
The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to "the suns origin".

Remaining questions: 0

#
Score Board

Duped#7260: 450

#

The round has ended.

#

Congratulations @forest anvil :tada: You have won this quiz game with a grand total of 450 points!

forest anvil
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 3200
Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Duped#7260: 450
Vthechamp#3454: 350
Dr.Doom#9836: 300
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

forest anvil
#

.quiz general

wicked parrotBOT
#
A quiz game is starting!

This game consists of 7 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: general

#
Question #1

Which is the smallest planet in the Solar System?

forest anvil
#

mercury

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Mercury`**

Information
Mercury is the smallest planet in our solar system. It's just a little bigger than Earth's moon. It is the closest planet to the sun, but it's actually not the hottest. Venus is hotter.

Let's move to the next question.
Remaining questions: 6

#
Score Board

Duped#7260: 100

#
Question #2

Which country is called "Battleground of Europe?"

forest anvil
#

belgium

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Belgium`**

Information
Belgium has been the "Battleground of Europe" since the Roman Empire as it had no natural protection from its larger neighbouring countries. The battles of Oudenaarde, Ramillies, Waterloo, Ypres and Bastogne were all fought on Belgian soil.

Let's move to the next question.
Remaining questions: 5

#
Score Board

Duped#7260: 200

#
Question #3

What is the largest ocean in the world?

forest anvil
#

pacific

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Pacific`**

Information
The Pacific Ocean is the largest and deepest of the world ocean basins. Covering approximately 63 million square miles and containing more than half of the free water on Earth, the Pacific is by far the largest of the world's ocean basins.

Let's move to the next question.
Remaining questions: 4

#
Score Board

Duped#7260: 300

prime mirage
#

pacific

wicked parrotBOT
#
Question #4

Which city is in two continents?

forest anvil
#

istanbul

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Istanbul`**

Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.

Let's move to the next question.
Remaining questions: 3

#
Score Board

Duped#7260: 400

#
Question #5

When did the First World War start?

forest anvil
#

1914

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`1914`**

Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.

Let's move to the next question.
Remaining questions: 2

#
Score Board

Duped#7260: 500

#
Question #6

Which country is the largest producer of tea in the world?

forest anvil
#

china

wicked parrotBOT
#

@forest anvil got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`China`**

Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.

Let's move to the next question.
Remaining questions: 1

#
Score Board

Duped#7260: 600

#
Question #7

What's the world's largest urban area?

prime mirage
#

tokyo'

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Tokyo`**

Information
Tokyo is the most populated city in the world, with a population of 37 million people. It is located in Japan.

Remaining questions: 0

#
Score Board

Duped#7260: 600
CookieTheCat#1756: 100

forest anvil
#

tokyo

wicked parrotBOT
#

The round has ended.

#

Congratulations @forest anvil :tada: You have won this quiz game with a grand total of 600 points!

forest anvil
#

๐Ÿ˜

#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 3300
Aboo Minister#8971: 1975
Frontogenesis#6742: 1400
Duped#7260: 1050
HellishBro#8004: 650
Carl.#9790: 600
OreoFTW#1097: 600
Vthechamp#3454: 350
Dr.Doom#9836: 300
/Dev.A/Bankai#7777: 175
๐๐ฑ๐“ไน› LEGEND โœ…#0001: 50

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

crisp nexus
#

.who_is_valentine

wicked parrotBOT
#
Who is Saint Valentine?

Saint Valentine, officially Saint Valentine of Rome, was a widely recognized 3rd-century christian saint, commemorated on February 14. He was a priest and bishop, ministering persecuted Christians in the Roman Empire, and is associated with a tradition of courtly love since the High Middle Ages, a period commenced around the year 1000AD and lasting until around 1250AD. He was martyred and buried at a Christian cemetery on the Via Flaminia on February 14.

There are a bunch of inconsistencies in the identification of the saint, however there are evidences for 3 saints that appear in connection with February 14. One of them, Saint Valentine of Terni, is believed to be the one associated with a vision restoration miracle, which happening during his imprisonment. In that, he restored the eyesight of his jailer's daughter, and, on the evening before his execution, supposedly sent her a letter signed with 'Your Valentine' (tuum valentinum). This makes this saint the one we today associate with Saint Valentine's Day.

The artist Cicero Moraes attempted a facial reconstruction of Saint Valentine, which can be seen in the thumbnail.

crisp nexus
#

.who_is_valentine

wicked parrotBOT
#
Who is Saint Valentine?

Saint Valentine, officially Saint Valentine of Rome, was a widely recognized 3rd-century christian saint, commemorated on February 14. He was a priest and bishop, ministering persecuted Christians in the Roman Empire, and is associated with a tradition of courtly love since the High Middle Ages, a period commenced around the year 1000AD and lasting until around 1250AD. He was martyred and buried at a Christian cemetery on the Via Flaminia on February 14.

There are a bunch of inconsistencies in the identification of the saint, however there are evidences for 3 saints that appear in connection with February 14. One of them, Saint Valentine of Terni, is believed to be the one associated with a vision restoration miracle, which happening during his imprisonment. In that, he restored the eyesight of his jailer's daughter, and, on the evening before his execution, supposedly sent her a letter signed with 'Your Valentine' (tuum valentinum). This makes this saint the one we today associate with Saint Valentine's Day.

The artist Cicero Moraes attempted a facial reconstruction of Saint Valentine, which can be seen in the thumbnail.

crisp nexus
#

.zodiac

wicked parrotBOT
#
You have to stop.

Your input was invalid: zodiac_sign is a required argument that is missing.

Usage:.zodiac <zodiac_sign>

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.prideavatar [option=lgbt] [pixels=64]

wicked parrotBOT
#
I can't believe you've done this

Your input was invalid: Converting to "int" failed for parameter "pixels".

Usage:.avatar_modify prideavatar [option=lgbt] [pixels=64]

crisp nexus
#

.avatar_modify prideavatar [option=lgbt] [pixels=64]

wicked parrotBOT
#
In the future, don't do that.

Your input was invalid: Converting to "int" failed for parameter "pixels".

Usage:.avatar_modify prideavatar [option=lgbt] [pixels=64]

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.

SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.

ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.

Snakes
.snakes
Commands from our first code jam.

Space
.space
Head command that contains commands about space.

crisp nexus
#

.easter_tradition

wicked parrotBOT
#

Greece:
They burn an effigy of Judas Iscariot, the betrayer of Jesus, sometimes is done as part of a Passion Play! It is hung by the neck and then burnt.

crisp nexus
#

.easter_tradition

wicked parrotBOT
#

Kenya:
On Easter Sunday, kids in Kenya look forward to a sumptuous Easter meal after church (Easter services are known to last for three hours!). Children share Nyama Choma (roasted meat) and have a soft drink with their meal!

crisp nexus
#

.speedrun

wicked parrotBOT
crisp nexus
#

.snakes

wicked parrotBOT
#
Command Help | "snakes"

Subcommands:
name [name]
Snakifies a username.
quiz
Asks a snake-related question in the chat and validates the user's guess.
sal
Play a game of Snakes and Ladders.
snakify [message]
How would I talk if I were a snake?
video [search]
Gets a YouTube video about snakes.
zen
Gets a random quote from the Zen of Python, except as if spoken by a snake.

crisp nexus
#

.snakes movie

wicked parrotBOT
#
Snake Devil
Overview

A treasure hunter and his two friends were searching for treasure deep in the jungles of Thailand. As the leader was searching for the treasure, he found a beautiful and mysterious girl deep in the jungle and fell in love with her, but the girl was trying to keep a secret from these men. But one night, one of the men found out about her dark secret, this jungle girl is really the queen of the naga clan and turns into a gorgon-like creature at full moon.

Release Date

1995-01-01

Genres

Horror

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

MonsterBio
.monsterbio
Sends your monster bio!

MonsterSurvey
.monster
The base voting command. If nothing is called, then it will return an embed.

Movie
.movies [genre] [amount=5]
Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

MyValenstate
.myvalenstate [name]
Find the vacation spot(s) with the most matching characters to the invoking user.

PickupLine
.pickupline
Gives you a random pickup line.

crisp nexus
#

.minesweeper

wicked parrotBOT
#
Command Help

.minesweeper
Can also use: ms

Commands for Playing Minesweeper.

Subcommands:
end
End your current game.
start [bomb_chance=0.2]
Start a game of Minesweeper.

crisp nexus
#

.monster

wicked parrotBOT
#
Monster Voting

Vote for your favorite monster!

.monster show monster_name(optional)

Show a specific monster. If none is listed, it will give you an error with valid choices.

.monster vote monster_name

Vote for a specific monster. You get one vote, but can change it at any time.

.monster leaderboard

Which monster has the most votes? This command will tell you.

crisp nexus
#

.monster

wicked parrotBOT
#
Monster Voting

Vote for your favorite monster!

.monster show monster_name(optional)

Show a specific monster. If none is listed, it will give you an error with valid choices.

.monster vote monster_name

Vote for a specific monster. You get one vote, but can change it at any time.

.monster leaderboard

Which monster has the most votes? This command will tell you.

prime mirage
#

.snake hatch

wicked parrotBOT
#

:tada: Congrats! You hatched: Baby Garden Snake

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

crisp nexus
#

.who_is_valentine

wicked parrotBOT
#
Who is Saint Valentine?

Saint Valentine, officially Saint Valentine of Rome, was a widely recognized 3rd-century christian saint, commemorated on February 14. He was a priest and bishop, ministering persecuted Christians in the Roman Empire, and is associated with a tradition of courtly love since the High Middle Ages, a period commenced around the year 1000AD and lasting until around 1250AD. He was martyred and buried at a Christian cemetery on the Via Flaminia on February 14.

There are a bunch of inconsistencies in the identification of the saint, however there are evidences for 3 saints that appear in connection with February 14. One of them, Saint Valentine of Terni, is believed to be the one associated with a vision restoration miracle, which happening during his imprisonment. In that, he restored the eyesight of his jailer's daughter, and, on the evening before his execution, supposedly sent her a letter signed with 'Your Valentine' (tuum valentinum). This makes this saint the one we today associate with Saint Valentine's Day.

The artist Cicero Moraes attempted a facial reconstruction of Saint Valentine, which can be seen in the thumbnail.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.fool

wicked parrotBOT
#

Check out this April Fools' video by google.

https://youtu.be/UmJ2NBHXTqo

Introducing Google Play for Pets, a new category of games, apps and training tools to keep your pet stimulated.

Wouldnโ€™t it be great to keep your pets occupied when youโ€™re not around? With Google Play for Pets, your furry friends can keep busy with thousands of games and apps throughout the day.

Updates include:
-New collections of games, app...

โ–ถ Play video
crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.adventofcode

wicked parrotBOT
#
Command Help

.adventofcode
Can also use: aoc

All of the Advent of Code commands.

Subcommands:
about
Learn about Advent of Code
countdown
Return time left until next day
join
Learn how to join the leaderboard (via DM)
stats
Get daily statistics for the Python Discord leaderboard
subscribe
Notifications for new days

crisp nexus
#

.adventofcode .help

wicked parrotBOT
#
Command Help

.adventofcode
Can also use: aoc

All of the Advent of Code commands.

Subcommands:
about
Learn about Advent of Code
countdown
Return time left until next day
join
Learn how to join the leaderboard (via DM)
stats
Get daily statistics for the Python Discord leaderboard
subscribe
Notifications for new days

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

CheatSheet
.cheat [search_terms...]
Search cheat.sh.

ConnectFour
.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]
Play the classic game of Connect Four with someone!

crisp nexus
#

.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]

wicked parrotBOT
#
Are you trying to kill me?

Your input was invalid: Converting to "int" failed for parameter "board_size".

Usage:.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

prime mirage
#

.src mosaic @crisp nexus you can look at the source code

wicked parrotBOT
#
Command: avatar_modify mosaic

Splits your avatar into x squares, randomizes them and stitches them back into a new image!

Source Code
crisp nexus
#

.src reverse

wicked parrotBOT
#
Command: avatar_modify reverse

Reverses the sent text.

Source Code
prime mirage
#

.reverse

wicked parrotBOT
#
Your reversed avatar.

Here is your reversed avatar. I think it is a spitting image of you.

fringe kindle
#

!e

print('```hi```')```
rough gladeBOT
#

@fringe kindle :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print('
003 |            ^
004 | SyntaxError: EOL while scanning string literal
fringe kindle
#

!exec

print('```hi```')```
iron sail
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

iron sail
#

good

#

.mosaic 32

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 36 squares.

iron sail
#

.mosaic 128

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 144 squares.

iron sail
#

.mosaic 4096

wicked parrotBOT
#
Noooooo!!

Your input was invalid: Squares must be a positive number less than or equal to 10,000.

Usage:.avatar_modify mosaic [squares=16]

iron sail
#

.mosaic 8

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 9 squares.

terse sandal
#

.mosaic 7

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 9 squares.

sinful dust
#

.mosaic2

#

.mosaic 2

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

hearty hound
#

.recommendgame

wicked parrotBOT
#
Recommendation: Chrono Trigger https://rawg.io/games/chrono-trigger-1995

One of the best games of all time. A brilliant story involving time-travel with loveable characters. It has a brilliant score by Yasonuri Mitsuda and artwork by Akira Toriyama. With over 20 endings and New Game+, there is a huge amount of replay value here.

hearty hound
#

.recommendgame

wicked parrotBOT
#
Recommendation: Elder Scrolls V: Skyrim https://rawg.io/games/the-elder-scrolls-v-skyrim

The latest mainline Elder Scrolls game offered a fantastic role-playing experience with untethered freedom and a great story. Offering vast mod support, the game has endless customization and replay value.

hearty hound
#

.recommendgame

wicked parrotBOT
#
Recommendation: Digimon World https://rawg.io/games/digimon-world

A great mix of town-building and pet-raising set in the Digimon universe. With plenty of Digimon to raise and recruit to the village, this charming game will keep you occupied for a long time.

hearty hound
#

.recommendgame

wicked parrotBOT
#
Recommendation: Doom II https://rawg.io/games/doom-ii

Doom 2 was one of the first FPS games that I truly enjoyed. It offered awesome weapons, terrifying demons to kill, and a great atmosphere to do it in.

hearty hound
#

.recommendgame

wicked parrotBOT
#
Recommendation: Doom II https://rawg.io/games/doom-ii

Doom 2 was one of the first FPS games that I truly enjoyed. It offered awesome weapons, terrifying demons to kill, and a great atmosphere to do it in.

hearty hound
#

.minesweeper

wicked parrotBOT
#
Command Help

.minesweeper
Can also use: ms

Commands for Playing Minesweeper.

Subcommands:
end
End your current game.
start [bomb_chance=0.2]
Start a game of Minesweeper.

hearty hound
#

.minesweeper start

wicked parrotBOT
#

@hearty hound is playing Minesweeper.

#

:no_entry: Game canceled. :no_entry:
Here's your board!
:stop_button: :regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :regional_indicator_d: :regional_indicator_e: :regional_indicator_f: :regional_indicator_g: :regional_indicator_h: :regional_indicator_i: :regional_indicator_j:

:one: :two: :bomb: :bomb: :two: :three: :bomb: :two: :stop_button: :stop_button: :stop_button:
:two: :two: :bomb: :three: :two: :bomb: :bomb: :two: :stop_button: :stop_button: :stop_button:
:three: :one: :two: :three: :three: :three: :three: :two: :two: :one: :one:
:four: :one: :two: :bomb: :bomb: :two: :one: :bomb: :two: :bomb: :one:
:five: :bomb: :three: :three: :bomb: :two: :one: :two: :three: :two: :one:
:six: :bomb: :two: :one: :one: :two: :two: :three: :bomb: :one: :stop_button:
:seven: :one: :one: :stop_button: :stop_button: :one: :bomb: :bomb: :two: :one: :stop_button:
:eight: :stop_button: :stop_button: :stop_button: :stop_button: :one: :two: :two: :two: :one: :one:
:nine: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :one: :bomb: :one:
:keycap_ten: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :one: :one: :one:

hearty hound
#

.src game

wicked parrotBOT
#
Command: games

Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.

Source Code
carmine glade
#

.game

wicked parrotBOT
#
Command Help

.games [amount=5] <genre>
Can also use: game

*Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.

Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:

  • .games <genre>
  • .games <amount> <genre>*

Subcommands:
company [amount=5]
Get random Game Companies companies from IGDB API.
genres
Get all available genres.
search <search_term>
Find games by name.
top [amount=10]
Get current Top games in IGDB.

carmine glade
#

.quiz python

wicked parrotBOT
#
A quiz game is starting!

This game consists of 7 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

What is a package that doesn't have a __init__ file called?

#

20s left!

carmine glade
#

A directory

#

A folder

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answer is **`namespace package`**

Let's move to the next question.
Remaining questions: 6

#

No one has made it onto the leaderboard yet.

#
Question #2

Is the __aiter__ method async (y/n)?

#

20s left!

carmine glade
#

No

wicked parrotBOT
#

@carmine glade got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`n, no`**

Let's move to the next question.
Remaining questions: 5

#
Score Board

MrEmpty#1970: 75

#
Question #3

Which of these characters is valid python outside of string literals in some context?
(@, $, ?)

#

20s left!

carmine glade
#

@

wicked parrotBOT
#

@carmine glade got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`@`**

Let's move to the next question.
Remaining questions: 4

#
Score Board

MrEmpty#1970: 150

#
Question #4

Which standard library module is designed for making simple parsers for languages like shell, as well as safe quoting of strings for use in a shell?

#

20s left!

carmine glade
#

os

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **`shlex`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

MrEmpty#1970: 150

#
Question #5

What attribute of a closure contains the value closed over?

#

20s left!

carmine glade
#

what

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **`cell_contents`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

MrEmpty#1970: 150

#
Question #6

Which one of these protocols/abstract base classes does the builtin range object NOT implement?
(Sequence, Iterable, Generator)

#

20s left!

#

10s left!

carmine glade
#

Sequence

#

Iterable

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`Generator`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

MrEmpty#1970: 150

#
Question #7

How does one call a class who defines the behavior of their instance classes?

#

20s left!

carmine glade
#

Superclass

#

No?

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answers are **`a metaclass, metaclass`**

Remaining questions: 0

#
Score Board

MrEmpty#1970: 150

#

The round has ended.

#

Congratulations @carmine glade :tada: You have won this quiz game with a grand total of 150 points!

deep beacon
#

!e lis = [1, 2, 3]; print(len(lis) / 2)

rough gladeBOT
#

@deep beacon :white_check_mark: Your eval job has completed with return code 0.

1.0
deep beacon
#

!e lis = [1, 2, 3]; print(len(lis) / 2)

rough gladeBOT
#

@deep beacon :white_check_mark: Your eval job has completed with return code 0.

1.5
weak helm
#

!e

def length_list(x,i=0,newlist=[]):
    if x==[]:
        x=newlist
        print(x)
        return(i)
    else:
        newlist.append(x.pop(0))
        i+=1
        return(length_list(x,i,newlist))
for i in range(5):
    print(length_list([1,2,3]))
rough gladeBOT
#

@weak helm :white_check_mark: Your eval job has completed with return code 0.

001 | [1, 2, 3]
002 | 3
003 | [1, 2, 3, 1, 2, 3]
004 | 3
005 | [1, 2, 3, 1, 2, 3, 1, 2, 3]
006 | 3
007 | [1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3]
008 | 3
009 | [1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3]
010 | 3
low mirage
#

.akon lonely

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

novel cloud
#

.8bitify

crisp nexus
#

.help

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.revers aamil

#

.reverse aamil

wicked parrotBOT
#

limaa

crisp nexus
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

night dirge
#

.bm 878664979115569162

wicked parrotBOT
#
Are you trying to kill me?

Your input was invalid: You must either provide a valid message to bookmark, or reply to one.

Usage:.bookmark [target_message] [title=Bookmark]

night dirge
#

.bookmark

wicked parrotBOT
#
Are you trying to kill me?

Your input was invalid: You must either provide a valid message to bookmark, or reply to one.

Usage:.bookmark [target_message] [title=Bookmark]

night dirge
#

.bookmark 878664979115569162

wicked parrotBOT
#
You're bad at computers.

Your input was invalid: You must either provide a valid message to bookmark, or reply to one.

Usage:.bookmark [target_message] [title=Bookmark]

crisp nexus
#

.src 8bitify

wicked parrotBOT
#
Command: avatar_modify 8bitify

Pixelates your avatar and changes the palette to an 8bit one.

Source Code
crisp nexus
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

crisp nexus
#

.src reverse

wicked parrotBOT
#
Command: avatar_modify reverse

Reverses the sent text.

Source Code
crisp nexus
#

.reverse <text>

wicked parrotBOT
#

txet<

crisp nexus
#

.reverse text

wicked parrotBOT
#

txet

vivid valley
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

deep beacon
#

!e print(list.sorted([1,7,2,0,5]))

rough gladeBOT
#

@deep beacon :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | AttributeError: type object 'list' has no attribute 'sorted'
deep beacon
#

print(lsorted([1,7,2,0,5]))

#

!e print(lsorted([1,7,2,0,5]))

rough gladeBOT
#

@deep beacon :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'lsorted' is not defined
deep beacon
#

!e print(sorted([1,7,2,0,5]))

rough gladeBOT
#

@deep beacon :white_check_mark: Your eval job has completed with return code 0.

[0, 1, 2, 5, 7]
novel cloud
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

misty kayak
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

misty kayak
#

.fool

wicked parrotBOT
#

Check out this April Fools' video by google.

https://youtu.be/H542nLTTbu0

Thanks for all your great entries.
YouTube finally has enough videos to begin selecting a winner.
What do you think is the #bestvideo on YouTube?

We've been thrilled with all of the diverse, creative entries we've seen so far, and we can't wait to begin the process of selecting the best video. We'll be announcing the winner in 10 years.

Subs...

โ–ถ Play video
azure wedge
wicked parrotBOT
#
That was a mistake.

@azure wedge, please enable your DMs to receive the bookmark.

azure wedge
primal dove
#

.16bitify

#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

primal dove
#

wait

#

this reminds me of something

#

that's beluga

#

WOW

#

xD

coarse thunder
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

coarse thunder
#

.16bitify

#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

coarse thunder
#

.fool

wicked parrotBOT
coarse thunder
#

.avatar_modify #caf43f

wicked parrotBOT
#
Command Help

.avatar_modify
Can also use: avatar_mod, avatarmod, pfp_mod, pfpmod

Groups all of the pfp modifying commands to allow a single concurrency limit.

Subcommands:
8bitify
Pixelates your avatar and changes the palette to an 8bit one.
avatareasterify [colours...]
This "Easterifies" the user's avatar.
mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
reverse <text>
Reverses the sent text.
spookyavatar
Spookify an user's avatar.

coarse thunder
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
coarse thunder
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
coarse thunder
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
coarse thunder
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
coarse thunder
#

.help

wicked parrotBOT
#
Command Help

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

CheatSheet
.cheat [search_terms...]
Search cheat.sh.

ConnectFour
.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]
Play the classic game of Connect Four with someone!

coarse thunder
#

.reverse E

wicked parrotBOT
#

E

coarse thunder
#

.connect_four

wicked parrotBOT
#

@coarse thunder Game cancelled.

forest anvil
#

mm

#

.8bitafy

#

8bitify

#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

rose anvil
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

forest anvil
#

.snake card big

wicked parrotBOT
#
Duped
Found multiple choices. Please choose the correct one.

1: Brown snake (disambiguation)
2: Common keelback (disambiguation)
3: Mangrove snake (disambiguation)

#
In the future, don't do that.

Your input was invalid: Canceled.

Usage:.snakes card [name]

forest anvil
#

.snake card brown

wicked parrotBOT
#
Duped
Found multiple choices. Please choose the correct one.

1: Brongersma's pitviper
2: Crowned snake
3: Eastern brown snake
4: Brown snake (disambiguation)
5: Brown tree snake
6: Burrowing cobra
7: Burrowing viper
8: King brown
9: West African brown spitting cobra
10: Brown water python
11: Trimeresurus brongersmai
12: Python brongersmai
13: Brown white-lipped python
14: Brown snake
15: Brown spotted pitviper

#
You're bad at computers.

Your input was invalid: Canceled.

Usage:.snakes card [name]

forest anvil
#

.snake card king brown

wicked parrotBOT
#

A wild Mulga Snake appears!

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

OreoFTW#1097: 100

prime mirage
#

.quiz python 2

wicked parrotBOT
#
A quiz game is starting!

This game consists of 2 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

Which of these is a subclass of Exception?
(NotImplemented, asyncio.CancelledError, StopIteration)

prime mirage
#

StopIteratuon

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`StopIteration`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

CookieTheCat#1756: 100

#
Question #2

Which one of these protocols/abstract base classes does the builtin range object NOT implement?
(Sequence, Iterable, Generator)

prime mirage
#

Generator

wicked parrotBOT
#

@prime mirage got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Generator`**

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 200

#

The round has ended.

#

Congratulations @prime mirage :tada: You have won this quiz game with a grand total of 200 points!

gentle salmon
#

.mosiac 64

#

yes that's what i said

#

oh it isn't is it

#

lol

#

.mosaic 64

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 64 squares.

gentle salmon
#

beautiful

#

.mosaic 8

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 9 squares.

gentle salmon
#

oh it has to be a perfect square doesn't it

#

lol that was dumb of me

#

.mosaic 4

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

gentle salmon
#

lol let's gooo

#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.

gentle salmon
#

welp hope this doesn't screw up the bot

#

.mosaic 16777216

wicked parrotBOT
#
Are you trying to kill me?

Your input was invalid: Squares must be a positive number less than or equal to 10,000.

Usage:.avatar_modify mosaic [squares=16]

gentle salmon
#

lol

#

.mosaic 10000

wicked parrotBOT
#
Testing the limits I see...

What a masterpiece. :star:

gentle salmon
#

i am testing the limits yes

#

.riddle

wicked parrotBOT
#
What does the easter bunny get for making a basket?

You have 10 seconds before the first hint.

gentle salmon
#

nothing

wicked parrotBOT
#
Here's a hint: KOBE!!
gentle salmon
#

3 points

wicked parrotBOT
#
Here's a hint: 1+1 = ?!
gentle salmon
#

2

#

2 poitns

#

2 points

wicked parrotBOT
#

Well done @gentle salmon for getting it right!

The answer is: 2 points!
gentle salmon
#

yay

#

.riddle

wicked parrotBOT
#
Why was the little girl sad after the race?

You have 10 seconds before the first hint.

#
Here's a hint: 2nd place?!
#
Here's a hint: Who beat her?!
gentle salmon
#

9 year old

#

idk

wicked parrotBOT
#

Nobody got it right...

The answer is: Because an egg beater!
gentle salmon
#

.riddle

wicked parrotBOT
#
What does the easter bunny get for making a basket?

You have 10 seconds before the first hint.

gentle salmon
#

2 points

wicked parrotBOT
#
Here's a hint: KOBE!!
#
Here's a hint: 1+1 = ?!
#

Well done @gentle salmon for getting it right!

The answer is: 2 points!
gentle salmon
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

muted axle
#

.mosaic 24

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 25 squares.

muted axle
#

.mosaic 256

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 256 squares.

muted axle
#

.mosaic 256

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 256 squares.

muted axle
#

.help

wicked parrotBOT
#
Command Help

AvatarModify
.spookyavatar
Spookify an user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

muted axle
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
muted axle
#

.help

ember phoenix
#

.adventofcode

wicked parrotBOT
#
Command Help

.adventofcode
Can also use: aoc

All of the Advent of Code commands.

Subcommands:
about
Learn about Advent of Code
countdown
Return time left until next day
join
Learn how to join the leaderboard (via DM)
stats
Get daily statistics for the Python Discord leaderboard
subscribe
Notifications for new days

ember phoenix
#

.python quiz

#

.quiz python

wicked parrotBOT
#
A quiz game is starting!

This game consists of 7 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

What dunder method is used by the tuple constructor to optimize converting an iterator to a tuple (answer should be enclosed in backticks!)?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **``__length_hint__``**

Let's move to the next question.
Remaining questions: 6

#

No one has made it onto the leaderboard yet.

#
Question #2

What decorator is used to allow a protocol to be checked at runtime?

ember phoenix
#

.skip

wicked parrotBOT
#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`runtime_checkable, typing.runtime_checkable`**

Let's move to the next question.
Remaining questions: 5

#

No one has made it onto the leaderboard yet.

#
Question #3

Which file contains all special site builtins, such as help or credits?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`_sitebuiltins`**

Let's move to the next question.
Remaining questions: 4

#

No one has made it onto the leaderboard yet.

#
Question #4

What name does a lambda function have?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`<lambda>`**

Let's move to the next question.
Remaining questions: 3

#

No one has made it onto the leaderboard yet.

#
Question #5

Which attribute is the documentation string of a function/method/class stored in (answer should be enclosed in backticks!)?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **``__doc__``**

Let's move to the next question.
Remaining questions: 2

#

No one has made it onto the leaderboard yet.

#
Question #6

Which standard library module is designed for making simple parsers for languages like shell, as well as safe quoting of strings for use in a shell?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`shlex`**

Let's move to the next question.
Remaining questions: 1

#

No one has made it onto the leaderboard yet.

#
Question #7

Which protocol is used to pass self to methods when accessed on classes?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Descriptor`**

Remaining questions: 0

#

No one has made it onto the leaderboard yet.

#

The round has ended.

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 200
OreoFTW#1097: 100

azure wedge
#

.aoc subscribe

wicked parrotBOT
#

You can't subscribe to 2021's Advent of Code announcements yet!

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 200
OreoFTW#1097: 100

rugged pike
#

damn

#

.quiz python 10

wicked parrotBOT
#
A quiz game is starting!

This game consists of 10 questions.

**Rules: **

  1. Only enclose your answer in backticks when the question tells you to.
  2. If the question specifies an answer format, follow it or else it won't be accepted.
  3. You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
  4. No cheating and have fun!

Category: python

#
Question #1

What dunder method is used by the tuple constructor to optimize converting an iterator to a tuple (answer should be enclosed in backticks!)?

rugged pike
#

__length_hint__

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **``__length_hint__``**

Let's move to the next question.
Remaining questions: 9

#
Score Board

Aboo Minister#8971: 100

#
Question #2

What name does a lambda function have?

rugged pike
#

<lambda>

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`<lambda>`**

Let's move to the next question.
Remaining questions: 8

#
Score Board

Aboo Minister#8971: 200

#
Question #3

Can you pickle a running list_iterator (y/n)?

rugged pike
#

n

#

uy

#

y

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`y, yes`**

Let's move to the next question.
Remaining questions: 7

#
Score Board

Aboo Minister#8971: 300

#
Question #4

What is a package that doesn't have a __init__ file called?