#sir-lancebot-playground

1 messages ยท Page 191 of 1

frail nimbus
#

sir arthur conen doyle

onyx yarrow
#

sherlock holmes

wicked parrotBOT
#

@onyx yarrow got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`Sherlock Holmes`**

Information

Remaining questions: 0

#
Score Board

OreoFTW#1097: 325
Aboo Minister#8971: 100

#

The round has ended.

frail nimbus
#

OH CMON

wicked parrotBOT
#

Congratulations @onyx yarrow :tada: You have won this quiz game with a grand total of 325 points!

onyx yarrow
#

lmfao

frail nimbus
#

I PUT THE AUTHOR

onyx yarrow
#

conan sir

frail nimbus
#

๐Ÿ˜ 

frail nimbus
onyx yarrow
#

๐ŸคŒ

#

anywAYS

#

lessgo

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 22300
Aboo Minister#8971: 18150
Guilhotina#6649: 4250
StarRanger#8139: 1950
GennieGuy#3182: 1575
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Peter parker#0001: 350
Brodevil#0001: 200

lapis umbra
#

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

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 22300
Aboo Minister#8971: 18150
Guilhotina#6649: 4250
StarRanger#8139: 1950
GennieGuy#3182: 1575
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Peter parker#0001: 350
Brodevil#0001: 200

rugged pike
#

D:

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 22300
Aboo Minister#8971: 18150
Guilhotina#6649: 4250
StarRanger#8139: 1950
GennieGuy#3182: 1575
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Peter parker#0001: 350
Brodevil#0001: 200

rugged pike
#

D:

prime mirage
#

.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

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

#
Score Board

CookieTheCat#1756: 100

#
Question #2

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

#
Score Board

CookieTheCat#1756: 200

#
Question #3

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

prime mirage
#

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

#
Score Board

CookieTheCat#1756: 300

#
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?

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

#
Score Board

CookieTheCat#1756: 400

#
Question #5

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

prime mirage
#

_sitebuiltins

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 500

#
Question #6

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

#
Score Board

CookieTheCat#1756: 600

#
Question #7

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

prime mirage
#

namespace package

wicked parrotBOT
#

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

#
You got it! The correct answer is **`namespace package`**

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

#
Score Board

CookieTheCat#1756: 700

#
Question #8

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

#
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: 1

#
Score Board

CookieTheCat#1756: 900

