#sir-lancebot-playground

1 messages ยท Page 194 of 1

vocal nova
#

<lambda>

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

vocal nova
#

<insites>

wicked parrotBOT
#

No one has made it onto the leaderboard yet.

#
Question #2

Is the __aiter__ method async (y/n)?

vocal nova
#

y

#

n

wicked parrotBOT
#

20s left!

#

10s left!

vocal nova
#

yn

#

n

wicked parrotBOT
#

@vocal nova got the correct answer :tada: 50 points!

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

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

#
Score Board

GennieGuy#3182: 50

vocal nova
#

y

wicked parrotBOT
#
Question #3

Which year was Python 3 released?

vocal nova
#

2009

#

2008

wicked parrotBOT
#

@vocal nova got the correct answer :tada: 100 points!

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

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

#
Score Board

GennieGuy#3182: 150

#
Question #4

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

#

20s left!

vocal nova
#

id

#

tag

wicked parrotBOT
#

10s left!

vocal nova
#

place

#

alloc

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`dict`**

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

#
Score Board

GennieGuy#3182: 150

#
Question #5

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

vocal nova
#

Y

wicked parrotBOT
#

@vocal nova 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: 15

#
Score Board

GennieGuy#3182: 250

vocal nova
#

u

wicked parrotBOT
#
Question #6

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

#

20s left!

vocal nova
#

sitemodules

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 250

#
Question #7

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

#

20s left!

vocal nova
#

index

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **`set`**

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

#
Score Board

GennieGuy#3182: 250

#
Question #8

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

vocal nova
#

@

wicked parrotBOT
#

@vocal nova got the correct answer :tada: 100 points!

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

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

#
Score Board

GennieGuy#3182: 350

#
Question #9

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

vocal nova
#

u

#

y

#

n

wicked parrotBOT
#

@vocal nova 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: 11

#
Score Board

GennieGuy#3182: 450

#
Question #10

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

vocal nova
#

antigravity

wicked parrotBOT
#

@vocal nova got the correct answer :tada: 100 points!

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

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

#
Score Board

GennieGuy#3182: 550

#
Question #11

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

vocal nova
#

equals

wicked parrotBOT
#

20s left!

vocal nova
#

assign

#

is not

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **`assignment-expression operator`**

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

#
Score Board

GennieGuy#3182: 550

#
Question #12

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

#

20s left!

vocal nova
#

public

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 550

#
Question #13

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

vocal nova
#

Decorator

#

stunt

wicked parrotBOT
#

20s left!

#

10s left!

#

Better luck next time...

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

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

#
Score Board

GennieGuy#3182: 550

#
Question #14

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

#

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: 6

#
Score Board

GennieGuy#3182: 550

#
Question #15

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

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`y, yes`**

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

#
Score Board

GennieGuy#3182: 550

#
Question #16

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: 4

#
Score Board

GennieGuy#3182: 550
CookieTheCat#1756: 100

#
Question #17

How is infinity represented in Python?

#

20s left!

prime mirage
#

float("inf")

wicked parrotBOT
#

@prime mirage 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: 3

#
Score Board

GennieGuy#3182: 550
CookieTheCat#1756: 175

#
Question #18

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

prime mirage
#

StopIteration

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: 2

#
Score Board

GennieGuy#3182: 550
CookieTheCat#1756: 275

#
Question #19

What attribute of a closure contains the value closed over?

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#
Score Board

GennieGuy#3182: 550
CookieTheCat#1756: 275

#
Question #20

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

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`IndexError`**

Remaining questions: 0

#
Score Board

GennieGuy#3182: 550
CookieTheCat#1756: 275

#

The round has ended.

#

Congratulations @vocal nova :tada: You have won this quiz game with a grand total of 550 points!

tardy wagon
#

.ms start

wicked parrotBOT
#

@tardy wagon is playing Minesweeper.

#

Here's their 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: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question:
:two: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :bomb: :grey_question: :bomb: :grey_question: :bomb: :bomb: :grey_question: :bomb: :bomb: :grey_question:
:four: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:five: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :bomb: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :bomb: :x: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:keycap_ten: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:

tardy wagon
#

.ms A5

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.

#

:fire: @tardy wagon just lost Minesweeper! :fire:

main scarab
#

.ms

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.

main scarab
#

.ms start

wicked parrotBOT
#

@main scarab is playing Minesweeper.

#

Here's their 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: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:five: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:

main scarab
#

.ms a1

#

.ms A1

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 8300
Aboo Minister#8971: 6725
TheRick#5496: 3075
hahastinkypoop#8591: 1175
Avangunite#6108: 1100
GennieGuy#3182: 550
Srijandev#1715: 250
The Living Tribunal#0101: 225
05-1#3073: 175
vinam#1984: 100

tough ingot
#

.ms

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.

tough ingot
#

ms

#

.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.

tough ingot
#

start [bomb_chance=0.2]

#

end

#

.minesweeper

#

ms start

#

ms .start

#

.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.

tough ingot
#

ms.start

#

.ms start

wicked parrotBOT
#

@tough ingot is playing Minesweeper.

#

Here's their 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: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:five: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:

fluid cloak
#

.ms start

wicked parrotBOT
#

@fluid cloak is playing Minesweeper.

#

Here's their 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: :x: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question:
:five: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb:
:six: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb:
:eight: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb:

fluid cloak
#

.ms reveal a1

wicked parrotBOT
#
Certainly not.

You are not authorized to use this command.

#

:fire: @fluid cloak just lost Minesweeper! :fire:

prime mirage
#

.help ms

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.

stark rivet
#

.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.
.spookyavatar [member]
Spookify an user's avatar.

stark rivet
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

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

stark rivet
#

.mosaic squares=16384

wicked parrotBOT
#
Are you trying to kill me?

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

Usage:.avatar_modify mosaic [squares=16]

stark rivet
#

.mosaic 16384

wicked parrotBOT
#
That was a mistake.

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

Usage:.avatar_modify mosaic [squares=16]

stark rivet
#

.mosaic 10000

wicked parrotBOT
#
Testing the limits I see...

