#sir-lancebot-playground

1 messages ยท Page 41 of 1

royal sinew
#

momentum

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`velocity, momentum`**

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

#
Score Board

hedyhli: 475

#
Question #10

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

#

20s left!

royal sinew
#

first law of thermodynamics

#

second law of thermodynamics

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 75 points!

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

Remaining questions: 0

#
Score Board

hedyhli: 550

#

The round has ended.

#

@royal sinew Congratulations on winning this quiz game with a grand total of 550 points :tada:

abstract willow
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : python

#
Question #1

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

#

20s left!

abstract willow
#

.hint

wicked parrotBOT
#

10s left!

abstract willow
#

.quiz help

wicked parrotBOT
#

Game is already running... do .quiz stop

#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #2

How is infinity represented in Python?

abstract willow
#

math.inf

#

float

wicked parrotBOT
#

20s left!

abstract willow
#

float('inf')

wicked parrotBOT
#

@abstract willow 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: 5

#
Score Board

krowten024nabru: 75

#
Question #3

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

abstract willow
#

assignment expression

#

wlarus operator

wicked parrotBOT
#

20s left!

abstract willow
#

assignment expression operator

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 75 points!

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

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

#
Score Board

krowten024nabru: 150

#
Question #4

What name does a lambda function have?

abstract willow
#

<lambda>

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 250

#
Question #5

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

#

20s left!

abstract willow
#

descriptor

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 75 points!

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

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

#
Score Board

krowten024nabru: 325

#
Question #6

When was Python first released?

abstract willow
#

1998

#

huh

#

1996

#

1994

#

1992

wicked parrotBOT
#

20s left!

abstract willow
#

1999

#

1997

#

1995

#

1993

#

1991

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 75 points!

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

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

#
Score Board

krowten024nabru: 400

#
Question #7

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

abstract willow
#

RuntimeError

wicked parrotBOT
#

20s left!

abstract willow
#

IndexError

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 75 points!

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

Remaining questions: 0

#
Score Board

krowten024nabru: 475

#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 475 points :tada:

abstract willow
#

.quiz 10

wicked parrotBOT
#
The available question categories are:

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

abstract willow
#

.quiz python 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : python

#
Question #1

Where does the name Python come from?

#

20s left!

abstract willow
#

monty python

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 75 points!

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

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

#
Score Board

krowten024nabru: 75

#
Question #2

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

abstract willow
#

Stopiteration

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 175

#
Question #3

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

abstract willow
#

__doc__

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 275

#
Question #4

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

#

20s left!

abstract willow
#

;-;

wicked parrotBOT
#

10s left!

#

Better luck next time...

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

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

#
Score Board

krowten024nabru: 275

#
Question #5

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

abstract willow
#

namespace package

wicked parrotBOT
#

@abstract willow 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: 5

#
Score Board

krowten024nabru: 375

#
Question #6

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

abstract willow
#

set

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 475

#
Question #7

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

abstract willow
#

u

#

y

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 575

#
Question #8

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

abstract willow
#

_site

#

_site.py

wicked parrotBOT
#

20s left!

#

10s left!

abstract willow
#

_sitebuiltins

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 50 points!

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

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

#
Score Board

krowten024nabru: 625

#
Question #9

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

abstract willow
#

:<

#

next

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 725

#
Question #10

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

abstract willow
#

IndexError

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

Remaining questions: 0

#
Score Board

krowten024nabru: 825

#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 825 points :tada:

abstract willow
#

.quiz science 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : science

#
Question #1

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

abstract willow
#

ok idk this

wicked parrotBOT
#

20s left!

abstract willow
#

ohm's law

wicked parrotBOT
#

@abstract willow 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: 9

#
Score Board

krowten024nabru: 75

#
Question #2

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

abstract willow
#

logarithmic

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 175

#
Question #3

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!

abstract willow
#

um

wicked parrotBOT
#

10s left!

abstract willow
#

idk

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

krowten024nabru: 175

#
Question #4

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

abstract willow
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

abstract willow
#

.quiz help

wicked parrotBOT
#
The available question categories are:

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

abstract willow
#

.help quiz

wicked parrotBOT
#
Command Help