#
Question #10

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`**

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 1000

#

The round has ended.

#

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

prime mirage
#

.quiz cs 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: cs

#
Question #1

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

#

20s left!

prime mirage
#

lamba calculus

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 75

#
Question #2

Name a universal logic gate.

prime mirage
#

nor

wicked parrotBOT
#

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

#
You got it! The correct answers are **`NAND, NOR`**

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

#
Score Board

CookieTheCat#1756: 175

#
Question #3

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

#

20s left!

prime mirage
#

25

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 250

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

prime mirage
#

singularity

wicked parrotBOT
#

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

#
You got it! The correct answers are **`technological singularity, singularity`**

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

#
Score Board

CookieTheCat#1756: 350

#
Question #5

What are the components of digital devices that make up logic gates called?

prime mirage
#

transistors

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 450

#
Question #6

Under what locale does making a string lowercase behave differently?

prime mirage
#

turkish

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 550

#
Question #7

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

prime mirage
#

pipilining

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 650

#
Question #8

Which of these languages is the oldest?
(Tcl, Smalltalk 80, Haskell, Standard ML, Java)

prime mirage
#

smalltalk 80

wicked parrotBOT
#

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

#
You got it! The correct answer is **`Smalltalk 80`**

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

#
Score Board

CookieTheCat#1756: 750

#
Question #9

What does HTML stand for?

#

20s left!

prime mirage
#

Hypertext markup language

wicked parrotBOT
#

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

#
You got it! The correct answer is **`HyperText Markup Language`**

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

#
Score Board

CookieTheCat#1756: 825

#
Question #10

What is the most popular protocol (as of 2021) that handles communication between email servers?

prime mirage
#

smpt

wicked parrotBOT
#

20s left!

prime mirage
#

smtp

wicked parrotBOT
#

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

#
You got it! The correct answers are **`SMTP, Simple Mail Transfer Protocol`**

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 900

#

The round has ended.

#

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

spring brook
#

.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

How many planets are there in the Solar system?

spring brook
#

7

#

9

wicked parrotBOT
#

20s left!

spring brook
#

8

wicked parrotBOT
#

@spring brook got the correct answer :tada: 75 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: 6

#
Score Board

Brodevil#0001: 75

#
Question #2

What year was the IBM PC model 5150 introduced into the market?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`1981`**

Information
The IBM PC was introduced into the market in 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card.

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

#
Score Board

Brodevil#0001: 75

#
Question #3

Who was the winner of FIFA 2018?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`France`**

Information
France 4 - 2 Croatia

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

#
Score Board

Brodevil#0001: 75

#
Question #4

What's the name of the largest bird?

#

20s left!

#

10s left!

spring brook
#

.ping

wicked parrotBOT
#
:ping_pong: Pong!

Gateway Latency: 109ms

#

Better luck next time...

#
The correct answer is **`Ostrich`**

Information
The largest living bird, a member of the Struthioniformes, is the ostrich (Struthio camelus), from the plains of Africa and Arabia. A large male ostrich can reach a height of 2.8 metres (9.2 feet) and weigh over 156 kilograms (344 pounds).

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

#
Score Board

Brodevil#0001: 75

#
Question #5

When did the First World War start?

#

20s left!

#

10s left!

#

Better luck next time...

#
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

Brodevil#0001: 75

#
Question #6

Who gifted the Statue Of Liberty?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`France`**

Information
The Statue of Liberty was a gift from the French people commemorating the alliance of France and the United States during the American Revolution. Yet, it represented much more to those individuals who proposed the gift.

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

#
Score Board

Brodevil#0001: 75

#
Question #7

Which is the largest tropical rain forest in the world?

#

20s left!

#

10s left!

#

No one answered correctly!

#
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

Brodevil#0001: 75

#

The round has ended.

#

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

spring brook
#

.quize

prime mirage
#

.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

How many quadrants are there in a cartesian plane?

prime mirage
#

oh ffs math

#

4

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 100

#
Question #2

Which trigonometric function is defined as hypotenuse/opposite?

prime mirage
#

sincos

#

ok idfk

wicked parrotBOT
#

20s left!

prime mirage
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

prime mirage
#

.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 decorator is used to allow a protocol to be checked at runtime?

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #2

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

#

20s left!

prime mirage
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

azure wedge
#

@wicked parrot help

#

wow

#

are we really

#

whatever lol

#

.help

prime mirage
#

.ping

wicked parrotBOT
#
:ping_pong: Pong!

Gateway Latency: 113ms

azure wedge
#

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

azure wedge
#

.oufc

#

.source 9999

wicked parrotBOT
#
Do you mind?

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

Usage:.source [source_item]

azure wedge
#

huh

#

!source 999

rough gladeBOT
#
Bad argument

Unable to convert '999' 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.

minor bridge
#

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

vocal nova
#

.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

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

#

20s left!

#

10s left!

#

No one answered correctly!

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

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

#

No one has made it onto the leaderboard yet.

#
Question #2

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

vocal nova
#

n

#

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

#
Score Board

GennieGuy#3182: 100

#
Question #3

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

#

20s left!

vocal nova
#

Sequence

wicked parrotBOT
#

10s left!

vocal nova
#

Iterable

#

Generator

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 150

#
Question #4

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

#

20s left!

vocal nova
#

asyncio.CancelledError

wicked parrotBOT
#

10s left!

vocal nova
#

StopIteration

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 200

#
Question #5

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

#

20s left!

vocal nova
#

IndexError

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 275

#
Question #6

Is the __aiter__ method async (y/n)?

vocal nova
#

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

#
Score Board

GennieGuy#3182: 375

#
Question #7

What file extension is used by the site module to determine what to do at every start?

vocal nova
#

_sitemodule

wicked parrotBOT
#

20s left!

vocal nova
#

__sitemodule

wicked parrotBOT
#

10s left!

#

Better luck next time...

#
The correct answer is **`.pth`**

Remaining questions: 0

#
Score Board

GennieGuy#3182: 375

vocal nova
#

;ptg

wicked parrotBOT
#

The round has ended.

#

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

vocal nova
#

.quiz python 100

wicked parrotBOT
#
Huh? No.

This category only has 30 questions. Please input a lower value!

vocal nova
#

.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

How is infinity represented in Python?

#

20s left!

vocal nova
#

float('inft')

wicked parrotBOT
#

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

#
Score Board

GennieGuy#3182: 75

#
Question #2

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?

minor bridge
#

string

wicked parrotBOT
#

20s left!

minor bridge
#

strings

vocal nova
#

string

#

strings

wicked parrotBOT
#

10s left!

vocal nova
#

char

minor bridge
#

shelx

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 75

vocal nova
#

xshell

wicked parrotBOT
#
Question #3

What name does a lambda function have?

minor bridge
#

lambda

wicked parrotBOT
#

20s left!

vocal nova
#

Lambda

wicked parrotBOT
#

10s left!

minor bridge
#

lambda function

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 75

#
Question #4

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

#
Score Board

GennieGuy#3182: 175

minor bridge
#

y

wicked parrotBOT
#
Question #5

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

vocal nova
#

Generator

wicked parrotBOT
#

20s left!

vocal nova
#

index

#

Index

minor bridge
#

add()

wicked parrotBOT
#

10s left!

vocal nova
#

Indexing

minor bridge
#

add ()

#

add

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`indices`**

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

#
Score Board

GennieGuy#3182: 175

vocal nova
#

indices

wicked parrotBOT
#
Question #6

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

vocal nova
#

Iterable

#

Generator

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 275

#
Question #7

When was Python first released?

vocal nova
#

1991

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 375

#
Question #8

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

minor bridge
#

throw

#

closes

vocal nova
#

close

minor bridge
#

close

wicked parrotBOT
#

20s left!

vocal nova
#

send

minor bridge
#

next

wicked parrotBOT
#

@minor bridge got the correct answer :tada: 75 points!

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

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

#
Score Board

GennieGuy#3182: 375
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 75

#
Question #9

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

#
Score Board

GennieGuy#3182: 475
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 75

#
Question #10

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

vocal nova
#

NotImplemented

wicked parrotBOT
#

20s left!

vocal nova
#

StopIteration

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 550
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 75

#
Question #11

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

#

20s left!

#

10s left!

minor bridge
#

garbage collector

vocal nova
#

Referencing

#

Indexing

wicked parrotBOT
#

Better luck next time...

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

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

#
Score Board

GennieGuy#3182: 550
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 75

#
Question #12

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

minor bridge
#

y

wicked parrotBOT
#

@minor bridge 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: 8

vocal nova
#

y

wicked parrotBOT
#
Score Board

GennieGuy#3182: 550
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #13

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

minor bridge
#

init

vocal nova
#

superclass

wicked parrotBOT
#

20s left!

vocal nova
#

sublcass

minor bridge
#

init

vocal nova
#

subclass

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 550
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #14

What attribute of a closure contains the value closed over?

#

20s left!

vocal nova
#

parameter

#

argument

wicked parrotBOT
#

10s left!

vocal nova
#

element

#

target

wicked parrotBOT
#

Better luck next time...

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

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

#
Score Board

GennieGuy#3182: 550
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #15

Which year was Python 3 released?

vocal nova
#

2009

#

2011

#

2010

minor bridge
#

2016

wicked parrotBOT
#

20s left!

minor bridge
#

2016

vocal nova
#

2012

#

2008

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 625
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #16

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!

minor bridge
#

iter

vocal nova
#

indexs

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 625
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #17

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

#

20s left!

#

10s left!

minor bridge
#

.stop

#

.help

wicked parrotBOT
#
Command Help

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.

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

#

Better luck next time...

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

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

#
Score Board

GennieGuy#3182: 625
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #18

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!

vocal nova
#

.Generator.

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 625
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
Question #19

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

#

20s left!

vocal nova
#

runtime_Last

wicked parrotBOT
#

10s left!

vocal nova
#

lastrun_time

#

@vernal agate

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

GennieGuy#3182: 625
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

#
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

vocal nova
#

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

GennieGuy#3182: 625
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175
CookieTheCat#1756: 100

#

The round has ended.

#

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

prime mirage
#

.quiz science 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: science

#
Question #1

Which cell organelle is nicknamed "the powerhouse of the cell"?

prime mirage
#

mitochondria

wicked parrotBOT
#

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

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

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

vocal nova
#

mithocondry

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 100

#
Question #2

What is the 6th planet of our Solar System?

prime mirage
#

uranus

#

saturn

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 200

#
Question #3

Who discovered the theories of relativity?

prime mirage
#

einstein

wicked parrotBOT
#

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

#
You got it! The correct answers are **`Albert Einstein, Einstein`**

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

#
Score Board

CookieTheCat#1756: 300

#
Question #4

Which law states that the current through a conductor between two points is directly proportional to the voltage across the two points?

prime mirage
#

ohms law

wicked parrotBOT
#

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

#
You got it! The correct answer is **`Ohm's law`**

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