What a masterpiece. :star:

stark rivet
#

n o i s e

#

.help 2

wicked parrotBOT
#
Query "2" not found.
stark rivet
#

.help

#

.ms start

wicked parrotBOT
#

@stark rivet is playing Minesweeper.

#

Here's their 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: :stop_button: :stop_button: :one: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :bomb: :one:
:two: :stop_button: :stop_button: :one: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :one: :one: :two: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question:
:five: :grey_question: :bomb: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:six: :grey_question: :bomb: :grey_question: :bomb: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :bomb:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question:
:keycap_ten: :x: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:

#

:fire: @stark rivet just lost Minesweeper! :fire:

stark rivet
#

.help ms

#

hmm

#

.ms start 0

wicked parrotBOT
#

@stark rivet is playing Minesweeper.

#

Here's their 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: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:two: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:three: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:four: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:five: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:six: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:seven: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:eight: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:nine: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:keycap_ten: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:

#

:tada: @stark rivet just won Minesweeper! :tada:

stark rivet
#

lmao

#

.ms start 0.01

wicked parrotBOT
#

@stark rivet is playing Minesweeper.

#

Here's their 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: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:two: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:three: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:four: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:five: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:six: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:seven: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:eight: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:nine: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:keycap_ten: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:

#

:tada: @stark rivet just won Minesweeper! :tada:

stark rivet
#

.ms start 0.1

wicked parrotBOT
#

@stark rivet is playing Minesweeper.

#

Here's their 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: :one: :grey_question: :grey_question: :grey_question: :one: :stop_button: :one: :two: :two: :one:
:two: :bomb: :grey_question: :grey_question: :bomb: :two: :one: :two: :bomb: :bomb: :one:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :one: :two: :bomb: :three: :one:
:four: :grey_question: :grey_question: :grey_question: :two: :one: :one: :one: :one: :one: :stop_button:
:five: :grey_question: :bomb: :x: :one: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:six: :one: :two: :two: :one: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:seven: :stop_button: :one: :one: :one: :stop_button: :stop_button: :stop_button: :one: :one: :one:
:eight: :stop_button: :two: :bomb: :two: :stop_button: :stop_button: :stop_button: :one: :bomb: :one:
:nine: :stop_button: :two: :bomb: :two: :stop_button: :stop_button: :stop_button: :one: :one: :one:
:keycap_ten: :stop_button: :one: :one: :one: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:

#

:fire: @stark rivet just lost Minesweeper! :fire:

stark rivet
#

darn I meant to type flag

vital urchin
#

.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.
.spookyavatar [member]
Spookify an user's avatar.

vital urchin
#

.spookyavatar mrinal_j

wicked parrotBOT
#
mrinal_j
Is this you or am I just really paranoid?
vital urchin
#

.fool

wicked parrotBOT
#

Check out this April Fools' video by razer.

https://youtu.be/IlCx5gjAmqI

Happy April Fools'!

Rise up to the challenge, elevate your game and bring entertainment to new heights with the World's First Hovermouse - Introducing Project McFly: http://rzr.to/mcfly

Tweet us or share on Facebook using #ElevateYourGame telling us how Project McFly will elevate your game.

Check out the Razer SAiSO here: https://www.youtube....

โ–ถ Play video
thorn spoke
#

.fool

wicked parrotBOT
thorn spoke
#

.fool

wicked parrotBOT
stark rivet
#

.fool

wicked parrotBOT
stark rivet
#

.fool

wicked parrotBOT
weak helm
#

!e

print("test")
rough gladeBOT
#

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

test
marble schooner
#

!e word = "bananana";
i = word.find("na");
print(i)

rough gladeBOT
#

@marble schooner :white_check_mark: Your eval job has completed with return code 0.

2
clever token
#

.fool

wicked parrotBOT
#

Check out this April Fools' video by razer.

https://youtu.be/j8UJE7DoyJ8

*** REFORMULATED FOR HUMAN CONSUMPTION - MEET RESPAWN BY RAZER: http://www.respawnbyrazer.com ***

Become the extension of the world's deadliest gaming hardware with Project Venom V2: http://rzr.to/venomv2

Formulated with Nano-mechanical bot technologies, achieve peak gaming performance and beyond. Be the machine.

Song Credit: ASCEND by Jay C...

โ–ถ Play video
clever token
#

.tt

#

.ttt

wicked parrotBOT
#

It's time for the game! Let's begin.

#

x_square 2๏ธโƒฃ o_square
o_square o_square 6๏ธโƒฃ
x_square x_square x_square

marble schooner
#

!e word="hello";print(sum(letter.lower() not in 'aeiou' for letter in word))

rough gladeBOT
#

@marble schooner :white_check_mark: Your eval job has completed with return code 0.

2
wicked parrotBOT
#

:tada: @clever token won this game! :tada:

marble schooner
#

!e word="hello";print(sum(letter.lower() not in 'aeiou' for letter in word))

rough gladeBOT
#

@marble schooner :white_check_mark: Your eval job has completed with return code 0.

3
marble schooner
#

!e print(sum((True, False)))

rough gladeBOT
#

@marble schooner :white_check_mark: Your eval job has completed with return code 0.

1
marble schooner
#

Oh wow

#

Oh wait

#

Aah

mild grotto
#

.ms start

wicked parrotBOT
#

@mild grotto is playing Minesweeper.

#

Here's their 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: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :x: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :bomb: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:five: :bomb: :grey_question: :grey_question: :two: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:six: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :one:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :bomb:
:nine: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :bomb: :grey_question:
:keycap_ten: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:

#

:fire: @mild grotto just lost Minesweeper! :fire:

mild grotto
#

FFFFFFFFFFFFFFFFFFFF

#

.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.
.spookyavatar
Spookify an user's avatar.

mild grotto
#

.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.
spookyavatar
Spookify an user's avatar.

mild grotto
#

.pfpmod

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.
spookyavatar
Spookify an user's avatar.

mild grotto
#

.mosain

#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

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

mild grotto
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
mild grotto
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
mild grotto
#

cool

#

YOIN

#

YOINK*

#

your image is now my property