**```
.quiz <category> <questions>

**Can also use:** `trivia`, `triviaquiz`

*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!
- wikipedia: Guess the title of random wikipedia passages.

(More to come!)*

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

.quiz math 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : math

#
Question #1

How many quadrants are there in a cartesian plane?

abstract willow
#

4

wicked parrotBOT
#

@abstract willow 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: 9

#
Score Board

krowten024nabru: 100

#
Question #2

What is the bottom number on a fraction called?

abstract willow
#

denominator

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 200

#
Question #3

What is the highest power of a biquadratic polynomial?

abstract willow
#

2

#

3

#

4

wicked parrotBOT
#

@abstract willow 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: 7

#
Score Board

krowten024nabru: 300

#
Question #4

What is the term used to describe two triangles that have equal corresponding sides and angle measures?

abstract willow
#

congruent

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 400

#
Question #5

Find the square root of -64.

abstract willow
#

-8i

#

8i

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 500

#
Question #6

What is the natural log of -1 (use i for imaginary number)?

abstract willow
#

1i

#

um

wicked parrotBOT
#

20s left!

abstract willow
#

3.14i

#

pii

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`pi*i, pii, ฯ€i`**

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

#
Score Board

krowten024nabru: 575

#
Question #7

Solve the following system of linear equations (format your answer like this <x> & <y>):
1x + 2y = 12,
3x + 4y = 28

#

20s left!

#

10s left!

abstract willow
#

idk

wicked parrotBOT
#

Better luck next time...

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

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

#
Score Board

krowten024nabru: 575

#
Question #8

A matrix multiplied by its inverse matrix equals...

abstract willow
#

identity matrix

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 675

#
Question #9

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

abstract willow
#

idk

wicked parrotBOT
#

20s left!

#

10s left!

#

Better luck next time...

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

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

#
Score Board

krowten024nabru: 675

#
Question #10

Which theorem states that hypotenuse^2 = base^2 + height^2?

abstract willow
#

pythagorean

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`Pythagorean's, Pythagorean's theorem`**

Remaining questions: 0

#
Score Board

krowten024nabru: 775

#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 775 points :tada:

abstract willow
#

.quiz math 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : math

#
Question #1

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

abstract willow
#

jiffy

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 100

#
Question #2

What is the highest power of a biquadratic polynomial?

abstract willow
#

4

wicked parrotBOT
#

@abstract willow 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: 8

#
Score Board

krowten024nabru: 200

#
Question #3

How many vertices are on a decagonal prism?

abstract willow
#

36

#

idk

wicked parrotBOT
#

20s left!

abstract willow
#

30

#

60

wicked parrotBOT
#

10s left!

abstract willow
#

umm

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`20`**

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

#
Score Board

krowten024nabru: 200

#
Question #4

"Hexakosioihexekontahexaphobia" is the fear of which number?

abstract willow
#

666

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 300

#
Question #5

What's 75 + 311 mod 11 congruent to?

#

20s left!

#

10s left!

abstract willow
#

0

#

1

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 50 points!

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

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

#
Score Board

krowten024nabru: 350

abstract willow
#

2

#

ok

wicked parrotBOT
#
Question #6

BASE TWO QUESTION: Calculate 10000 + 1011

#

20s left!

abstract willow
#

27

#

26

#

28

#

29

#

30

wicked parrotBOT
#

10s left!

abstract willow
#

25

#

what

wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`11011`**

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

#
Score Board

krowten024nabru: 350

#
Question #7

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

abstract willow
#

o.o

#

sample space

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`sample space`**

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

#
Score Board

krowten024nabru: 450

#
Question #8

Which trigonometric function is defined as hypotenuse/opposite?

#

20s left!

abstract willow
#

sin

wicked parrotBOT
#

10s left!

abstract willow
#

arcsin

#

arcsine

#

huh

#

arccos

#

arctan

#

tan

#

cos

wicked parrotBOT
#

Better luck next time...

#
The correct answers are **`cosecant, cosec, csc`**

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

#
Score Board

krowten024nabru: 450

#
Question #9

In statistics, what does this formula represent?

#

20s left!

abstract willow
#

standard deviation

#

uhh

wicked parrotBOT
#

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

#
Score Board

krowten024nabru: 450

#
Question #10

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

abstract willow
#

o-o

wicked parrotBOT
#

20s left!

abstract willow
#

triangular prism

#

triangular pyramid

#

pyramid

#

huh

wicked parrotBOT
#

10s left!

abstract willow
#

wha.

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`cube`**

Remaining questions: 0

#
Score Board

krowten024nabru: 450

#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 450 points :tada:

abstract willow
#

;-;

#

.quiz math 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : math

#
Question #1

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

abstract willow
#

sample space

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`sample space`**

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

#
Score Board

krowten024nabru: 100

#
Question #2

โ…“ฯ€r^2h is the volume of which 3 dimensional figure?

abstract willow
#

cylinder

wicked parrotBOT
#

20s left!

abstract willow
#

sphere

#

um

#

semisphere

wicked parrotBOT
#

10s left!

abstract willow
#

cone

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 50 points!

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

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

#
Score Board

krowten024nabru: 150

#
Question #3

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

abstract willow
#

golden ratio

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 250

#
Question #4

What is the natural log of -1 (use i for imaginary number)?

abstract willow
#

pii

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`pi*i, pii, ฯ€i`**

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

#
Score Board

krowten024nabru: 350

#
Question #5

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

abstract willow
#

heron

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`Heron's formula, Heron`**

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

#
Score Board

krowten024nabru: 450

#
Question #6

Does the harmonic series converge or diverge?

abstract willow
#

converge

#

diverge

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 550

#
Question #7

What is the formula for surface area of a sphere?

#

20s left!

#

10s left!

abstract willow
#

pir^3

#

idk

wicked parrotBOT
#

Better luck next time...

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

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

#
Score Board

krowten024nabru: 550

#
Question #8

"Hexakosioihexekontahexaphobia" is the fear of which number?

abstract willow
#

666

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 650

#
Question #9

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

abstract willow
#

WHAT

wicked parrotBOT
#

20s left!

abstract willow
#

;-;

wicked parrotBOT
#

10s left!

#

No one answered correctly!

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

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

#
Score Board

krowten024nabru: 650

abstract willow
#

grr

wicked parrotBOT
#
Question #10

How many quadrants are there in a cartesian plane?

abstract willow
#

4

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

Remaining questions: 0

#
Score Board

krowten024nabru: 750

abstract willow
#

.quiz math 10

wicked parrotBOT
#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 750 points :tada:

#

Game is already running... do .quiz stop

abstract willow
#

.quiz math 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : math

#
Question #1

What is the highest power of a biquadratic polynomial?

abstract willow
#

4

wicked parrotBOT
#