#
Score Board

CookieTheCat#1756: 400

#
Question #5

In particle physics, the hypothetical isolated elementary particle with only one magnetic pole is termed as...

vocal nova
#

neutron

prime mirage
#

magnetic monopole

wicked parrotBOT
#

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

#
You got it! The correct answer is **`magnetic monopole`**

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

#
Score Board

CookieTheCat#1756: 500

#
Question #6

Which law states that the global entropy in a closed system can only increase?

vocal nova
#

magnetico poel

prime mirage
#

second law

wicked parrotBOT
#

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

#
You got it! The correct answers are **`second law, second law of thermodynamics`**

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

#
Score Board

CookieTheCat#1756: 600

#
Question #7

What is the name of our galaxy group in which the Milky Way resides?

prime mirage
#

local group

wicked parrotBOT
#

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

#
You got it! The correct answer is **`Local Group`**

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

#
Score Board

CookieTheCat#1756: 700

#
Question #8

What is the force that causes objects to float in fluids called?

prime mirage
#

boyancy

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 800

#
Question #9

A ____________ reaction is the one wherein an atom or a set of atoms is/are replaced by another atom or a set of atoms

prime mirage
#

displacement

wicked parrotBOT
#

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

#
You got it! The correct answers are **`displacement, exchange`**

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