main scarab
#

.help

wicked parrotBOT
#
Command Help

TimedCommands
.timed <command>
Time the command execution of a command.

Traditions
.easter_tradition
Responds with a random tradition or custom.

TriviaQuiz
.quiz <category> <questions>
Start a quiz!

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

main scarab
#

.ping

wicked parrotBOT
#
:ping_pong: Pong!

Gateway Latency: 115ms

main scarab
#

.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.
.spookyavatar
Spookify an user's avatar.

main scarab
#

.bm

wicked parrotBOT
#
You have to stop.

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

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

weak helm
#

!e

import glob
print(glob.glob("../usr/local/*"))
rough gladeBOT
#

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

['../usr/local/bin', '../usr/local/lib']
weak helm
#

!e

import glob
print(glob.glob("../*/*/*"))
rough gladeBOT
#

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

['../usr/local/bin', '../usr/local/lib', '../usr/lib/dpkg', '../usr/lib/gcc', '../usr/lib/os-release', '../usr/lib/x86_64-linux-gnu', '../usr/lib/apt', '../usr/lib/tmpfiles.d', '../usr/lib/locale', '../usr/lib/mime', '../usr/lib/compat-ld', '../usr/lib/bfd-plugins', '../usr/lib/gold-ld', '../usr/lib/ssl', '../snekbox/config/gunicorn.conf.py', '../snekbox/config/snekbox.cfg', '../snekbox/config/__pycache__', '../snekbox/snekbox/config.py', '../snekbox/snekbox/__main__.py', '../snekbox/snekbox/__init__.py', '../snekbox/snekbox/nsjail.py', '../snekbox/snekbox/api', '../snekbox/snekbox/__pycache__', '../snekbox/user_base/bin', '../snekbox/user_base/share', '../snekbox/user_base/lib', '../snekbox/tests/test_nsjail.py', '../snekbox/tests/__init__.py', '../snekbox/tests/api', '../lib/terminfo/w', '../lib/terminfo/l', '../lib/terminfo/p', '../lib/terminfo/h', '../lib/terminfo/d', '../lib/terminfo/E', '../lib/terminfo/c', '../lib/terminfo/s', '../lib/terminfo/m', '../lib/terminfo/r', '../lib/te
... (truncated - too long)

Full output: https://paste.pythondiscord.com/tuwemolusu.txt?noredirect

prime mirage
#

.wa wolfram alpha api

wicked parrotBOT
slow eagle
#

.love @coarse canopy @slow eagle

wicked parrotBOT
#
๐Ÿ’œ You two seem like casual friends ๐Ÿ’œ

Gab-Chan#3333 โค ะฝฯ…ฮทั‚ั”ั#2809 scored 28%!
โ€‹

A letter from Dr. Love:

The chance of this relationship working is not very high. You both need to put time and effort into this relationship, if you want it to work out well for both of you. Talk with each other about everything and don't lock yourself up. Spend time together. This will improve the chances of this relationship's survival by a lot.

slow eagle
#

hmm ayy

coarse canopy
#

.love @slow eagle @coarse canopy

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

ะฝฯ…ฮทั‚ั”ั#2809 โค Gab-Chan#3333 scored 55%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

slow eagle
#

.love @main scarab @severe harness

wicked parrotBOT
#
๐Ÿ’™ A small acquaintance ๐Ÿ’™

textbook#7623 โค snowyx#9999 scored 13%!
โ€‹

A letter from Dr. Love:

There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.

slow eagle
#

oh

coarse canopy
#

.love @main scarab @slow eagle

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

textbook#7623 โค ะฝฯ…ฮทั‚ั”ั#2809 scored 56%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

slow eagle
#

.love @severe harness @main scarab

wicked parrotBOT
#
โค So when will you two go on a date? โค

snowyx#9999 โค textbook#7623 scored 66%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

slow eagle
#

dang

#

u both

coarse canopy
#

.love @lean sleet @slow eagle

wicked parrotBOT
#
โค So when will you two go on a date? โค

kylee#1175 โค ะฝฯ…ฮทั‚ั”ั#2809 scored 66%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

slow eagle
#

wtf dude

coarse canopy
#

Why doesn't it go over 80 bruh

main scarab
#

lmaooo

coarse canopy
#

.love @slow eagle @coarse canopy

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

ะฝฯ…ฮทั‚ั”ั#2809 โค Gab-Chan#3333 scored 55%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

coarse canopy
main scarab
#

.love @main scarab @wicked parrot

wicked parrotBOT
#
๐Ÿ’• Aww look you two fit so well together ๐Ÿ’•

textbook#7623 โค Sir Lancebot#9543 scored 86%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.

main scarab
#

lovely

slow eagle
#

lmfao

coarse canopy
#

Lol

main scarab
#

imma go talk to sir lancelot

lean sleet
coarse canopy
#

.love @lean sleet @coarse canopy

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

kylee#1175 โค Gab-Chan#3333 scored 57%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

coarse canopy
#

.love @wicked parrot @wicked parrot

wicked parrotBOT
#
โค So when will you two go on a date? โค

Sir Lancebot#9543 โค Sir Lancebot#9543 scored 77%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

lean sleet
#

.love @coarse canopy @lean sleet

wicked parrotBOT
#
๐Ÿ’” There's no real connection between you two ๐Ÿ’”

Gab-Chan#3333 โค kylee#1175 scored 2%!
โ€‹

A letter from Dr. Love:

The chance of this relationship working out is really low. You can get it to work, but with high costs and no guarantee of working out. Do not sit back, spend as much time together as possible, talk a lot with each other to increase the chances of this relationship's survival.

lean sleet
#

lol

coarse canopy
#

Bruh

slow eagle
#

lmao

main scarab
#

lmaooo

slow eagle
#

would be fun if a couple scores 69%

coarse canopy
#

.love @slow eagle @main scarab

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

ะฝฯ…ฮทั‚ั”ั#2809 โค textbook#7623 scored 58%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

lean sleet
#

anyone have scored 100% yet?

coarse canopy
#

Well

main scarab
#

nice

coarse canopy
#

.love @rough glade @rough glade

wicked parrotBOT
#
๐Ÿ’™ A small acquaintance ๐Ÿ’™

Python#4329 โค Python#4329 scored 8%!
โ€‹

A letter from Dr. Love:

There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.

slow eagle
#

lmao

coarse canopy
main scarab
slow eagle
#

.love @plucky tide @main scarab

wicked parrotBOT
#
๐Ÿ’™ A small acquaintance ๐Ÿ’™

Delta#3949 โค textbook#7623 scored 8%!
โ€‹

A letter from Dr. Love:

There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.

slow eagle
#

oh

#

sed

main scarab
#

nice

slow eagle
#

.love @lean sleet @main scarab

wicked parrotBOT
#
๐Ÿ’œ You two seem like casual friends ๐Ÿ’œ

kylee#1175 โค textbook#7623 scored 22%!
โ€‹

A letter from Dr. Love:

The chance of this relationship working is not very high. You both need to put time and effort into this relationship, if you want it to work out well for both of you. Talk with each other about everything and don't lock yourself up. Spend time together. This will improve the chances of this relationship's survival by a lot.

main scarab
#

nicer

lean sleet
#

.love 297045071457681409 @wicked parrot

wicked parrotBOT
#
๐Ÿ’– Love is in the air ๐Ÿ’–

vcokltfre#6868 โค Sir Lancebot#9543 scored 98%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out perfect. This doesn't mean thought that you don't need to put effort into it. Talk to each other, spend time together, and you two won't have a hard time.

lean sleet
#

.love @wicked parrot 297045071457681409

main scarab
#

wha

wicked parrotBOT
#
๐Ÿ’– Planned your future yet? ๐Ÿ’–

Sir Lancebot#9543 โค vcokltfre#6868 scored 100%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out perfect. This doesn't mean thought that you don't need to put effort into it. Talk to each other, spend time together, and you two won't have a hard time.

lean sleet
#

100%

coarse canopy
#

Bruh

main scarab
#

this is rigged af

coarse canopy
#

It's rigged

main scarab
#

yeh

plucky tide
#

8% lol

main scarab
#

ye

coarse canopy
#

.love @main scarab @main scarab

wicked parrotBOT
#
๐Ÿ’• Aww look you two fit so well together ๐Ÿ’•

textbook#7623 โค textbook#7623 scored 94%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.

coarse canopy
main scarab
#

very nice

lean sleet
#

!source love

rough gladeBOT
#
Bad argument

Unable to convert 'love' to valid command, tag, or Cog.

#
Command Help

!source [source_item]
Can also use: src

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

lean sleet
#

.source love

wicked parrotBOT
#
Command: love

Tells you how much the two love each other.

Source Code
main scarab
#

wow

coarse canopy
#

.love @coarse canopy @coarse canopy

wicked parrotBOT
#
โค So when will you two go on a date? โค

Gab-Chan#3333 โค Gab-Chan#3333 scored 72%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

slow eagle
#

lmfao

#

.love @slow eagle @slow eagle

wicked parrotBOT
#
๐Ÿ’• Aww look you two fit so well together ๐Ÿ’•

ะฝฯ…ฮทั‚ั”ั#2809 โค ะฝฯ…ฮทั‚ั”ั#2809 scored 89%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.

slow eagle
#

ayyyyyy

#

lack of time spent together. = lack of me time = truth

lean sleet
#

.love @lean sleet @lean sleet

wicked parrotBOT
#
๐Ÿ’— You seem like you are good friends ๐Ÿ’—

kylee#1175 โค kylee#1175 scored 42%!
โ€‹

A letter from Dr. Love:

The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.

coarse canopy
#

Gonna implement that formula in exam Sus_note

#

.love @slow eagle @severe harness

wicked parrotBOT
#
๐Ÿ’— You seem like you are good friends ๐Ÿ’—

ะฝฯ…ฮทั‚ั”ั#2809 โค snowyx#9999 scored 38%!
โ€‹

A letter from Dr. Love:

The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.

coarse canopy
#

Meh

slow eagle
#

lmao

coarse canopy
slow eagle
#

ayyy cool

severe harness
#

soooo manyy pongsss

slow eagle
#

Especially @coarse canopy

severe harness
#

no

coarse canopy
#

Who pong me potatopopcorn

slow eagle
#

Me

#

Any problem?

coarse canopy
#

No sir potatoplsaccept

slow eagle
#

Lmao

#

.love @coarse canopy @severe harness

wicked parrotBOT
#
โค So when will you two go on a date? โค

Gab-Chan#3333 โค snowyx#9999 scored 67%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

slow eagle
#

Dang u both

#

.love @coarse canopy @coarse canopy @coarse canopy

wicked parrotBOT
#
โค So when will you two go on a date? โค

Gab-Chan#3333 โค Gab-Chan#3333 scored 72%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

slow eagle
#

Oh, thrice ๐Ÿคฃ๐Ÿคฃ

coarse canopy
#

.love @slow eagle @plucky tide

wicked parrotBOT
#
๐Ÿ’™ A small acquaintance ๐Ÿ’™

ะฝฯ…ฮทั‚ั”ั#2809 โค Delta#3949 scored 11%!
โ€‹

A letter from Dr. Love:

There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.

slow eagle
#

๐Ÿ˜‚๐Ÿคฃ

plucky tide
#

Lol

coarse canopy
#

Pepe_Look Wait it went low

slow eagle
#

๐Ÿ˜‚๐Ÿคฃ

coarse canopy
#

.love @slow eagle @main scarab

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

ะฝฯ…ฮทั‚ั”ั#2809 โค textbook#7623 scored 58%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

slow eagle
#

Hmm, wiasippin

main scarab
#

hmm, bruh

slow eagle
#

.love @coarse canopy @main scarab

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

Gab-Chan#3333 โค textbook#7623 scored 57%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

slow eagle
main scarab
coarse canopy
#

Less by 1

slow eagle
#

Lmao

#

.love @coarse canopy @plucky tide

wicked parrotBOT
#
โค So when will you two go on a date? โค

Gab-Chan#3333 โค Delta#3949 scored 79%!
โ€‹

A letter from Dr. Love:

Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

slow eagle
#

Dang

#

๐Ÿ˜‚๐Ÿคฃ

coarse canopy
slow eagle
coarse canopy
#

.love @slow eagle @coarse canopy

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

ะฝฯ…ฮทั‚ั”ั#2809 โค Gab-Chan#3333 scored 55%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

main scarab
#

very gud

coarse canopy
#

Breh

main scarab
#

now.. kiss

coarse canopy
#

.love @coarse canopy @wicked parrot

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

Gab-Chan#3333 โค Sir Lancebot#9543 scored 47%!
โ€‹

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

slow eagle
#

๐Ÿ˜‚๐Ÿคฃwtf

coarse canopy
slow eagle
#

textbook

main scarab
coarse canopy
#

I'm good

slow eagle
#

๐Ÿ˜‚๐Ÿคฃ

main scarab
coarse canopy
#

No homo

main scarab
#

not gae

slow eagle
#

Well, u also scored too much decent with Delta

#

๐Ÿ˜ถ

coarse canopy
#

Well Pepe_Look

slow eagle
#

I wish yr nitro goes out soon @main scarab

#

Same with arcee

plucky tide
slow eagle
#

Waiting for those 3 months to be finished SadCatCrying

slow eagle
main scarab
plucky tide
#

Lol

slow eagle
#

Lmao

coarse canopy
slow eagle
main scarab
#

i wish the french never had a revolution

slow eagle
#

European Nationalism?

main scarab
#

yes

slow eagle
#

Lmfaooo

#

Best of Luck :)