@abstract willow 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: 9

#
Score Board

krowten024nabru: 100

#
Question #2

Does the harmonic series converge or diverge?

abstract willow
#

diverge

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 200

#
Question #3

What's 136 + 314 mod 12 congruent to?

#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 300

#
Question #4

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

rough gladeBOT
#

:incoming_envelope: :ok_hand: applied timeout to @abstract willow until <t:1707060513:f> (10 minutes) (reason: burst spam - sent 8 messages).

The <@&831776746206265384> have been alerted for review.

wicked parrotBOT
#

20s left!

#

10s left!

#

No one answered correctly!

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

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

#
Score Board

krowten024nabru: 300

#
Question #5

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

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#
Score Board

krowten024nabru: 300

#
Question #6

Prime numbers only have __ factors.

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answers are **`2, two`**

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

#
Score Board

krowten024nabru: 300

#
Question #7

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

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#
Score Board

krowten024nabru: 300

#
Question #8

What is this triangle called?

#

20s left!

#

10s left!

#

No one answered correctly!

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

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

#
Score Board

krowten024nabru: 300

#
Question #9

0, 1, 1, 2, 3, 5, 8, 13, 21, 34 are numbers of which sequence?

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Fibonacci`**

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

#
Score Board

krowten024nabru: 300

#
Question #10

What is the natural log of -1 (use i for imaginary number)?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answers are **`pi*i, pii, ฯ€i`**

Remaining questions: 0

#
Score Board

krowten024nabru: 300

#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 300 points :tada:

pastel yoke
#

!unmute 310263589913100288

rough gladeBOT
#

:incoming_envelope: :ok_hand: pardoned infraction timeout for @abstract willow.

abstract willow
#

ty

#

.quiz math 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : math

#
Question #1

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

abstract willow
#

sample space

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`sample space`**

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

#
Score Board

krowten024nabru: 100

#
Question #2

โ…“ฯ€r^2h is the volume of which 3 dimensional figure?

abstract willow
#

cone

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 200

#
Question #3

Which theorem states that hypotenuse^2 = base^2 + height^2?

abstract willow
#

pythagorean

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`Pythagorean's, Pythagorean's theorem`**

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

#
Score Board

krowten024nabru: 300

#
Question #4

Does the harmonic series converge or diverge?

abstract willow
#

diverge

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 400

#
Question #5

Which trigonometric function is defined as hypotenuse/opposite?

abstract willow
#

csc

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

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

#
Score Board

krowten024nabru: 500

#
Question #6

How many quadrants are there in a cartesian plane?

abstract willow
#

4

wicked parrotBOT
#

@abstract willow 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: 4

#
Score Board

krowten024nabru: 600

#
Question #7

Find the square root of -16.

abstract willow
#

4i

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`4i`**

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

#
Score Board

krowten024nabru: 700

#
Question #8

In statistics, what does this formula represent?

abstract willow
#

sample standard deviation

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`sample standard deviation, standard deviation of a sample`**

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

#
Score Board

krowten024nabru: 800

#
Question #9

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

abstract willow
#

cube

wicked parrotBOT
#

@abstract willow 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

krowten024nabru: 900

#
Question #10

0, 1, 1, 2, 3, 5, 8, 13, 21, 34 are numbers of which sequence?

abstract willow
#

fibonacci

wicked parrotBOT
#

@abstract willow got the correct answer :tada: 100 points!

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

Remaining questions: 0

#
Score Board

krowten024nabru: 1000

#

The round has ended.

#

@abstract willow Congratulations on winning this quiz game with a grand total of 1000 points :tada:

royal sinew
#

.quiz math 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : math

#
Question #1

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

royal sinew
#

cube

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

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

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

#
Score Board

hedyhli: 100

#
Question #2

What's 114 + 209 mod 10 congruent to?

#

20s left!

royal sinew
#

!e print((114+209))

rough gladeBOT
#

@royal sinew :white_check_mark: Your 3.12 eval job has completed with return code 0.

323
wicked parrotBOT
#

10s left!

royal sinew
#

3

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 50 points!

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

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

#
Score Board

hedyhli: 150

#
Question #3

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

royal sinew
#

reals

#

real numbers

wicked parrotBOT
#

20s left!

royal sinew
#

real

wicked parrotBOT
#

10s left!

royal sinew
#

set of real numbers

wicked parrotBOT
#

Better luck next time...

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

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

royal sinew
#

rtional

wicked parrotBOT
#
Score Board

hedyhli: 150

#
Question #4

"Hexakosioihexekontahexaphobia" is the fear of which number?

royal sinew
#

6

wicked parrotBOT
#

20s left!

royal sinew
#

16

#

216

wicked parrotBOT
#

10s left!

royal sinew
#

64

#

36

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

hedyhli: 150

#
Question #5

What is the formula for surface area of a sphere?

#

20s left!

royal sinew
#

3/4 pi r^3

#

4/3 pi r^3

wicked parrotBOT
#

10s left!

royal sinew
#

4/3pir^3

wicked parrotBOT
#

No one answered correctly!

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

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

#
Score Board

hedyhli: 150

#
Question #6

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

royal sinew
#

SA

wicked parrotBOT
#

20s left!

#

10s left!

#

No one answered correctly!

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

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

#
Score Board

hedyhli: 150

#
Question #7

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

royal sinew
#

1

wicked parrotBOT
#

20s left!

royal sinew
#

2

#

3

#

sqrt 5

wicked parrotBOT
#

10s left!

royal sinew
#

infinity

wicked parrotBOT
#

Better luck next time...

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

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

#
Score Board

hedyhli: 150

royal sinew
#

:O

wicked parrotBOT
#
Question #8

How many vertices are on a nonagonal prism?

royal sinew
#

9

wicked parrotBOT
#

20s left!

#

10s left!

royal sinew
#

36

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`18`**

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

royal sinew
#

31

wicked parrotBOT
#
Score Board

hedyhli: 150

#
Question #9

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

royal sinew
#

millisecond

wicked parrotBOT
#

20s left!

royal sinew
#

centisecond

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 75 points!

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

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

#
Score Board

hedyhli: 225

#
Question #10

What is the term used to describe two triangles that have equal corresponding sides and angle measures?

royal sinew
#

congruent

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

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

Remaining questions: 0

#
Score Board

hedyhli: 325

#

The round has ended.

#

@royal sinew Congratulations on winning this quiz game with a grand total of 325 points :tada:

royal sinew
#

.quiz science 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : science

#
Question #1

What type of image is formed by a convex mirror?

royal sinew
#

virtual

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`virtual image, virtual`**

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

#
Score Board

hedyhli: 100

#
Question #2

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

royal sinew
#

deposition

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

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

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

#
Score Board

hedyhli: 200

#
Question #3

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

royal sinew
#

electron

wicked parrotBOT
#

@royal sinew 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: 7

#
Score Board

hedyhli: 300

#
Question #4

When DNA is unzipped, two strands are formed. What are they called (separate both answers by the word "and")?

#

20s left!

royal sinew
#

oh boy

wicked parrotBOT
#

10s left!

royal sinew
#

RNA and MRNA

wicked parrotBOT
#

No one answered correctly!

#
The correct answers are **`leading and lagging, leading strand and lagging strand`**

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

#
Score Board

hedyhli: 300

#
Question #5

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

royal sinew
#

wew

#

sedimentary rock

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`sedimentary, sedimentary rock`**

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

#
Score Board

hedyhli: 400

#
Question #6

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

royal sinew
#

exothermic

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

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

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

#
Score Board

hedyhli: 500

#
Question #7

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

royal sinew
#

ohm

#

ohm's law

wicked parrotBOT
#

@royal sinew 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: 3

#
Score Board

hedyhli: 600

#
Question #8

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

royal sinew
#

mitochondria

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 100 points!

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

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

#
Score Board

hedyhli: 700

#
Question #9

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

royal sinew
#

upthrust

wicked parrotBOT
#

20s left!

royal sinew
#

buoyant force

#

buoyancy

wicked parrotBOT
#

@royal sinew got the correct answer :tada: 75 points!

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

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

#
Score Board

hedyhli: 775

#
Question #10

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

#

20s left!

royal sinew
#

no clue

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **`Local Group`**

Remaining questions: 0

#
Score Board

hedyhli: 775

#

The round has ended.

#

@royal sinew Congratulations on winning this quiz game with a grand total of 775 points :tada:

royal sinew
#

noice

royal sinew
#

.src trivia

wicked parrotBOT
#
Command: quiz

Start a quiz!

Source Code
bleak wind
#

.bm

wicked parrotBOT
#
Are you trying to kill me?

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

The lookup strategy for a message is as follows (in order):

  1. Lookup by '{channel ID}-{message ID}' (retrieved by shift-clicking on 'Copy ID')
  2. Lookup by message ID (the message must be in the current channel)
  3. Lookup by message URL

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

bleak wind
#

.bm ajioajsihfioahf ifhaoshfahiofhas

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

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

The lookup strategy for a message is as follows (in order):

  1. Lookup by '{channel ID}-{message ID}' (retrieved by shift-clicking on 'Copy ID')
  2. Lookup by message ID (the message must be in the current channel)
  3. Lookup by message URL

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

bleak wind
#

.bm bmb

wicked parrotBOT
#
Please don't do that.

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

The lookup strategy for a message is as follows (in order):

  1. Lookup by '{channel ID}-{message ID}' (retrieved by shift-clicking on 'Copy ID')
  2. Lookup by message ID (the message must be in the current channel)
  3. Lookup by message URL

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

wary wave
#

.help

wicked parrotBOT
#
Command Help

Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.

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

AvatarModify
.avatar_modify 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.
.avatar_modify avatareasterify [colours...]
Easterify the user's avatar.
.avatar_modify mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.avatar_modify prideavatar [option=lgbt] [pixels=64]
Surround an avatar with a border of a specified LGBT flag.
.avatar_modify reverse <text>
Reverses the sent text.

royal sinew
#

.help snake antidote

wicked parrotBOT
#
Command Help

**```
.snakes antidote