#
Score Board

CookieTheCat#1756: 900

#
Question #10

The three main components of a normal atom are: protons, neutrons, and...

prime mirage
#

electrons

wicked parrotBOT
#

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

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

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 1000

vocal nova
#

electrons

wicked parrotBOT
#

The round has ended.

#

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

vocal nova
#

.quiz science 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: science

#
Question #1

What is the force that causes objects to float in fluids called?

vocal nova
#

Exchange

prime mirage
#

boyancy

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 100

#
Question #2

What is the process by which green plants and certain other organisms transform light energy into chemical energy?

vocal nova
#

.exit

#

.stop

prime mirage
#

.quiz stop

wicked parrotBOT
#

@prime mirage, you are not authorised to stop this game :ghost:!

#

20s left!

#

10s left!

vocal nova
#

photophosforilation

#

photosynthesis

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 100
GennieGuy#3182: 50

#
Question #3

How does one describe the unit joule (unit of energy & quantity of heat) in SI base units?
IMPORTANT: enclose answer in backticks, use * for multiplication, ^ for exponentiation, and place your base units in this order: m - kg - s - A

#

20s left!

#

10s left!

vocal nova
#

j*s

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **``m^2*kg*s^-2``**

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

#
Score Board

CookieTheCat#1756: 100
GennieGuy#3182: 50

#
Question #4

Which vascular tissue transports water and minerals from the roots to the rest of a plant?

#

20s left!

vocal nova
#