main scarab
#

ye

#

since 9th the french dont leave me alone

coarse canopy
#

Oh I can't attach img here .

slow eagle
#

I never studies Social Science lmao

slow eagle
main scarab
slow eagle
#

Ouch, my head

main scarab
#

my marks in social were always decent, sometimes even high

coarse canopy
slow eagle
#

๐Ÿ˜ญI banged it in a corner of my bed side drawer

main scarab
#

very gud do it again

slow eagle
#

Well, I already had a mark there, from my childhood

main scarab
#

more gud

slow eagle
#

ยฏ_(ใƒ„)_/ยฏ I guess another doesn't hurt. Just my forehead would get filled with marks

main scarab
#

very very gud

slow eagle
#

Well I had stitches there, so yes. The mark is still there and it feels.... weird

slow eagle
#

What if I say, I don't need a girl rn? (Ofc exceptions are there, but ยฏ_(ใƒ„)_/ยฏ)

coarse canopy
#

"exceptions" ahem yes

slow eagle
#

Let's go there

main scarab
#

bet

coarse canopy
#

Oh yeah this ain't ot channel my bad ๐Ÿ’€

prime mirage
#

.github user thecoderkitty

wicked parrotBOT
vital urchin
#

.help

wicked parrotBOT
#
Command Help

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.