*Antidote! Can you create the antivenom before the patient dies?

Rules:  You have 4 ingredients for each antidote, you only have 10 attempts
        Once you synthesize the antidote, you will be presented with 4 markers
        Tick: This means you have a CORRECT ingredient in the CORRECT position
        Circle: This means you have a CORRECT ingredient in the WRONG position
        Cross: This means you have a WRONG ingredient in the WRONG position

Info:   The game automatically ends after 5 minutes inactivity.
        You should only use each ingredient once.

This game was created by Lord Bisk and Runew0lf.*
stoic prairie
#

.help

wicked parrotBOT
#
Command Help

AvatarModify
.avatar_modify spookyavatar
Spookify a user's avatar.

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

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.lovefest
NOTE: This command has been moved to !subscribe

Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to the specified message via DMs.
.bookmark delete
Delete the Sir-Lancebot message that the command invocation is replying to.

stoic prairie
#

.battleship

#

.avatar_modify spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
stoic prairie
#

.avatar_modify spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
stoic prairie
#

.help

wicked parrotBOT
#
Command Help

Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.

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

AvatarModify
.avatar_modify 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.
.avatar_modify avatareasterify [colours...]
Easterify the user's avatar.
.avatar_modify mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.avatar_modify prideavatar [option=lgbt] [pixels=64]
Surround an avatar with a border of a specified LGBT flag.
.avatar_modify reverse <text>
Reverses the sent text.