xilem

#

xilmea

#

xilema

#

xylem

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 125
CookieTheCat#1756: 100

#
Question #5

What is the 6th planet of our Solar System?

vocal nova
#

uranus

#

saturn

wicked parrotBOT
#

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

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

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

#
Score Board

GennieGuy#3182: 225
CookieTheCat#1756: 100

#
Question #6

How does one describe a chemical reaction wherein heat is released?

#

20s left!

#

10s left!

vocal nova
#

extrogenious

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`exothermic`**

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

#
Score Board

GennieGuy#3182: 225
CookieTheCat#1756: 100

#
Question #7

What is the process used to separate substances with different polarity in a mixture, using a stationary and mobile phase?

#

20s left!

#

10s left!

vocal nova
#

mass spectrometry

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`chromatography`**

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

#
Score Board

GennieGuy#3182: 225
CookieTheCat#1756: 100

#
Question #8

As of 2021, how many elements are there in the Periodic Table?

vocal nova
#

two

wicked parrotBOT
#

20s left!

vocal nova
#

two

wicked parrotBOT
#

10s left!

vocal nova
#

three

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`118`**

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

#
Score Board

GennieGuy#3182: 225
CookieTheCat#1756: 100

#
Question #9

Which law states that the current through a conductor between two points is directly proportional to the voltage across the two points?

#

20s left!

vocal nova
#

ohm's law

wicked parrotBOT
#

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

#
You got it! The correct answer is **`Ohm's law`**

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

#
Score Board

GennieGuy#3182: 300
CookieTheCat#1756: 100

#
Question #10

The type of rock that is formed by the accumulation or deposition of mineral or organic particles at the Earth's surface, followed by cementation, is called...

#

20s left!

vocal nova
#

deposition

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answers are **`sedimentary, sedimentary rock`**

Remaining questions: 0

#
Score Board

GennieGuy#3182: 300
CookieTheCat#1756: 100

#

The round has ended.

#

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

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

ancient iron
#

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

ancient iron
#

.avatareasterify red

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

ancient iron
#

.avatareasterify blue

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

ancient iron
#

.avatareasterify [red]

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 25500
Aboo Minister#8971: 18150
Guilhotina#6649: 4250
GennieGuy#3182: 2875
StarRanger#8139: 1950
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Peter parker#0001: 350
Brodevil#0001: 275
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

worthy hill
#

.wiki python

wicked parrotBOT
#
Wikipedia Search Results

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

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

worthy hill
#

.wiki bash

wicked parrotBOT
#
Wikipedia Search Results

Bash (Unix shell)
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released

Dana Bash
Dana Ruth Bash (nรฉe Schwartz) is an American journalist, news anchor, and chief political correspondent for CNN. Bash was born Dana Ruth Schwartz in Manhattan

worthy hill
#

.wiki bash shell

wicked parrotBOT
#
Wikipedia Search Results

Bash (Unix shell)
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released

Unix shell
Ubuntu Bourne-Again shell (bash): written as part of the GNU Project to provide a superset of Bourne Shell functionality. This shell can be found installed

mossy dawn
#

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

mossy dawn
#

.avitar_modify

#

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

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 25500
Aboo Minister#8971: 18150
Guilhotina#6649: 4250
GennieGuy#3182: 2875
StarRanger#8139: 1950
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Peter parker#0001: 350
Brodevil#0001: 275
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

rugged pike
#

.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

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

rugged pike
#

@

wicked parrotBOT
#

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

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

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

#
Score Board

Aboo Minister#8971: 100

#
Question #2

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

rugged pike
#

n

wicked parrotBOT
#

@rugged pike 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

rugged pike
#

y

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 200

rugged pike
#

n

wicked parrotBOT
#
Question #3

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

rugged pike
#

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 the official name of this operator :=, introduced in 3.8?

rugged pike
#

assignment-expression operator

wicked parrotBOT
#

@rugged pike 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

Aboo Minister#8971: 400

#
Question #5

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

rugged pike
#

dict

wicked parrotBOT
#

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

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

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

#
Score Board