WonderTwins
.formof
Command to send a Wonder Twins inspired phrase to the user invoking the command.

XKCD
.xkcd <comic>
Getting an xkcd comic's information along with the image.

vital urchin
#

.xkcd

wicked parrotBOT
#

'Why are you standing in the yard wearing a papal hat and a robe covered in seeds?' 'Well, the Pope is visiting our town next month ...'

vital urchin
#

.xkcd

wicked parrotBOT
#

Once they selected the other proposal, we could have kept shopping ours around, but we would had to modify it include an aqueduct over their canal, which would be totally unreasonable.

wicked parrotBOT
#
Command Help

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.

WonderTwins
.formof
Command to send a Wonder Twins inspired phrase to the user invoking the command.

XKCD
.xkcd <comic>
Getting an xkcd comic's information along with the image.

weak helm
#

!or

rough gladeBOT
#

When checking if something is equal to one thing or another, you might think that this is possible:

if favorite_fruit == 'grapefruit' or 'lemon':
    print("That's a weird favorite fruit to have.")

While this makes sense in English, it may not behave the way you would expect. In Python, you should have complete instructions on both sides of the logical operator.

So, if you want to check if something is equal to one thing or another, there are two common ways:

# Like this...
if favorite_fruit == 'grapefruit' or favorite_fruit == 'lemon':
    print("That's a weird favorite fruit to have.")

# ...or like this.
if favorite_fruit in ('grapefruit', 'lemon'):
    print("That's a weird favorite fruit to have.")
lean sleet
#

.help

wicked parrotBOT
#
Command Help

TimedCommands
.timed <command>
Time the command execution of a command.

Traditions
.easter_tradition
Responds with a random tradition or custom.

TriviaQuiz
.quiz <category> <questions>
Start a quiz!

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

lean sleet
#

.quiz

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: math

lean sleet
#

.help quiz

wicked parrotBOT
#
Command Help

.quiz <category> <questions>
Can also use: trivia

*Start a quiz!

Questions for the quiz can be selected from the following categories:

  • 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!

(More to come!)*

Subcommands:
leaderboard
View everyone's score for this bot session.
stop
Stop a quiz game if its running in the channel.

#
Question #1

How many vertices are on a tridecagonal prism?

#

20s left!

lean sleet
#

I....

wicked parrotBOT
#

10s left!

lean sleet
#

Im dumb

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`26`**

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

#

No one has made it onto the leaderboard yet.

#
Question #2

Find the square root of -16.

lean sleet
#

4

#

-4

wicked parrotBOT
#

20s left!

lean sleet
#

wait what

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answer is **`4i`**

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

#

No one has made it onto the leaderboard yet.

#
Question #3

What's the following formula that finds the area of a triangle called?

#

20s left!

#

10s left!

lean sleet
#

I know 1/2 * base * height uh

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`Heron's formula, Heron`**

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

#

No one has made it onto the leaderboard yet.

#
Question #4

In statistics, what does this formula represent?

lean sleet
#

i quit

wicked parrotBOT
#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answers are **`sample standard deviation, standard deviation of a sample`**

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

#

No one has made it onto the leaderboard yet.

#
Question #5

What's 445 + 276 mod 18 congruent to?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`1`**

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