#

@stoic prairie Seems like there's no one here to play...

stoic prairie
#

.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:**
**`avatar_modify 8bitify`**
*Pixelates your avatar and changes the palette to an 8bit one.*
**`avatar_modify avatareasterify [colours...]`**
*Easterify the user's avatar.*
**`avatar_modify mosaic [squares=16]`**
*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
**`avatar_modify prideavatar [option=lgbt] [pixels=64]`**
*Surround an avatar with a border of a specified LGBT flag.*
**`avatar_modify reverse <text>`**
*Reverses the sent text.*
**`avatar_modify spookyavatar`**
*Spookify a user's avatar.*
stoic prairie
#

.avatar_modify reverse <my name is RoyalVictory, I am a cute little kitten>

wicked parrotBOT
#

nettik elttil etuc a ma I ,yrotciVlayoR si eman ym<

tepid plaza
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : cs

#
Question #1

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

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`D`**

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

#

No one has made it onto the leaderboard yet.

#
Question #2

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

#

20s left!

#

10s left!

tepid plaza
#

Punched cards?

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **`punch cards`**

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

#

No one has made it onto the leaderboard yet.

#
Question #3

Which DNS record contains mail servers of a given domain?

#

20s left!

tepid plaza
#

MX record

wicked parrotBOT
#

10s left!

tepid plaza
#

Main Exchange record

wicked parrotBOT
#

No one answered correctly!

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

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

#

No one has made it onto the leaderboard yet.

#
Question #4

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

#

20s left!

tepid plaza
#

2^128

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 75 points!

#
You got it! The correct answer is **`2^128`**

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

#
Score Board

modoumona: 75

#
Question #5

Given that January 1, 1970 is the starting epoch of time_t in c time, and that time_t is stored as a signed 32-bit integer, when will unix time roll over (year)?

#

20s left!

#

10s left!

tepid plaza
#

2038

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 50 points!

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

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

#
Score Board

modoumona: 125

#
Question #6

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

#

20s left!

tepid plaza
#

SMTP

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 75 points!

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

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

#
Score Board

modoumona: 200

#
Question #7

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

#

20s left!

tepid plaza
#

lambda?

#

lambda

wicked parrotBOT
#

10s left!

tepid plaza
#

lambda calculus

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 50 points!

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

Remaining questions: 0

#
Score Board

modoumona: 250

#

The round has ended.

#

@tepid plaza Congratulations on winning this quiz game with a grand total of 250 points :tada:

tepid plaza
#

.quiz coding 5

wicked parrotBOT
#
The available question categories are:

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

tepid plaza
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : python

#
Question #1

What attribute of a closure contains the value closed over?

#

20s left!

#

10s left!

tepid plaza
#

closure

wicked parrotBOT
#

No one answered correctly!

#
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

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

tepid plaza
#

y

wicked parrotBOT
#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`n, no`**

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

#

No one has made it onto the leaderboard yet.

#
Question #3

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!

tepid plaza
#

length_hint

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 50 points!

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

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

#
Score Board

modoumona: 50

#
Question #4

Is the __aiter__ method async (y/n)?

#

20s left!

tepid plaza
#

y

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answers are **`n, no`**

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

#
Score Board

modoumona: 50

#
Question #5

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

#

20s left!

tepid plaza
#

namespace

wicked parrotBOT
#

10s left!

tepid plaza
#

namespace package

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 50 points!

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

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

#
Score Board

modoumona: 100

#
Question #6

How is infinity represented in Python?

#

20s left!

tepid plaza
#

int

#

inf

wicked parrotBOT
#

10s left!

#

Better luck next time...

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

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

tepid plaza
#

float('inf') and float('-inf')

wicked parrotBOT
#
Score Board

modoumona: 100

#
Question #7

Where does the name Python come from?

#

20s left!

tepid plaza
#

Monty Python

wicked parrotBOT
#

@tepid plaza got the correct answer :tada: 75 points!

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

Remaining questions: 0

#
Score Board

modoumona: 175

#

The round has ended.

#

@tepid plaza Congratulations on winning this quiz game with a grand total of 175 points :tada:

pastel yoke
#

.color random

wicked parrotBOT
#
Westar

Color information for Color Westar.

RGB

(220, 217, 210)

HSV

(42, 5, 86)

HSL

(42, 13, 84)

CMYK

(0, 1, 5, 14)

Hex

#DCD9D2

Name

Westar

main scarab
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : wikipedia

#
Question #1

Guess the title of the Wikipedia article.