Aboo Minister#8971: 500

#
Question #6

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

rugged pike
#

descriptor

wicked parrotBOT
#

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

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

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

#
Score Board

Aboo Minister#8971: 600

#
Question #7

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

rugged pike
#

antigravity

wicked parrotBOT
#

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

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

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

#
Score Board

Aboo Minister#8971: 700

#
Question #8

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

rugged pike
#

StopIteration

wicked parrotBOT
#

@rugged pike 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

Aboo Minister#8971: 800

#
Question #9

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?

rugged pike
#

dhlex

#

shlex

wicked parrotBOT
#

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

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

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

#
Score Board

Aboo Minister#8971: 900

#
Question #10

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

rugged pike
#

_sitebuiltins

wicked parrotBOT
#

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

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

Remaining questions: 0

#
Score Board

Aboo Minister#8971: 1000

#

The round has ended.

#

Congratulations @rugged pike :tada: You have won this quiz game with a grand total of 1000 points!

rugged pike
#

yay

#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 25500
Aboo Minister#8971: 19150
Guilhotina#6649: 4250
GennieGuy#3182: 2875
StarRanger#8139: 1950
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Peter parker#0001: 350
Brodevil#0001: 275
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

orchid rock
#

.snake antidote

wicked parrotBOT
#
Babats
Antidote
โ€‹

Sorry you didnt make the antidote in time.
The formula was ๐Ÿ’Š โŒ› ๐Ÿ’‰ โ˜ 

orchid rock
#

.help

worthy hill
rugged pike
#

yes

reef needle
#

.help

wicked parrotBOT
#
Command Help