#

No one has made it onto the leaderboard yet.

#
Question #6

In probability, the ______ _____ of an experiment or random trial is the set of all possible outcomes of it.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`sample space`**

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

#

No one has made it onto the leaderboard yet.

#
Question #7

What is the highest power of a biquadratic polynomial?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`4, four`**

Remaining questions: 0

#

No one has made it onto the leaderboard yet.

#

The round has ended.

lean sleet
#

.help

wicked parrotBOT
#
Command Help

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.

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.

lean sleet
#

.bunnifyme

wicked parrotBOT
#

Kylee | FloofBounce

lean sleet
#

.catify

wicked parrotBOT
#

Your catified nickname is: Kylee | แ˜ฃแ˜แ—ข | แ˜ฃแ˜แ—ข

lean sleet
#

.catify

wicked parrotBOT
#

Your catified nickname is: Kylee | แ˜ฃแ˜แ—ข | แ˜ฃแ˜แ—ข | แ“•แ˜แ—ข

lean sleet
#

no

weak helm
#

!gethelp

hollow iron
#

.src catigy

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

Your input was invalid: Unable to convert catigy to valid command or Cog.

Usage:.source [source_item]

hollow iron
#

.src catify

wicked parrotBOT
#
Command: catify

Convert the provided text into a cat themed sentence by interspercing cats throughout text.

Source Code
supple copper
#

.quiz

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: retro

#
Question #1

What year was Tetris released?

supple copper
#

1874

wicked parrotBOT
#

**Hint #1
**It was released before the 90's.

supple copper
#

1974

wicked parrotBOT
#

**Hint #2
**It was released after 1980.

#

Better luck next time...

#
The correct answer is **`1984`**

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

#

No one has made it onto the leaderboard yet.

#
Question #2

What is the best selling game on the Nintendo GameCube?

supple copper
#

super Mario

wicked parrotBOT
#

**Hint #1
**It is not a mainline Mario Game, although the plumber is present.

#

**Hint #2
**It is not a mainline Zelda Game, although Link is present.

#

No one answered correctly!

#
The correct answer is **`Super Smash Bros`**

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

#

No one has made it onto the leaderboard yet.

#
Question #3

What was Mario's original occupation?

supple copper
#

Plumber

wicked parrotBOT
#

**Hint #1
**The occupation was in construction

supple copper
#

Builder

wicked parrotBOT
#

**Hint #2
**He appeared as this kind of worker in 1981's Donkey Kong

supple copper
#

em

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`Carpenter`**

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

#

No one has made it onto the leaderboard yet.

#
Question #4

What did Nintendo make before video games and toys?

#

**Hint #1
**They were used alternatively to playing cards.

supple copper
#

Sandwiches

wicked parrotBOT
#

**Hint #2
**They generally have handdrawn nature images on them.

supple copper
#

Hats

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`Hanafuda, Hanafuda cards`**

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

#

No one has made it onto the leaderboard yet.

#
Question #5

Who was Nintendo's biggest competitor in 1990?

supple copper
#

Terri's

wicked parrotBOT
#

**Hint #1
**Before being Nintendo's main competitor in home gaming, they were successful in arcades.

supple copper
#

Tetris

#

wii

wicked parrotBOT
#

**Hint #2
**Their first console was called the Master System.

supple copper
#

WII

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`Sega`**

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

#

No one has made it onto the leaderboard yet.

#
Question #6

What is Yoshi's (from Mario Bros.) full name?

supple copper
#

Idk

wicked parrotBOT
#

**Hint #1
**It was revealed in the Nintendo Character Guide in 1993.

#

**Hint #2
**His last name has to do with eating Mario's enemies.

supple copper
#

.help

wicked parrotBOT
#
Command Help

TimedCommands
.timed <command>
Time the command execution of a command.

Traditions
.easter_tradition
Responds with a random tradition or custom.

TriviaQuiz
.quiz <category> <questions>
Start a quiz!

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

#

Better luck next time...

#
The correct answer is **`Yoshisaur Munchakoopas`**

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

#

No one has made it onto the leaderboard yet.

#
Question #7

What was the first game Yoshi appeared in?

supple copper
#

super smash bros

wicked parrotBOT
#

**Hint #1
**The game was released in 1990.

#

**Hint #2
**It was released on the SNES.

#

No one answered correctly!

#
The correct answer is **`Super Mario World`**

Remaining questions: 0

#

No one has made it onto the leaderboard yet.

#

The round has ended.

supple copper
#

..quiz

#

.quiz

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: math

#
Question #1

What is the formula for surface area of a sphere?

supple copper
#

spheres idk

wicked parrotBOT
#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`4pir^2, 4ฯ€r^2`**

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

supple copper
#

A

=

4

ฯ€

r

2

wicked parrotBOT
#

No one has made it onto the leaderboard yet.

#
Question #2

What is the only number in the entire number system which can be spelled with the same number of letters as itself?

#

20s left!

supple copper
#

4

wicked parrotBOT
#

@supple copper got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`4, four`**

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

#
Score Board

Dom Torreto#0001: 75

#
Question #3

In statistics, what does this formula represent?

#

20s left!

#

10s left!

supple copper
#

-_-

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`sample standard deviation, standard deviation of a sample`**

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

#
Score Board

Dom Torreto#0001: 75

#
Question #4

"Hexakosioihexekontahexaphobia" is the fear of which number?

supple copper
#

10

wicked parrotBOT
#

20s left!

supple copper
#

100

#

1000

#

1000000

wicked parrotBOT
#

10s left!

supple copper
#

10000000000000000

#

1000000

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`666`**

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

#
Score Board

Dom Torreto#0001: 75

#
Question #5

BASE TWO QUESTION: Calculate 10100 + 1011

#

20s left!

#

10s left!

supple copper
#

11111

wicked parrotBOT
#

@supple copper got the correct answer :tada: 50 points!

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

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

#
Score Board

Dom Torreto#0001: 125

#
Question #6

1/100th of a second is also termed as what?

#

20s left!

supple copper
#

0.01

#

What do u mean

wicked parrotBOT
#