The following notable ****** occurred ** ****. Names are reported under the date of death, ** alphabetical order. A typical entry reports information ** the following sequence:Name, age, country of citizenship at birth, subsequent nationality, what subject was noted for, cause of death, and reference.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Deaths in 2024`**

Information

The following notable deaths occurred in 2024. Names are reported under the date of death, in alphabetical order. A typical entry reports information in the following sequence:Name, age, country of citizenship at birth, subsequent nationality, what subject was noted for, cause of death, and reference.

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

#

No one has made it onto the leaderboard yet.

#
Question #2

Guess the title of the Wikipedia article.

******* is a chatbot developed by OpenAI and launched on November 30, 2022. Based on a large language model, it enables users to refine and steer a conversation towards a desired length, format, style, level of detail, and language. Successive prompts and replies, known as prompt engineering, are considered at each conversation stage as a context.

#

20s left!

#

10s left!

main scarab
#

Chatgpt

wicked parrotBOT
#

@main scarab got the correct answer :tada: 50 points!

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

Information
ChatGPT is a chatbot developed by OpenAI and launched on November 30, 2022. Based on a large language model, it enables users to refine and steer a conversation towards a desired length, format, style, level of detail, and language. Successive prompts and replies, known as prompt engineering, are considered at each conversation stage as a context.

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

#
Score Board

6seven3: 50

#
Question #3

Guess the title of the Wikipedia article.

****: ****** **. *** ***** is *** second season of *** anthology television series **** created by Ryan Murphy, Jaffe Cohen, and Michael Zam for FX. Directed by Gus Van Sant, Max Winkler, and Jennifer Lynch, it is written by Jon Robin Baitz. *** eight-episode season is based on *** book ******'s Women: A True Story of Love, Betrayal, and a Swan Song for an Era by Laurence Leamer. Its first two episodes premiered on January 31, 2024, with episodes available on Hulu *** day after broadcast.

wicked parrotBOT
#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`Feud: Capote vs. The Swans`**

Information
Feud: Capote vs. The Swans is the second season of the anthology television series Feud created by Ryan Murphy, Jaffe Cohen, and Michael Zam for FX. Directed by Gus Van Sant, Max Winkler, and Jennifer Lynch, it is written by Jon Robin Baitz. The eight-episode season is based on the book Capote's Women: A True Story of Love, Betrayal, and a Swan Song for an Era by Laurence Leamer. Its first two episodes premiered on January 31, 2024, with episodes available on Hulu the day after broadcast.

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

#
Score Board

6seven3: 50

#
Question #4

Guess the title of the Wikipedia article.

**** ******* is an American actress and writer. She is known for her roles as Maggie in Man Seeking Woman, Mikki in Betas, and Mizu in Blue Eye Samurai. From 2019 to 2021, she starred in Hulu's original TV comedy series PEN15 alongside Anna Konkle; the duo, who co-created and co-executive produced the series, played fictional versions of their 13-year-old selves. In 2024, she began starring as Jane Smith in the Prime Video series Mr. & Mrs. Smith.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Maya Erskine`**

Information
Maya Erskine is an American actress and writer. She is known for her roles as Maggie in Man Seeking Woman, Mikki in Betas, and Mizu in Blue Eye Samurai. From 2019 to 2021, she starred in Hulu's original TV comedy series PEN15 alongside Anna Konkle; the duo, who co-created and co-executive produced the series, played fictional versions of their 13-year-old selves. In 2024, she began starring as Jane Smith in the Prime Video series Mr. & Mrs. Smith.

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

#
Score Board

6seven3: 50

#
Question #5

Guess the title of the Wikipedia article.

****** Alison ***** is an American singer-songwriter. Her versatile artistry, songwriting, and entrepreneurship have vastly influenced the music industry and popular culture, and her life is a subject of widespread media coverage.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Taylor Swift`**

Information
Taylor Alison Swift is an American singer-songwriter. Her versatile artistry, songwriting, and entrepreneurship have vastly influenced the music industry and popular culture, and her life is a subject of widespread media coverage.

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

#
Score Board

6seven3: 50

#
Question #6

Guess the title of the Wikipedia article.

********* Football Club is a professional football club based in *********, England. The club competes in the Premier League, the top tier of English football. Founded in 1892, the club joined the Football League the following year and has played its home games at Anfield since its formation.

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`Liverpool F.C..`**

Information
Liverpool Football Club is a professional football club based in Liverpool, England. The club competes in the Premier League, the top tier of English football. Founded in 1892, the club joined the Football League the following year and has played its home games at Anfield since its formation.

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

#
Score Board

6seven3: 50

#
Question #7

Guess the title of the Wikipedia article.

****** is a **** ****** Hindi-language action thriller **** directed and edited by Sandeep Reddy Vanga, who also co-wrote the screenplay with Pranay Reddy Vanga and Saurabh Gupta. The **** is produced by Bhushan Kumar, Pranay Reddy Vanga, Krishan Kumar and Murad Khetani under T-Series Films, Bhadrakali Pictures and Cine1 Studios. The **** stars Ranbir Kapoor, Anil Kapoor, Bobby Deol, Rashmika Mandanna, and Triptii Dimri. The **** is about Ranvijay "Vijay" Singh, a violent man, who learns about an assassination attempt on his estranged father and sets out on a path of revenge and destruction.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Animal (2023 Indian film))`**

Information
Animal is a 2023 Indian Hindi-language action thriller film directed and edited by Sandeep Reddy Vanga, who also co-wrote the screenplay with Pranay Reddy Vanga and Saurabh Gupta. The film is produced by Bhushan Kumar, Pranay Reddy Vanga, Krishan Kumar and Murad Khetani under T-Series Films, Bhadrakali Pictures and Cine1 Studios. The film stars Ranbir Kapoor, Anil Kapoor, Bobby Deol, Rashmika Mandanna, and Triptii Dimri. The film is about Ranvijay "Vijay" Singh, a violent man, who learns about an assassination attempt on his estranged father and sets out on a path of revenge and destruction.