Issues
.issue <numbers> [repository=sir-lancebot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.

LoveCalculator
.love <who> [whom]
Tells you how much the two love each other.

Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.

Minesweeper
.minesweeper
Commands for Playing Minesweeper.

MonsterBio
.monsterbio
Sends your monster bio!

reef needle
#

.love @reef needle @karmic narwhal

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

Deniz ใƒ„ - Hiatus#0007 โค Joshios#9310 scored 35%!
โ€‹

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.

reef needle
#

.love @reef needle @karmic narwhal

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

Deniz ใƒ„ - Hiatus#0007 โค Joshios#9310 scored 35%!
โ€‹

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.

karmic narwhal
#

Ohhh

#

Thatโ€™s cool

#

Iโ€™ll see if I can do that hahaha

reef needle
#

.source love

wicked parrotBOT
#
Command: love

Tells you how much the two love each other.

Source Code
karmic narwhal
#

oh itโ€™s open source?

#

lol

viscid lion
#

.bm

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

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

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

viscid lion
digital ingot
#

!tag class

rough gladeBOT
#

Classes

Classes are used to create objects that have specific behavior.

Every object in python has a class, including lists, dictionaries and even numbers. Using a class to group code and data like this is the foundation of Object Oriented Programming. Classes allow you to expose a simple, consistent interface while hiding the more complicated details. This simplifies the rest of your program and makes it easier to separately maintain and debug each component.

Here is an example class:

class Foo:
    def __init__(self, somedata):
        self.my_attrib = somedata

    def show(self):
        print(self.my_attrib)

To use a class, you need to instantiate it. The following creates a new object named bar, with Foo as its class.

bar = Foo('data')
bar.show()

We can access any of Foo's methods via bar.my_method(), and access any of bars data via bar.my_attribute.

fallen ibex
#

.topic

wicked parrotBOT
#
**What is your favourite place that you have visited?**

Suggest more topics here!

prime mirage
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 25500
Aboo Minister#8971: 19150
Guilhotina#6649: 4250
GennieGuy#3182: 2875
StarRanger#8139: 1950
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Rush2618#0001: 375
Peter parker#0001: 350
Brodevil#0001: 275
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

lean sleet
#

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

lean sleet
#

.love 650447110402998302 685763623221854258

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

kylee#1175 โค Yuuki#7339 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.

prime mirage
#

.src love

wicked parrotBOT
#
Command: love

Tells you how much the two love each other.

Source Code
lean sleet
#

.love 685763623221854258 650447110402998302

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

Yuuki#7339 โค kylee#1175 scored 68%!
โ€‹

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
#

hmm

#

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

lean sleet
#

sad

hallow timber
#

.love @rain crow @rain crow

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

David Bartholomew IIII#1448 โค David Bartholomew IIII#1448 scored 71%!
โ€‹

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.

hallow timber
#

lol

heavy crown
#

.catify

wicked parrotBOT
#

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

broken whale
#

.catify

wicked parrotBOT
#

Your catified nickname is: nwunder | แ•ฆแ˜แ—ข

broken whale
#

lol

#

.catify

wicked parrotBOT
#

Your catified nickname is: nwunder | แ•ฆแ˜แ—ข | แ“šแ˜แ—ข

broken whale
#

POG

#

two cats!

upbeat fable
#

catto

empty notch
#

.catify

wicked parrotBOT
#

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

proven badger
#

.tt

#

.ttt

wicked parrotBOT
#

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

#

x_square 2๏ธโƒฃ o_square
x_square o_square x_square
o_square 8๏ธโƒฃ 9๏ธโƒฃ

#

:tada: AI won this game! :tada:

proven badger
#

.ttt

wicked parrotBOT
#

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

#

1๏ธโƒฃ x_square o_square
x_square x_square o_square
o_square x_square 9๏ธโƒฃ

#

:tada: @proven badger won this game! :tada:

proven badger
#

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

proven badger
#

.spookyavatar @proven badger

wicked parrotBOT
#
ValenArb
Is this you or am I just really paranoid?
proven badger
#

bruh

lean sleet
slow eagle
#

I am straight

lean sleet
slow eagle
#

Bruh

lean sleet
slow eagle
#

Seriously?!

lean sleet
#

mhm

slow eagle
spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

daring swift
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

CookieTheCat#1756: 25500
Aboo Minister#8971: 19150
Guilhotina#6649: 4250
GennieGuy#3182: 2875
StarRanger#8139: 1950
Pim#3520: 925
ConfusedReptile#6830: 500
OreoFTW#1097: 425
ValenArb#6969: 375
Rush2618#0001: 375
Peter parker#0001: 350
Brodevil#0001: 275
ใ€‹ใ€‹โ€ข PokemonMaster โ€ข ใ€Šใ€Š#7673: 175

daring swift
#

.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

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

#

20s left!

#

10s left!

#

No one answered correctly!

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

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

#

No one has made it onto the leaderboard yet.

#
Question #2

How many quadrants are there in a cartesian plane?

daring swift
#

4

wicked parrotBOT
#

@daring swift got the correct answer :tada: 100 points!

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

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

#
Score Board

Peter parker#0001: 100

#
Question #3

"Hexakosioihexekontahexaphobia" is the fear of which number?

daring swift
#

666

wicked parrotBOT
#

@daring swift got the correct answer :tada: 100 points!

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

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

#
Score Board

Peter parker#0001: 200

#
Question #4

What is the highest power of a biquadratic polynomial?

daring swift
#

4

wicked parrotBOT
#

@daring swift got the correct answer :tada: 100 points!

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

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

#
Score Board

Peter parker#0001: 300

#
Question #5

Which trigonometric function is defined as hypotenuse/opposite?

daring swift
#

Tan

wicked parrotBOT
#

20s left!

daring swift
#

Cosec

wicked parrotBOT
#

@daring swift got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`cosecant, cosec, csc`**

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

#
Score Board

Peter parker#0001: 375

daring swift
#

Sec

wicked parrotBOT
#
Question #6

6a^2 is the surface area of which 3 dimensional figure?

daring swift
#

Cube

wicked parrotBOT
#

@daring swift got the correct answer :tada: 100 points!

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

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

#
Score Board

Peter parker#0001: 475

#
Question #7

What's 109 + 208 mod 10 congruent to?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`7`**

Remaining questions: 0

#
Score Board

Peter parker#0001: 475

#

The round has ended.

#

Congratulations @daring swift :tada: You have won this quiz game with a grand total of 475 points!

prime mirage
#

.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 name does a lambda function have?

prime mirage
#

<lamda>

wicked parrotBOT
#

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

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

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

#
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: 8

#
Score Board

CookieTheCat#1756: 200

#
Question #3

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

prime mirage
#

@

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 300

#
Question #4

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

#
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: 5

#
Score Board

CookieTheCat#1756: 500

#
Question #6

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

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#
Score Board

CookieTheCat#1756: 500

#
Question #7

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

#
Score Board

CookieTheCat#1756: 600

#
Question #8

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

prime mirage
#

antigarvity

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 700

#
Question #9

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

#
Score Board

CookieTheCat#1756: 800

#
Question #10

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`**

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 900

#

The round has ended.

#

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

lean sleet
#

.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 attribute of a closure contains the value closed over?

#

20s left!

#

10s left!

lean sleet
#

idk

wicked parrotBOT
#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #2

When was Python first released?

lean sleet
#

idk also

wicked parrotBOT
#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`1991`**

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

#

No one has made it onto the leaderboard yet.

#
Question #3

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

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #4

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`**

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

#

No one has made it onto the leaderboard yet.

#
Question #5

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

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #6

Is everything an instance of the object class (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: 1

#

No one has made it onto the leaderboard yet.

#
Question #7

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

#

20s left!

#

10s left!

#

No one answered correctly!

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

Remaining questions: 0

#

No one has made it onto the leaderboard yet.

#

The round has ended.

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

.ttt

wicked parrotBOT
#

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

#

It's a DRAW!

spring brook
#

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

#
Question #1

The three main components of a normal atom are: protons, neutrons, and...

#

20s left!

spring brook
#

Electron

wicked parrotBOT
#

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

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

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

#
Score Board

Brodevil#0001: 75

#
Question #2

How does one call the direct phase transition from gas to solid?

#

20s left!

prime mirage
#

deposition

wicked parrotBOT
#

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

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

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

#
Score Board

Brodevil#0001: 75
CookieTheCat#1756: 75

#
Question #3

About how many neurons are in the human brain?
(A. 1 billion, B. 10 billion, C. 100 billion, D. 300 billion)

prime mirage
#

c

wicked parrotBOT
#

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

#
You got it! The correct answers are **`C, 100 billion, 100 bil`**

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

#
Score Board

CookieTheCat#1756: 175
Brodevil#0001: 75

#
Question #4

Which particle is emitted during the beta decay of a radioactive element?

prime mirage
#

electron

wicked parrotBOT
#

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

#
You got it! The correct answers are **`an electron, the electron, electron`**

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

#
Score Board

CookieTheCat#1756: 275
Brodevil#0001: 75

#
Question #5

Is the Richter scale (common earthquake scale) linear or logarithmic?

prime mirage
#

lograrithmic

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 375
Brodevil#0001: 75

#
Question #6

What is the process used to separate substances with different polarity in a mixture, using a stationary and mobile phase?

prime mirage
#

chromatography

wicked parrotBOT
#

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

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

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

#
Score Board

CookieTheCat#1756: 475
Brodevil#0001: 75

#
Question #7

What do you call an organism composed of only one cell?

prime mirage
#

unicelular

wicked parrotBOT
#

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

#
You got it! The correct answers are **`unicellular, single-celled`**

Remaining questions: 0

#
Score Board

CookieTheCat#1756: 575
Brodevil#0001: 75

#

The round has ended.

#

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

prime mirage
#

.bm 865536400613965825 majik

prime mirage
#

.src bm

wicked parrotBOT
#
Command: bookmark

Send the author a link to target_message via DMs.

Source Code
prime mirage
#

.src catify

wicked parrotBOT
#
Command: catify

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

Source Code
empty notch
#

.catify

wicked parrotBOT
#

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

paper sparrow
#

.catify

wicked parrotBOT
#

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

paper sparrow
#

bruh

vivid frigate
#

.catify

wicked parrotBOT
#

Your catified nickname is: amogus gaming 1432 | แ“šแ˜แ—ข