10s left!

supple copper
#

1 over 100

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`a jiffy, jiffy, centisecond`**

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

#
Score Board

Dom Torreto#0001: 125

#
Question #7

As the Fibonacci sequence extends to infinity, what's the ratio of each number n and its preceding number n-1 approaching?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Golden Ratio`**

Remaining questions: 0

#
Score Board

Dom Torreto#0001: 125

#

The round has ended.

#

Congratulations @supple copper :tada: You have won this quiz game with a grand total of 125 points!

supple copper
#

.quiz

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: retro

supple copper
#

No

wicked parrotBOT
#
Question #1

What is the best selling game on the Nintendo GameCube?

supple copper
#

Super smash bros

wicked parrotBOT
#

@supple copper got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Super Smash Bros`**

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

#
Score Board

Dom Torreto#0001: 100

#
Question #2

What did Nintendo make before video games and toys?

supple copper
#

playing cards

wicked parrotBOT
#

**Hint #1
**They were used alternatively to playing cards.

#

**Hint #2
**They generally have handdrawn nature images on them.

#

Better luck next time...

#
The correct answers are **`Hanafuda, Hanafuda cards`**

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

#
Score Board

Dom Torreto#0001: 100

#
Question #3

Who was Nintendo's biggest competitor in 1990?

supple copper
#

Sega

wicked parrotBOT
#

@supple copper got the correct answer :tada: 100 points!

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

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

#
Score Board

Dom Torreto#0001: 200

#
Question #4

What year was Tetris released?

supple copper
#

1984

wicked parrotBOT
#

@supple copper got the correct answer :tada: 100 points!

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

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

#
Score Board

Dom Torreto#0001: 300

#
Question #5

What was Mario's original occupation?

supple copper
#

carpenter

wicked parrotBOT
#

@supple copper got the correct answer :tada: 100 points!

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

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

#
Score Board

Dom Torreto#0001: 400

#
Question #6

What is Yoshi's (from Mario Bros.) full name?

supple copper
#

bro

wicked parrotBOT
#

**Hint #1
**It was revealed in the Nintendo Character Guide in 1993.

#

**Hint #2
**His last name has to do with eating Mario's enemies.

#

Better luck next time...

#
The correct answer is **`Yoshisaur Munchakoopas`**

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

#
Score Board

Dom Torreto#0001: 400

#
Question #7

What was the first game Yoshi appeared in?

supple copper
#

Super mash bros

#

Super Mario world

wicked parrotBOT
#

@supple copper got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Super Mario World`**

Remaining questions: 0

#
Score Board

Dom Torreto#0001: 500

#

The round has ended.

#

Congratulations @supple copper :tada: You have won this quiz game with a grand total of 500 points!

supple copper
#

.quiz

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

supple copper
#

Oh fuck

wicked parrotBOT
#
Question #1

How many possible public IPv6 addresses are there (answer in 2^n)?

supple copper
#

0

#

2

#

2

wicked parrotBOT
#

20s left!

supple copper
#

12

wicked parrotBOT
#

10s left!

supple copper
#

0.1

#

0

weak helm
#

!e 2^16

rough gladeBOT
#

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

[No output]
wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`2^128`**

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

#

No one has made it onto the leaderboard yet.

#
Question #2

Which newline sequence does HTTP use?

weak helm
#

Wow

supple copper
#

html

#

Em

wicked parrotBOT
#

20s left!

supple copper
#

Jdk

#

Equiiv

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answers are **`carriage return line feed, CRLF, \r\n`**

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

#

No one has made it onto the leaderboard yet.

#
Question #3

Due to what data storage medium did old programming languages, such as cobol, ignore all characters past the 72nd column?

supple copper
#

.skip

wicked parrotBOT
#

20s left!

supple copper
#

Json

weak helm
#

Punch cards

wicked parrotBOT
#

@weak helm got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`punch cards`**

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

supple copper
#

json

wicked parrotBOT
#
Score Board

brick#8855: 75

#
Question #4

A hypothetical point in time at which technological growth becomes uncontrollable and irreversible, resulting in unforeseeable changes to human civilization is termed as...?

#

20s left!

weak helm
#

late stage capitalism?

wicked parrotBOT
#

10s left!

weak helm
#

great filter

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`technological singularity, singularity`**

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

weak helm
#

the great filter

wicked parrotBOT
#
Score Board

brick#8855: 75

weak helm
#

ooh

wicked parrotBOT
#
Question #5

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

#

20s left!

supple copper
#

idk me dumb

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

#
Score Board

brick#8855: 75

#
Question #6

What is an interpreter capable of interpreting itself called?

#

20s left!

supple copper
#

duplication

weak helm
#

bootstrapping

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

#
Score Board

brick#8855: 75

#
Question #7

How many bits are in a TCP checksum header?

supple copper
#

64

#

33

#

32

wicked parrotBOT
#

20s left!

supple copper
#

16

wicked parrotBOT
#

@supple copper got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`16, sixteen`**

Remaining questions: 0

#
Score Board

brick#8855: 75
Dom Torreto#0001: 75

#

The round has ended.

#

Congratulations @weak helm @supple copper :tada: You have won this quiz game with a grand total of 75 points!

supple copper
#

.quiz

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

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

supple copper
#

Oooooh python

wicked parrotBOT
#

20s left!

weak helm
#

self

supple copper
#

Init

wicked parrotBOT
#

10s left!

weak helm
#

init

wicked parrotBOT
#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

supple copper
#

Bruh

wicked parrotBOT
#
Question #2

What name does a lambda function have?

supple copper
#

Lambda?

#

Parameters

wicked parrotBOT
#

20s left!

supple copper
#

Colon

weak helm
#

none

#

u

#

h

wicked parrotBOT
#

10s left!

supple copper
#

landing

wicked parrotBOT
#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #3

When was Python first released?

weak helm
#

no fair

#

1989

wicked parrotBOT
#

20s left!

weak helm
#

1996

supple copper
#

1991

wicked parrotBOT
#

@supple copper got the correct answer :tada: 75 points!

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

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

#
Score Board