Remaining questions: 0

#
Score Board

6seven3: 50

#

The round has ended.

#

@main scarab Congratulations on winning this quiz game with a grand total of 50 points :tada:

bitter agate
#

.help

wicked parrotBOT
#
Command Help

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

Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.

bitter agate
#

.catify

Hello World.
How are you?
I am fine.
Thank you.
wicked parrotBOT
#

Hello World. How are แ“‡แ˜แ—ข you? I แ˜ฃแ˜แ—ข am fine. Thank you. แ˜ฃแ˜แ—ข

bitter agate
#

.challenge language=python

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

Your input was invalid: This is not a recognized language on codewars.com!

Usage:```
.challenge [language=python] [query]

bitter agate
#

.challenge python

wicked parrotBOT
#

Find the missing letter

Write a method that takes an array of consecutive (increasing) letters as input and that returns the missing letter in the array.

In the case of factor, your array of letters will be a string.

You will always get an valid array. And it will be always exactly one letter be missing. The length of the array will always be at least 2.<br>
The array will always contain letters in only one case.

Example:

```
['a','b','c','d','f'] -> 'e'
['O','Q','R','S'] -> 'P'
```
```factor
"abcdf" -> CHAR: e
"OQRS" -> CHAR: P
```
["a","b","c","d","f"] -> "e"
["O","Q","R","S"] -> "P"

(Use the English alphabet with 26 letters!)

Have fun coding it and please don't forget to vote and rank this kata! :-)

I have also created other katas. Take a look if you enjoyed this kata!

Difficulty

6 kyu

cursive python
#

.avatar

#

.savatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
cursive python
#

.help savatar

wicked parrotBOT
#
Command Help

**```
.avatar_modify spookyavatar

**Can also use:** `avatar_modify savatar`, `avatar_modify spookify`, `savatar`, `spookify`, `spookyavatar`

*Spookify the user's avatar, with a random *spooky* effect.*
cursive python
#

.help 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:**
**`avatar_modify 8bitify`**
*Pixelates your avatar and changes the palette to an 8bit one.*
**`avatar_modify avatareasterify [colours...]`**
*Easterify the user's avatar.*
**`avatar_modify mosaic [squares=16]`**
*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
**`avatar_modify prideavatar [option=lgbt] [pixels=64]`**
*Surround an avatar with a border of a specified LGBT flag.*
**`avatar_modify reverse <text>`**
*Reverses the sent text.*
**`avatar_modify spookyavatar`**
*Spookify a user's avatar.*
cursive python
#

.pride

#

.prideavatar

wicked parrotBOT
#
Your Lovely Pride Avatar!

Here is your lovely avatar, surrounded by
a beautiful lgbt flag. Enjoy :D

cursive python
#

.help prideavatar

wicked parrotBOT
#
Command Help

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

**Can also use:** `avatar_modify avatarpride`, `avatar_modify pridepfp`, `avatar_modify prideprofile`, `avatarpride`, `prideavatar`, `pridepfp`, `prideprofile`

*Surround an avatar with a border of a specified LGBT flag.

Default to the LGBT rainbow flag if none is given.
The amount of pixels can be given which determines the thickness of the flag border.
A maximum of 512px is enforced, defaults to a 64px border.
The full image is 1024x1024.*

**Subcommands:**
**`avatar_modify prideavatar flags`**
*Lists the flags that can be used with the prideavatar command.*
cursive python
#

.pridepfp flags

wicked parrotBOT
#
I have the following flags:

โ€ข agender
โ€ข androgyne
โ€ข aromantic
โ€ข asexual
โ€ข bigender
โ€ข bisexual
โ€ข demiboy
โ€ข demigirl
โ€ข demisexual
โ€ข gay
โ€ข genderfluid
โ€ข genderqueer
โ€ข intersex
โ€ข lesbian
โ€ข nonbinary
โ€ข omnisexual
โ€ข pangender
โ€ข pansexual
โ€ข polyamory
โ€ข polysexual
โ€ข transgender
โ€ข trigender

royal sinew
#

.src savatar

wicked parrotBOT
#
Command: avatar_modify spookyavatar

Spookify a user's avatar.

Source Code
royal sinew
#

.help savatar

wicked parrotBOT
#
Command Help

**```
.avatar_modify spookyavatar

**Can also use:** `avatar_modify savatar`, `avatar_modify spookify`, `savatar`, `spookify`, `spookyavatar`

*Spookify the user's avatar, with a random *spooky* effect.*
tulip inlet
#

.help

wicked parrotBOT
#
Command Help

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

Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.

tulip inlet
#

.bunnifyme

wicked parrotBOT
#

EternalBluefoot

tulip inlet
#

.catify i love cats

wicked parrotBOT
#

i love แ“•แ˜แ—ขs ๐Ÿˆ

tulip inlet
#

.catify i love python

wicked parrotBOT
#

i love python แ“‚แ˜แ—ข

fast plaza
#

!d itertools.islice

rough gladeBOT
#

itertools.islice(iterable, stop)``````py

itertools.islice(iterable, start, stop[, step])```
Make an iterator that returns selected elements from the iterable. If *start* is non-zero, then elements from the iterable are skipped until start is reached. Afterward, elements are returned consecutively unless *step* is set higher than one which results in items being skipped. If *stop* is `None`, then iteration continues until the iterator is exhausted, if at all; otherwise, it stops at the specified position.

If *start* is `None`, then iteration starts at zero. If *step* is `None`, then the step defaults to one.
dawn jungle
#

.case test

#

.randomcase test

wicked parrotBOT
#

TeST

dawn jungle
#

.randomcase testing this sentence

wicked parrotBOT
#

TeSTiNG THiS SenTEnce

sick latch
#

@shrewd fox Hi lol.

shrewd fox
sick latch
# shrewd fox ?

I'm that aayan guy from anabolic asylum. Just checked our mutual servers.

sharp rapids
#

.wa what do i use to identify and describe hidden errors?

wicked parrotBOT
sand osprey
#

I am now developing machine learning model from scratch that do interior design automatically.
What kind of models can I use?
How can I make an approach?
I need someone who can collaborate with me.

royal sinew
#

heart

#

.dddg

wicked parrotBOT
#
Duck Duck Duck Goose!
#
Flights Found

(2, 3, 5) - /home/hedy

Flights everyone missed:
(0, 1, 7)
(0, 3, 4)
(4, 9, 10)
(5, 6, 11)
(0, 5, 8)
(7, 9, 11)

royal sinew
#

2 3 5

#

1 2 3

#

.help dddg

wicked parrotBOT
#
Command Help

**```
.duckduckduckgoose

**Can also use:** `dddg`, `ddg`, `duckduckgoose`, `duckgoose`

*Start a new Duck Duck Duck Goose game.*

**Subcommands:**
**`duckduckduckgoose help`**
*Explain the rules of the game.*
royal sinew
#

.dddg help

wicked parrotBOT
#
Compete against other players to find valid flights!

Each card has 4 features
Color, Number, Hat, and Accessory

A valid flight
3 cards where each feature is either all the same or all different

Call "GOOSE"
if you think there are no more flights

+1 for each valid flight
+2 for a correct "GOOSE" call
-1 for any wrong answer

The first flight below is invalid: the first card has swords while the other two have no accessory. It would be valid if the first card was empty-handed, or one of the other two had paintbrushes.

The second flight is valid because there are no 2:1 splits; each feature is either all the same or all different.

royal sinew
#

goose

#

GOOSE

#

GOOSE

#

GOOSE

#

heart

wicked parrotBOT
#
Time's up!

Final scores:

/home/hedy: 0

fast plaza
#

.help

wicked parrotBOT
#
Command Help

Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.

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

AvatarModify
.avatar_modify 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.
.avatar_modify avatareasterify [colours...]
Easterify the user's avatar.
.avatar_modify mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.avatar_modify prideavatar [option=lgbt] [pixels=64]
Surround an avatar with a border of a specified LGBT flag.
.avatar_modify reverse <text>
Reverses the sent text.

fast plaza
#

.anagram heheheha

wicked parrotBOT
#
Find anagrams from these letters: 'ELRU'

You have 60 seconds to find correct words.

fast plaza
#

Rule

#

RULE

#

LURE

wicked parrotBOT
#

Well done @fast plaza for getting it right!

The words were: `lure`, `rule`!
fast plaza
#

.fool

wicked parrotBOT
fast plaza
#

.wa 1 + 2

wicked parrotBOT
fast plaza
#

.trivia

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : cs

#
Question #1

What is computing capable of performing exaFLOPS called?

#

20s left!

#

10s left!

#

Better luck next time...

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

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

#

No one has made it onto the leaderboard yet.

#
Question #2

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

fast plaza
#

transistor

wicked parrotBOT
#

@fast plaza 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

soltime5476: 100

#
Question #3

Which of these languages is the youngest?
(Lisp, Python, Java, Haskell, Prolog, Ruby, Perl)

#

20s left!

fast plaza
#

Perl

#

Ruby

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **`Java`**

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

#
Score Board

soltime5476: 100

#
Question #4

Name a universal logic gate.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`NAND, NOR`**

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

#
Score Board

soltime5476: 100

#
Question #5

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

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Smalltalk 80`**

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

#
Score Board

soltime5476: 100

#
Question #6

What does the "a" represent in a HSLA color value?

#

20s left!

fast plaza
#

aplha

#

alpha

wicked parrotBOT
#

@fast plaza got the correct answer :tada: 75 points!

#
You got it! The correct answers are **`transparency, translucency, alpha value, alpha channel, alpha`**

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

#
Score Board

soltime5476: 175

#
Question #7

Under what locale does making a string lowercase behave differently?

#

20s left!

#

10s left!

#

Better luck next time...

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

Remaining questions: 0

#
Score Board

soltime5476: 175

#

The round has ended.

#

@fast plaza Congratulations on winning this quiz game with a grand total of 175 points :tada:

fast plaza
#

.trivia

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : general

#
Question #1

Which country is the largest producer of coffee?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`Brazil`**

Information
Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years.

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

#

No one has made it onto the leaderboard yet.

#
Question #2

What's the world's largest urban area?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`Tokyo`**

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

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

#

No one has made it onto the leaderboard yet.

#
Question #3

When did the First World War start?

fast plaza
#

1914

wicked parrotBOT
#

@fast plaza got the correct answer :tada: 100 points!

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

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

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

#
Score Board

soltime5476: 100

#
Question #4

Diamonds are always nice in Minecraft, but can you name the "Diamond Capital in the World"?

#

20s left!