Dom Torreto#0001: 75

weak helm
#

Nice

wicked parrotBOT
#
Question #4

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

supple copper
#

Bruh

coral falcon
#

.cat

wicked parrotBOT
#

20s left!

coral falcon
#

.help

wicked parrotBOT
#
Command Help

BunnyNameGenerator
.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!

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

#

10s left!

#

No one answered correctly!

#
The correct answer is **`IndexError`**

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

#
Score Board

Dom Torreto#0001: 75

#
Question #5

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?

weak helm
#

bash

supple copper
#

powershell

coral falcon
#

.catify

wicked parrotBOT
#

Your catified nickname is: RishTheFish | แ“•แ˜แ—ข

#

20s left!

#

10s left!

supple copper
#

Json

#

.catify

wicked parrotBOT
#

Your catified nickname is: Dom Torreto | แ“•แ˜แ—ข

#

No one answered correctly!

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

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

#
Score Board

Dom Torreto#0001: 75

#
Question #6

How is infinity represented in Python?

weak helm
#

inf

supple copper
#

inf

wicked parrotBOT
#

20s left!

weak helm
#

Thats the answer wth

supple copper
#

math.inf

#

Idfk

wicked parrotBOT
#

10s left!

supple copper
#

Infinite

wicked parrotBOT
#

No one answered correctly!

#
The correct answers are **`float("infinity"), float('infinity'), float("inf"), float('inf')`**

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

#
Score Board

Dom Torreto#0001: 75

#
Question #7

Is the __aiter__ method async (y/n)?

weak helm
#

aw come on

#

n

wicked parrotBOT
#

@weak helm got the correct answer :tada: 100 points!

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

Remaining questions: 0

#
Score Board

brick#8855: 100
Dom Torreto#0001: 75

#

The round has ended.

#

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

supple copper
#

Nice

weak helm
#

Lol

supple copper
#

.quiz

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: math

supple copper
#

Math

wicked parrotBOT
#
Question #1

As the Fibonacci sequence extends to infinity, what's the ratio of each number n and its preceding number n-1 approaching?

supple copper
#

Okay

#

0

weak helm
#

phi

supple copper
#

Pi

wicked parrotBOT
#

20s left!

weak helm
#

golden

supple copper
#

0

#

1

weak helm
#

golden ratio

wicked parrotBOT
#

@weak helm got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`Golden Ratio`**

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

#
Score Board

brick#8855: 75

weak helm
#

1.6

wicked parrotBOT
#
Question #2

When is the inaugural World Maths Day (format your answer in MM/DD)?

weak helm
#

03/14

wicked parrotBOT
#

20s left!

#

10s left!

supple copper
#

05/07

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`03/13`**

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

#
Score Board

brick#8855: 75

#
Question #3

In set builder notation, what does {p/q | q โ‰  0, p & q โˆˆ Z} represent?

weak helm
#

Wowww

wicked parrotBOT
#

20s left!

weak helm
#

p

#

q

supple copper
#

does not equal and is an element of

wicked parrotBOT
#

10s left!

weak helm
#

{}

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`Rationals, Rational Numbers`**

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

#
Score Board

brick#8855: 75

#
Question #4

What is this triangle called?

weak helm
#

What triangle

supple copper
#

I can't see image

wicked parrotBOT
#

20s left!

supple copper
#

Bruh

weak helm
#

right

#

isoceles

#

obtuse

wicked parrotBOT
#

10s left!

weak helm
#

acute

supple copper
#

scalene

weak helm
#

equilateral

supple copper
#

equilateral

wicked parrotBOT
#

No one answered correctly!

#
The correct answers are **`Pascal's triangle, Pascal`**

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

#
Score Board

brick#8855: 75

#
Question #5

In statistics, what does this formula represent?

supple copper
#

Ohhhh

#

standard deviation

wicked parrotBOT
#

20s left!

supple copper
#

Deviation

wicked parrotBOT
#

10s left!

weak helm
#

mean

wicked parrotBOT
#

No one answered correctly!

#
The correct answers are **`sample standard deviation, standard deviation of a sample`**

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

#
Score Board

brick#8855: 75

supple copper
#

BRO

wicked parrotBOT
#
Question #6

BASE TWO QUESTION: Calculate 1011 * 1001

supple copper
#

I SAJD THAF

#

1111

weak helm
#

lol thats unair

wicked parrotBOT
#

20s left!

weak helm
#

101100

supple copper
#

2011

weak helm
#

idk

wicked parrotBOT
#

10s left!

weak helm
#

It's big

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`1100011`**

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

#
Score Board

brick#8855: 75

#
Question #7

A matrix multiplied by its inverse matrix equals...

supple copper
#

En I can't do quick maths

wicked parrotBOT
#

20s left!

weak helm
#

identity matrix

wicked parrotBOT
#

@weak helm got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`the identity matrix, identity matrix`**

Remaining questions: 0

#
Score Board

brick#8855: 150

supple copper
wicked parrotBOT
#

The round has ended.

#

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

supple copper
#

Gg

#

.quiz

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

At what year did Christopher Columbus discover America?

weak helm
#

1492

wicked parrotBOT
#

@weak helm got the correct answer :tada: 100 points!

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

Information
The explorer Christopher Columbus made four trips across the Atlantic Ocean from Spain: in 1492, 1493, 1498 and 1502. He was determined to find a direct water route west from Europe to Asia, but he never did. Instead, he stumbled upon the Americas

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

#
Score Board

brick#8855: 100

#
Question #2

Where is the "International Court Of Justice" located at?

weak helm
#

france

#

Paris

#

Geneva

wicked parrotBOT
#

20s left!

weak helm
#

Switzerland

supple copper
#

americq

weak helm
#

France

supple copper
#

America

wicked parrotBOT
#

10s left!

weak helm
#

London

supple copper
#

Dublin

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`The Hague`**

Information

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

#
Score Board

brick#8855: 100

#
Question #3

What's known as the "Playground of Europe"?

supple copper
#

Italy

#

Spain

#

Portugal

wicked parrotBOT
#

20s left!

weak helm
#

Switzerland