#voice-chat-text-1

1 messages Β· Page 95 of 1

sleek parrot
#

oh the pinokio

#

πŸ˜„

raven orbit
#

waayaewlee

#

or better yet

#

waayæwlee

#

ewlie?

vocal ivy
#

laeto

raven orbit
#

læto

#

Latin vibes

vocal ivy
#

walee

raven orbit
#

walee sounds somehow colonial

#

but I can't think of which colony

#

laojo sounds kinda Finnish

sleek parrot
#

Duke læto Arteides

raven orbit
#

although laojoo would sound even more Finnish

#

lajos could be Hungarian
like Lajos Kossuth

vocal ivy
#

Mangera
Tiaro
Ketoa
Eldahi
Dawal
Arama

sleek parrot
#

Lajos - whatever
Lagos - rabbit greek
Logos - book Greek

#

πŸ™‚

raven orbit
#

I like Eldahi

#

Lagos is in Nigeria isn't it?

#

also in Portugal

vocal ivy
#

I made the program, to genaret names for this and other (like this) dragons, because I ran out of ideas

raven orbit
#

we done
hurrah

from unittest import TestCase, main
from unittest.mock import patch, call
from flightplandb.submodules.tags import TagsAPI
from flightplandb.datatypes import Tag


class TagsTest(TestCase):
    def test_tags_api(self):

        with patch("flightplandb.flightplandb.FlightPlanDB",
                   autospec=True) as MockClass:
            instance = MockClass.return_value
            instance._get.return_value = [
                {"name": "Decoded",
                 "description": "Flight plans decoded",
                 "planCount": 7430,
                 "popularity": 0.010143822356129395},
                {"name": "Generated",
                 "description": "Computer generated plans",
                 "planCount": 35343,
                 "popularity": 0.009036140132228622}
            ]
            sub_instance = TagsAPI(instance)
            response = sub_instance.fetch()
            correct_response = [
                Tag(name='Decoded',
                    description='Flight plans decoded',
                    planCount=7430,
                    popularity=0.010143822356129395),
                Tag(name='Generated',
                    description='Computer generated plans',
                    planCount=35343,
                    popularity=0.009036140132228622)]
            # check that TagsAPI method made the correct request of FlightPlanDB
            instance.assert_has_calls([call._get('/tags')])
            # check TagsAPI method decoded the data correctly for given response
            assert response == correct_response


if __name__ == "__main__":
    main()
#

20 past 8 would be
10 voor half 9

#

which means

#

10 before half 9

#

half 9 is half an hour before 9

#

In the same way, 20 to 9 is 10 over half 9

#

10 after half 9

vocal ivy
#

20 past 8 would be
10 perc mΓΊlva fΓ©l 9 vagy 5 perccel mΓΊlt negyed 9
which means 10 to half 9 or 5 past quarter 9

raven orbit
#

second construction doesn't exist in Dutch
but it does make sense

#

bye aurora

vocal ivy
#

bye

misty sinew
#

bye!

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @misty sinew until 2021-04-24 22:39 (9 minutes and 59 seconds) (reason: newlines rule: sent 129 newlines in 10s).

grand storm
#

!unmute 537553907363086343

coarse hearthBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @misty sinew.

misty sinew
#

thank god

grand storm
#

Just use the pastebin lol

#

!Paste

coarse hearthBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

misty sinew
#

could i maybe have the infraction removed or is that not alowed?

hexed vessel
#

that's a lot of ifs

grand storm
#

That's not really possible easily, but I can just mark it as ignored

misty sinew
#

ok thank you for your time have a great day

#

maybe images instead?

grand storm
misty sinew
#

oh right

#

console.deleate

unique raptor
#

deleate

hearty heath
#

πŸ‘€

#

Hello πŸ‘‹

misty sinew
#

αΆœα΅ƒβΏ αΆ¦ ᡍᡉᡗ α΅›αΆ¦α΅ˆα΅‰α΅’ ᡖᡉʳᡐᢦ˒˒ᢦᡒⁿ˒?

#

α΅–Λ‘Λ’

#

gaming

hearty heath
#

Oh, I didn't even see that sorry πŸ˜„

#

Erm, to stream Batch coding?

misty sinew
#

gaming

hearty heath
#

It is the weekend

#

Β―_(ツ)_/Β―

#

!stream 537553907363086343 1h

coarse hearthBOT
#

@misty sinew

βœ… @sullen plaza can now stream.

misty sinew
#

yay

unique raptor
#

can i also πŸ‘‰ πŸ‘ˆ πŸ₯Ί

hearty heath
#

!stream 469961526149644310 1h

coarse hearthBOT
#

@unique raptor

βœ… @unique raptor can now stream.

unique raptor
#

yaya

hearty heath
#

Guys, you know I'm listening right? πŸ˜„

#

No, please no.

#

Change subject please.

#

Guys...

misty sinew
#

I moved to vc0 lol

hearty heath
#

Hey @raven orbit, how are you?

#

I tried watching both streams at the same time and discord stopped working. Are you both using max settings? πŸ˜„

#

Erm, idk

#

Β―_(ツ)_/Β―

#

Erm, I'm not currently watching.

#

Poly Bridge? πŸ˜„

#

I mostly play those sorts of games tbh.

unique raptor
#

!voice

coarse hearthBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

raw wren
#

Hey πŸ‘‹

unique raptor
#

@misty sinew

misty sinew
#

yeah

#

ok

hearty heath
#

Erm, we cannot sorry.

#

I'm anticipating your message greatly, Verbose πŸ˜„

raven orbit
#
if y == 30:
    if x <= 25:
        z = (1+x)/2+64
    else:
        z = x/2+18
elif y == 31:
    z = (x+1)/2+77
elif y == 32:
    if x <= 25:
        z = (x+1)/2+96
    # this bit gets kinda ugly
    elif x == 28:
        z = 94
    elif x == 30:
        z = 96
    elif x == 32:
        z = 95
    elif x >= 34:
        z = x/2+106
elif y == 33:
    if x <= 25:
        z = (x+1)/2+109
    elif x == 28:
        z = 188
    elif 30 <= x <= 42:
        z = z/2+185
    elif x == 44:
        z = 219
    elif x == 46:
        z = 220
    elif x == 48:
        z = 223
    elif x == 50:
        z = 179
    elif x == 52:
        z = 180
elif y == 34:
    if x <= 19:
        z = (x+1)/2+47
    elif 28 <= x <= 40:
        z = x/2+177
    elif x == 46:
        z = 254
    elif x == 48:
        z = 240
    elif x == 50:
        z = 174
    elif x == 52:
        z = 175
#

@misty sinew

#

@hearty heath disappointed?

hearty heath
raven orbit
#

he had a color map for every single x and y coordinate

#

with an rgb code for each

#

Right, well, you heard what he said

hearty heath
#

Alright πŸ˜„

raven orbit
#

Anyway, he was running through 128 statements each time

#

'cuz he had 128 values

#

so I told him that could be done more efficiently

#

this was the result

#

the maximum number of if statements to reach a value here is 12

#

vs 128 in the other

hearty heath
#

Going to do some benchmarks in python...

raven orbit
#

k

#

here's his dataset as a csv btw

split vine
#

i am new so dont laugh at me but i have a html website and i want to make it a real website so ican share it some1 help

misty sinew
#

i can help check out my site

tough spoke
raven orbit
#

@tough spoke this is just basic maths lol

tough spoke
#

yeah well that gives me problems too

potent fog
#

Hi guys

#

Any one can help me with my code

#

I need to make code on python that solve Quadratic equation

elder geyser
#

can anyone tell me how to send code here

unique raptor
elder geyser
#

ok

unique raptor
#

np

tall monolith
charred creek
#

!e

print(set("bella"))
coarse hearthBOT
#

@charred creek :white_check_mark: Your eval job has completed with return code 0.

{'a', 'l', 'b', 'e'}
charred creek
#

!e

from collections import Counter

print(Counter("Bella"))
coarse hearthBOT
#

@charred creek :white_check_mark: Your eval job has completed with return code 0.

Counter({'l': 2, 'B': 1, 'e': 1, 'a': 1})
charred creek
#

!e

from collections import Counter

print(Counter("Bella"))
print(Counter("Label"))
print(Counter("Roller"))
coarse hearthBOT
#

@charred creek :white_check_mark: Your eval job has completed with return code 0.

001 | Counter({'l': 2, 'B': 1, 'e': 1, 'a': 1})
002 | Counter({'L': 1, 'a': 1, 'b': 1, 'e': 1, 'l': 1})
003 | Counter({'l': 2, 'R': 1, 'o': 1, 'e': 1, 'r': 1})
unique raptor
#

var

hearty heath
# tall monolith

Have you figured this out? There's a neat way to do it πŸ˜„

#

Heyo Kemal

#

And everyone else πŸ˜„

#

Erm, good. I just got up tbh.

unique raptor
#

that is good

hearty heath
#

Erm...

#

Yes πŸ˜„

#

Ohh

#

Different problem to what I thought.

#

😳

#

Can you intersect Counters? lemon_thinking

charred creek
hearty heath
#

You can!

tall monolith
#

class Solution:
def commonChars(self, A):
x=A[0]
j=0
i=1
list1=[]
for k in range(len(x)-1):
g=x[k]
for i in range(1,len(A)):
h=A[i]
for j in range(len(i)):
if g==h[j]:
list1.append(g)
j=j+1
else:

charred creek
#

!code

coarse hearthBOT
#

Here's how to format Python code on Discord:

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

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

tall monolith
#
class Solution:
    def commonChars(self, A):
        x=A[0]
        j=0
        i=1
        list1=[]
        for k in range(len(x)-1):
            g=x[k]
            for i in range(1,len(A)):
                h=A[i]
                for j in range(len(i)):
                    if g==h[j]:
                        list1.append(g)
                        j=j+1
                    else:
unique raptor
hearty heath
#

Maybe this will work?```py
common_counts = functools.reduce(
operator.and_,
map(collections.Counter, A)
)
return [
letter
for letter, count in common_counts.items()
for _ in range(count)
]

#

sets, Opal

#

Ah right good πŸ˜…

#

Yeah, sets are cool tbh...

unique raptor
hearty heath
#

Yep πŸ‘

unique raptor
sleek parrot
#

print(", ".join(map(k, range(v))) for k, v in res.items())

unique raptor
charred creek
#

!e

res = {"Test": 4, "Example": 3}


print(", ".join(', '.join((k,) * v) for k, v in res.items()))
coarse hearthBOT
#

@charred creek :white_check_mark: Your eval job has completed with return code 0.

Test, Test, Test, Test, Example, Example, Example
unique raptor
#

!code

coarse hearthBOT
#

Here's how to format Python code on Discord:

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

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

unique raptor
#
car =    {
  "brand": "Ford",
  "model": "Mustang",
  "year": 1964
}
#

Add the key/value pair "color" : "red" to the car dictionary.

#

do i need to add ""

charred creek
#

yeah

#

as the key and values are strings

unique raptor
#

ok thx

charred creek
#

that is why they have " " in the code you shared

stuck bluff
#

!e

print(''.join(sorted('Applesauce')))```
coarse hearthBOT
#

@stuck bluff :white_check_mark: Your eval job has completed with return code 0.

Aaceelppsu
peak frigate
#

hi

#

anagram maybe

trim violet
#
print('Hello world!')
#

!e

coarse hearthBOT
#
Command Help

!eval [code]
Can also use: e

*Run Python code and get the results.

This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.

We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*

trim violet
#

!eval [ print('Hello world!') ]

coarse hearthBOT
#

@trim violet :white_check_mark: Your eval job has completed with return code 0.

Hello world!
tall monolith
charred creek
#

!e

class Fruit:
  taste = "Null"

class Apple(Fruit):
  taste = "Yum"


def get_taste(fruit: Fruit) -> str:
  if not isinstance(fruit, Fruit):
    raise TypeError(f"get_taste expected a Fruit type obj. Got {type(fruit)} type.")

  return fruit.taste


apple = Apple()
taste = get_taste(apple)
print(f"Apple's taste is: {taste}")

number = 17
taste = get_taste(number)
print(f"Number's taste is: {taste}")
coarse hearthBOT
#

@charred creek :x: Your eval job has completed with return code 1.

001 | Apple's taste is: Yum
002 | Traceback (most recent call last):
003 |   File "<string>", line 20, in <module>
004 |   File "<string>", line 10, in get_taste
005 | TypeError: get_taste expected a Fruit type obj. Got <class 'int'> type.
raven orbit
#

which is a perfect answer to your question, and why it's not included

unique raptor
#

lets see

#

thx

peak frigate
#

morning

hearty heath
#

"drinkable gravy" is a pretty accurate description...

raven orbit
#

gravy is drinkable

peak frigate
#

u mean β€œthank me”

raven orbit
#

hence all gravy is bovril

hearty heath
#

Hey πŸ‘‹

#

We know him as "Batch"

#

Erm, I think I've had it like once

#

I assumed it's a Northern thing.

#

I assumed instead of water you pipe Bovril into your houses πŸ˜„

#

It's like watered down bisto gravy πŸ˜„

#

It is kind of strange that it's a meat-based drink.

peak frigate
#

is it actually gravy-like? or more broth?

hearty heath
#

Just East London things...

hearty heath
peak frigate
#

oh sounds like maybe bouillon

#

paste

#

honestly i could drink some rn lol

hearty heath
#

Oh hey Vester πŸ‘‹

unique raptor
#

what is this

charred creek
unique raptor
hearty heath
#

The orange and blue?

#

Erm, it's alright. I quite like contrasting colours.

charred creek
hearty heath
#

Aw, that's nice. (Griff's christmas pfp)

peak frigate
#

griff do you know the ny mets baseball team?

#

it’s the same colors

steep fiber
peak frigate
#

ye baseball only

peak frigate
charred creek
#

I have an app for it

#

1 sec

steep fiber
#

!rule 5 lemon_hyperpleased

coarse hearthBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

steep fiber
#

Wait, no, wrong rule

uneven mountain
#

i cant speak

steep fiber
#

!rule 6 hyperlemon

coarse hearthBOT
#

6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.

uneven mountain
#

i alreay know

steep fiber
#

That's it

uneven mountain
#

but mod the server

charred creek
#

@peak frigate

peak frigate
#

aAah

#

u know my colors

hearty heath
#

Alright πŸ˜„

#

One second...

#

SketchBook actually 🧐

#

And then I literally screenshot it instead of saving.

#

Oh lemon_pensive

#

Pink?

#

Sorry, trying to find the eraser tool...

peak frigate
#

lmao

uneven mountain
#

you know the best antivirus

#

Kasperky

tall monolith
#

avast

uneven mountain
#

is not good

#

avast

#

i have paid

tall monolith
#

its is so bad that its comes back to good

hearty heath
#

Wow these colours aren't quite right but whatever:

peak frigate
#

O:

steep fiber
#

D:

uneven mountain
#

Kaperky is better

#

windows defender is a basic protection

hearty heath
#

Good πŸ˜„

unique raptor
#

im finally done

uneven mountain
#

is the basic protection Windows Defender

hearty heath
#

Are you Turkish? πŸ˜„

charred creek
#

why is the boss healing

steep fiber
#

The ender crystals

hearty heath
#

Griff, you shouldn't have said that πŸ˜„

charred creek
#

what did I say? i wasn't listening

hearty heath
#

Not to make it a thing.

charred creek
raven orbit
#

landskleuren

uneven mountain
#

i know the ultimate way to make the pc faster

hearty heath
#

Guys, you can't rush art lemon_pensive

#

Also, I can't find the dropper tool.

uneven mountain
#

Uninstall System32

raven orbit
#

yes you can

unique raptor
#

are you proud of me

misty sinew
#

gega download more ram

raven orbit
#

that's called an art mill

#

(or a printer)

uneven mountain
raven orbit
unique raptor
#

@raven orbit join us

uneven mountain
#

Back in the day people thought this was a virus that microsoft manipulated to buy antivirus for earn money

raven orbit
#

ent got no pfp to set, young fellah-me-lad

steep fiber
#

Adobe XD

#

Figma

#

Sketch

hearty heath
unique raptor
#

one word C#

#

YESSSSSSS

hearty heath
#

Thanks πŸ˜„

steep fiber
lusty dock
#

i don't have the sendmail directory in my xampp directory and i cant send emails with php (i dont know if this is the right server to ask on lol)

steep fiber
#

PyPi or PyPy

misty sinew
#

pypy

lusty dock
#

me: i want an organised server
mom: we have organised server at home
server at home:

hearty heath
#

Have any of you tried mypyc?

steep fiber
hearty heath
#

Hmm, you can sort by memory-usage in activity monitor.

#

You could use the terminal, but the gui is probably easier.

#

You don't have a python script still running in the background?

steep fiber
#

I don't think so

raven orbit
steep fiber
#

Can't open activity monitor either. No memory left

hearty heath
#

I concur with Griff.

raven orbit
#

didn't hear what he said

hearty heath
#

Oh, the PFP?

raven orbit
#

yah

hearty heath
#

Yeah, it's nice πŸ˜„

raven orbit
#

yours is friendlier, somehow

#

not sure

charred creek
#

I prefer LX's

raven orbit
#

yeah

charred creek
#

its closer to the original

#

its a almost like for like copy

steep fiber
#

It's a masterpiece

raven orbit
#

a'richt

#

I'll go set it

hearty heath
#

Tbf, you can't really compare yours with that of a professional artist, so don't feel bad.

charred creek
#

^ LX rn

raven orbit
#

I am gonna remove the white background from LXs, though

lusty dock
#

my profile pic is better

raven orbit
#

there

lusty dock
steep fiber
stoic bluff
lusty dock
#

He's posaman

stoic bluff
#

oohh

charred creek
#

Batman is a Posaman knockoff

lusty dock
stoic bluff
raven orbit
#

done

stoic bluff
#

posaman is a batman ripoff

lusty dock
raven orbit
#

of course. we could always resort to this one

lusty dock
raven orbit
stoic bluff
#

i like batman

lusty dock
lusty dock
misty sinew
#

see you in a bit bbs πŸ™‚

charred creek
#

brew install ncdu
ncdu
@steep fiber ^ better visualisation

raven orbit
#

du -a * | sort -r -n | head -10

stoic bluff
lusty dock
raven orbit
#

will read all disk contents -> sort by decreasing size -> show the top 10 results

lusty dock
#

he was an italian poet

raven orbit
#

Dante:

charred creek
#

!stream @ornate birch 1M

coarse hearthBOT
#

@ornate birch

βœ… @ornate birch can now stream.

uneven mountain
#

Art in the making

lusty dock
uneven mountain
#

hdhd

#

hhs

#

jss

#

sjz

raven orbit
#

I only know about him from the 9 circles of hell

uneven mountain
#

Rocket league

#

Is very fun

#

download

#

and take a bump

lusty dock
uneven mountain
#

arocket league

#

Take a leap

#

To platinum

lusty dock
uneven mountain
#

And nreak ypur winstreak

uneven mountain
raven orbit
lusty dock
#

RL stands for
R: I will
L: break your pc

raven orbit
#

paradise had spheres amirite

lusty dock
uneven mountain
#

Good joke @lusty dock

raven orbit
#

lol

lusty dock
stoic bluff
uneven mountain
#

Rocket League is a game virus-free

#

make a scan

lusty dock
#

Rocket league's dominus is memz

#

and Rocket League's Octane is iWannaCry

uneven mountain
#

whats memzz

lusty dock
#

Nice try telling us to download rocket league

lusty dock
uneven mountain
#

what is

stoic bluff
#

you relly dont know or are you trolling?

uneven mountain
#

dont know

lusty dock
#

rip

stoic bluff
#

aight

lusty dock
#

Install Batman Arkham night

uneven mountain
lusty dock
uneven mountain
#

No

lusty dock
#

😦

uneven mountain
#

im not dumb

lusty dock
lusty dock
uneven mountain
#

wait you

lusty dock
lusty dock
uneven mountain
#

stream it in the Vc

lusty dock
#

cant

#

dont have roles to do it

uneven mountain
#

i entered this server today

#

i cant speak

#

in the vcs

raw wren
#

!voice

coarse hearthBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

uneven mountain
#

i already did the voice verification

#

im trying to send 50 messages

raw wren
#

Please stop

uneven mountain
#

Stopping process on the way

hearty heath
#

Yes, please don't spam to achieve the quota.

uneven mountain
#

25 percent

#

50 percent

#

75 percent

raven orbit
#

pls quit

#

thx

uneven mountain
#

100 percent

#

Done

raven orbit
#

BRUH

raw wren
#

Can you like stop

lusty dock
#

YOURE INSANE

hearty heath
#

@uneven mountain If you carry on, you will be muted.

uneven mountain
#

βœ…

raven orbit
#

you were at 50 messages ages ago

lusty dock
#

!voice

coarse hearthBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

uneven mountain
raven orbit
#

I literally looked...

hearty heath
#

Erm πŸ‘€

raw wren
#

.griffify

hearty heath
#

Oh, @steep fiber, do you want one?

raw wren
#

Needs to be a command

uneven mountain
#

can you see the number of my messages

raven orbit
#

hell yeah

hearty heath
#

What colour? πŸ˜„

raven orbit
#

time for a pr?

raw wren
#

Yes

hearty heath
#

Bloody clients not giving clear instructions

#

@lusty dock what colours?

#

I'll just be sitting waiting at the other end of the api.

uneven mountain
#

blue abadiabadaiiiiiiii

hearty heath
#

Wait, so blue red and green?

uneven mountain
#

im blue abadibabadaiiiiiiii

raven orbit
hearty heath
#

They are hand crafted, Jake.

raw wren
#

Wow and ported out of where?

hearty heath
#

"Blue that resembles yellow" wtf

raven orbit
hearty heath
#

This is like "5 red perpendicular lines"

#

Maybe if I learn to use Pillow.

#

You're getting a letter D and that is.

raw wren
#

Yeah, that costs to much

#

Lx works on a strict time and budget

blazing plank
#

Well. Looks like LX is in griff mode again

hearty heath
#

Wait, I wasn't really listening sorry.

raw wren
#

It’s.. it’s.. it’s beautiful

hearty heath
#

Is there a cricket in the stream, or is my audio glitching?

uneven mountain
#

Apollok forever

#

But we never gone to the moon

hearty heath
#

It's like a high-pitched cricket noise.

uneven mountain
#

Apollo missions is a fake

#

i too learn

#

i too losten ma mannn

#

i too listen some bubbles

lusty dock
#

lx can you paint a dog

#

with ears like rabbit's ones

blazing plank
#

You got a cricket in your headphones

lusty dock
#

and body like rabbit's body

hearty heath
#

Have you seen my previous artworks?

lusty dock
#

yeah those are insane

steep fiber
#

The client is still waiting lemon_pensive

lusty dock
#

that's why i asked you

raw wren
#

brb

uneven mountain
#

how can i get cracked activaction keys for avast antivirus

#

@kindred halo @shell bolt

hearty heath
#

The literal meaning of decorators is this: py @my_decorator def my_function(): ... is equivalent to ```py
def my_function():
...
my_function = my_decorator(my_function)

uneven mountain
#

@lusty dock

raven orbit
hearty heath
coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied warning to @uneven mountain.

lusty dock
#

thats called art

uneven mountain
#

sorry ma mannnnn

#

yeah is that

#

i not want to buy a key i want it free

raven orbit
#

have you heard of FOSS

#

sounds like the sorta thing you'd like

uneven mountain
#

i will use my home door key πŸ˜… πŸ˜… πŸ˜… πŸ˜…

#

I have in the past found activaction keys that actually worked

raven orbit
#

just use a large dalahΓ€st

hearty heath
lusty dock
#

thats awesome....

raven orbit
steep fiber
#

You even got the gurkan colors

hearty heath
steep fiber
#

Sweet

hearty heath
#

πŸ‘€

#

Erm, the website.

raven orbit
steep fiber
raven orbit
steep fiber
raven orbit
hearty heath
#

Have fun at work @steep fiber πŸ˜„

raven orbit
#

@steep fiber hej dΓ₯

steep fiber
#

πŸ‘‹

misty sinew
#

when will Ill get a verifed role

#

spelling is hard*

peak frigate
coarse hearthBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

dusty apex
#

@misty sinew

#

!voice

coarse hearthBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

misty sinew
#

!voice

#

oh okay :D, thanks

#

fine , just started coding 1 week ago

#

idk maybe pyautogui?

#

or somethin like that

#

in general

#

thanks xD

#

a dc bot

#

python is very nice ! and good for new coders!

#

13 almost 14

#

not yet

#

a friend is teaching me

#

14

#

idk

#

3 years!

#

i only code in python at the moment

#

do you know how to add activity to a discord bot using discord.py?

#

whats that?

#

yeah like "playing .help"

hasty rapids
#

i can send the code

misty sinew
#

please

hasty rapids
#
@bot.event
async def on_ready():
    await bot.change_presence(activity=discord.Game(name="/COMMANDS"))
misty sinew
#

thanks πŸ˜„

hasty rapids
#

np

misty sinew
#

where do you put it?

hasty rapids
#

almost where ever you want

misty sinew
#

well lemme try

hasty rapids
#

on_ready runs when bot starts

#

my bot uses that piece of code

misty sinew
#

it says "bot is not definied"

hasty rapids
#

you might use

#
@client.event
async def on_ready():
    await client.change_presence(activity=discord.Game(name="/COMMANDS"))
#

@tall monolith yes

misty sinew
#

well

#

now "client is not definied"

hasty rapids
#

what's your code

#

can you send me the code

misty sinew
#

wait a sec

hasty rapids
#

ok

misty sinew
#

`

dusty apex
#

!python

hasty rapids
#

do that mark but with sift

dusty apex
#

!py

misty sinew
#
        print("Erfolgreich gestartet!")
    async def on_message(self, message, ):
        print( str(message.author) + " schrieb dir " + str(message.content))
        if message.author == client.user:
            return

    @client.event
    async def on_ready():
        await client.change_presence(activity=discord.Game(name="/COMMANDS"))```
raven orbit
#

I'm reminded of Megumins Dad

misty sinew
#

py

#

`py

unique raptor
#

!code

coarse hearthBOT
#

Here's how to format Python code on Discord:

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

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

misty sinew
#
    async def on_ready(self):
        print("Erfolgreich gestartet!")
    async def on_message(self, message, ):
        print( str(message.author) + " schrieb dir " + str(message.content))
        if message.author == client.user:
            return

    @client.event
    async def on_ready():
        await client.change_presence(activity=discord.Game(name="/COMMANDS"))
dusty apex
#
bot = commands.Bot(command_prefix='!', intents=intents)
hasty rapids
#
client=commands.Bot(command_prefix='/')
coarse hearthBOT
#

Hey @unique raptor!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

β€’ If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

β€’ If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

hasty rapids
#

before

async def

you must have

@client.event
#or
@client.command()
#

i must continue making my game

#

ty

#

im gonna publish it today

dusty apex
#

nice

unique raptor
fervent notch
#

@misty sinew Hiya πŸ‘‹

unique raptor
#

yes knolege

#

i need all of it

misty sinew
#

don't do the one by wes doyle

#

outdated i think

fervent notch
#

yea

hasty rapids
#

the feeling when you are not allowed to speak english when your parents are home lol

#

idk

misty sinew
#

me too

#

XD

hasty rapids
#

finland

fervent notch
#

oof

#

well that's ridiculous

hasty rapids
#

yeah

#

well, its only in discord calls

#

my parents made a rule lol

#

yeah i know

misty sinew
#

how much ram do you need for a discord bot?

#

like how much does it take?

hasty rapids
#

not much

fervent notch
#

Well we can't argue what someone parents says I guess

unique raptor
#

@verbal fjord Stop

fervent notch
#

phew

hasty rapids
#

for me the bot takes only 25mt of ram

#

mb

#

i meant

#

i dont use google chrome bc it takes too much ram

fervent notch
#

@misty sinew Sweet

hearty heath
#

Sounded like when a smoke alarm runs out of battery πŸ˜„

hasty rapids
#

yep

fervent notch
#

oof

raven orbit
#

Bit boring, this one is

fervent notch
#

oh no

#

@misty sinew What's the specie?

#

Looks cute

stoic bluff
#

has everyone ever been in Uganda?

hasty rapids
#

no

fervent notch
#

mh no

fervent notch
#

Kampala

stoic bluff
#

we were back in 2018

hasty rapids
stoic bluff
#

it was summer

#

we were there for 4 weeks

fervent notch
verbal fjord
stoic bluff
#

or waiting their turn

#

πŸ€·β€β™‚οΈ

dusty apex
#

hi @hasty rapids

verbal fjord
#

@hasty rapids helo

hasty rapids
#

what?

#

i didnt say anything lol

#

but hello

dusty apex
#

sorry

hasty rapids
#

nah

#

its fine

#

xd

verbal fjord
hasty rapids
#

wait

verbal fjord
#

yes

#

a 7 yr old is here now

hasty rapids
#

lemme break rules of my family, im gonna speak english in vc

hasty rapids
verbal fjord
hasty rapids
#

lol

verbal fjord
#

@dusty apex hmm, pygame maybe

#

to detect clicks

#

rip

#

they wat?

#

hmm

#

args is a tuple

#
gg
#

thx

hasty rapids
#
hmhmhmh
raven orbit
#
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
whole finch
#

!e ```py
def test(*args, **kwargs):
return f"""
args: {args.class.name}

        kwargs: {kwargs.__class__.__name__}
        """

print(test())

verbal fjord
#

typo

raven orbit
hasty rapids
#

sure

coarse hearthBOT
#

@whole finch :white_check_mark: Your eval job has completed with return code 0.

001 | 
002 |             args: tuple
003 | 
004 |             kwargs: dict
005 |             
hasty rapids
#

!e

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
coarse hearthBOT
#

@hasty rapids :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
003 |              ^
004 | SyntaxError: invalid syntax
hasty rapids
#

lol

#

xd

raven orbit
#

it's brainfuck code

#

not python

#

lol

hasty rapids
#

ik

whole finch
hasty rapids
#

f, gotta go to dinner

verbal fjord
#

!e

def gg(hmm, **hmmm):
   print(hmm)
   print(hmmm)
gg("i wonder", hmmm="whether this would work")
coarse hearthBOT
#

@verbal fjord :white_check_mark: Your eval job has completed with return code 0.

001 | i wonder
002 | {'hmmm': 'whether this would work'}
hasty rapids
#

!e

import minecraft

LOL

coarse hearthBOT
#

@hasty rapids :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | ModuleNotFoundError: No module named 'minecraft'
whole finch
#

!e ```py
@print
@lambda _: _.name
class Test: ...

coarse hearthBOT
#

@whole finch :white_check_mark: Your eval job has completed with return code 0.

Test
hasty rapids
hasty rapids
#

imagine if that would work

whole finch
#

!e ```py
@import
@lambda _: _.name
class hello: ...

dusty apex
#

i think theres a module

verbal fjord
#
Python 3.8.9 (tags/v3.8.9:a743f81, Apr  6 2021, 14:02:34) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> @print
@lambda _: _.__name__
SyntaxError: invalid syntax
>>> 
@print
@lambda _: _.__name__
SyntaxError: invalid syntax
>>> 
```-_-
coarse hearthBOT
#

@whole finch :white_check_mark: Your eval job has completed with return code 0.

Hello world!
whole finch
#

!e ```py
@print
@eval
class dir(import('os')): ...

verbal fjord
#

rip

coarse hearthBOT
#

@whole finch :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 3, in <module>
003 | TypeError: module() takes at most 2 arguments (3 given)
dusty apex
#

@hasty rapids

verbal fjord
#

nope

#

the community thing?

hasty rapids
#

ok, f im out

whole finch
verbal fjord
#

gg

#

.ttt @hasty rapids

blazing plank
# whole finch

Wait, is that modified client? I heard that on the discord subreddit

#

Or a new feature?

ocean orbitBOT
#

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

#

πŸ‡½ πŸ‡΄ πŸ‡½
πŸ‡΄ πŸ‡½ 6️⃣
πŸ‡½ 8️⃣ πŸ‡΄

whole finch
#

new unreleased feature

#

wait maybe ill make a PR to make this command better...

hasty rapids
#

F

ocean orbitBOT
#

:tada: @verbal fjord won this game! :tada:

blazing plank
hasty rapids
#

Gg

whole finch
verbal fjord
whole finch
verbal fjord
blazing plank
#

Ok cool, so it is like check boxes?

hasty rapids
#

.ttt @verbal fjord

blazing plank
#

Or just x and o?

verbal fjord
#

i think i has also worked on ttt for a bit

ocean orbitBOT
#

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

#

πŸ‡½ πŸ‡΄ πŸ‡½
πŸ‡½ πŸ‡΄ πŸ‡΄
πŸ‡΄ πŸ‡½ πŸ‡½

#

It's a DRAW!

verbal fjord
#

gg lol

hasty rapids
#

Gg

verbal fjord
#

.ttt @hasty rapids

ocean orbitBOT
#

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

#

πŸ‡΄ 2️⃣ πŸ‡½
4️⃣ πŸ‡½ πŸ‡΄
πŸ‡½ πŸ‡΄ πŸ‡½

hasty rapids
#

Uhh

ocean orbitBOT
#

:tada: @verbal fjord won this game! :tada:

verbal fjord
#

GG

#

lol

hasty rapids
#

Gg

verbal fjord
#

wanna play some chess?

dusty apex
#

i want

hasty rapids
#

Nah

#

Im gonna eat and finish my game

dusty apex
#

@verbal fjord which site

verbal fjord
verbal fjord
#

alr

#

unknown

#

person

#

lol

verbal fjord
dusty apex
#

i am joining

verbal fjord
#

\πŸ‘

hasty rapids
#

Got catified xd

#

Joing vc again

raven orbit
verbal fjord
#

nooo

#

dont

#

u'd get banned or smth lol

#

gg

#

LOL

hasty rapids
#

a random guy sent me dm and said that i should teach him unity. i just sent him brackeys tutorial and then he stopped

hasty rapids
#

no

verbal fjord
#

waiittt

#

when did lemon join

hasty rapids
#

idk

verbal fjord
#

@whole finch u asking for the helper role?

hasty rapids
#

.ttt @verbal fjord

ocean orbitBOT
#

User declined

verbal fjord
#

later

hasty rapids
#

sad

verbal fjord
#

Ok

#

.ttt @hasty rapids

ocean orbitBOT
#

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

#

πŸ‡½ πŸ‡½ πŸ‡½
4️⃣ πŸ‡΄ πŸ‡΄
πŸ‡΄ 8️⃣ πŸ‡½

hasty rapids
#

xd

#

oops

verbal fjord
#

GG

ocean orbitBOT
#

:tada: @verbal fjord won this game! :tada:

hasty rapids
#

didnt happen

verbal fjord
#

\πŸŽ‰

raven orbit
#

Screensharing in here be like

So it's gonna be forever
Or it's gonna go down in flames
You can tell me when it's over, mmh
If the high was worth the pain
Got a long list of ex-screenshares
They'll tell you I'm insane
'Cause you know I love the voice chat
And you're just the same

dusty apex
#

I got a blank warn name
and I will write your name

hasty rapids
#

imagine if you would be able to do @ everyone

#

there would be ton of people spamming it

dusty apex
#

hey @stuck bluff can you recommend a module to detect key_presses, mouse_clicks and mouse scroll.

dusty apex
#

does it also detect scroll of mouse wheel?

raw wren
#

oops 😦 I meant 1 minute

verbal fjord
#

loll

raven orbit
#

IDEs, python code
I could show you incredible things
C++, even node,
you're the intern, I'm your dev
find out what you want
be that coder for a month
Wait, the worst is yet to come, oh, no

stuck bluff
#

60 hurts. 70, not so much.

hasty rapids
#

LOL, people talking about monitors. Me: using laptop

verbal fjord
dusty apex
#

the pyautogui presses them insstead of detecting them @stuck bluff

#

i checked the documentation

stuck bluff
stuck bluff
dusty apex
#

well whats your thoughts on keyboard module Opal

raven orbit
#

who knows

verbal fjord
dusty apex
misty sinew
#

lmao

stuck bluff
verbal fjord
dusty apex
#

it only detects mouse click in my code

#

can you help me debug it by looking at my code Opal

stuck bluff
dusty apex
#

ok

raven orbit
#

pastebins, spammy messages
I can make all the channels turn
files filled with viruses
keep you second guessing like
oh, my god, who is he?
get drunk on that fantasy
but I'll come back each time I leave
'cuz boys, I'm a nightmare, dressed like a nerd

#

So it's gonna be forever
Or it's gonna go down in flames
You can tell me when it's over, mmh
If the high was worth the pain
Got a long list of ex-screenshares
They'll tell you I'm insane
'Cause you know I love the voice chat
And you're just the same

dusty apex
fervent notch
#

light mode F

dusty apex
#

so it dosent detects a key press but it detects a mouse click

dusty apex
#

i will change it later

dusty apex
#

@stuck bluff

whole finch
dusty apex
#

i used time.sleep because if i used asyncio it would just close instead of playing the sound and then closing it

fervent notch
dusty apex
#

and i also tried help channel but it got closed because of no activity

#

i found a module to serve the purpose pynput

blazing plank
dusty apex
blazing plank
#

It is, not like stupid discord’s, it is sooo light

#

At least for me

fervent notch
# whole finch

Well brodevil is in the vc πŸ€·β€β™‚οΈ

dusty apex
fervent notch
#

fair

blazing plank
#

The ss

fervent notch
#

Uhm no the friend request

#

well I am watching the screen only so no pings please

stuck bluff
#

!kindling

coarse hearthBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

unkempt pawn
#

How I can convert this list in

[datetime.time(15, 59), 'Abhinav', datetime.time(2, 30), 'sibam']
blazing plank
unkempt pawn
#

to this:

[[datetime.time(15, 59), 'Abhinav'], [datetime.time(2, 30), 'sibam']]
unkempt pawn
blazing plank
#

In pairs?

unkempt pawn
#

@stuck bluff is typing...

unkempt pawn
#

@stuck bluff is typing.... (one dot is added, He is typing fast now ) lol

stuck bluff
#
a = [datetime.time(15, 59), 'Abhinav', datetime.time(2, 30), 'sibam']β€Š

b = [[a[0], a[1]], [a[2], a[3]]]``` There'll be a nicer way of doing this.
unkempt pawn
raven orbit
#

5 tests done

#

...around 60 more to go

unkempt pawn
#

Actually I m reading a Excel Sheet

dusty apex
#

its an easy code to write try doing it with for loop

blazing plank
#

U can use zip for that

unkempt pawn
dusty apex
#

i can give you the code if you show your attempt

blazing plank
#

Yeah, try using zip, if u fail let us know

unkempt pawn
#
# workbook object is created
    wb_obj = openpyxl.load_workbook(path)
    
    sheet_obj = wb_obj.active
    max_col = sheet_obj.max_column
    
    records = list()

    # Loop will print all columns name
    for j in range(1, sheet_obj.max_row +1):
        for i in range(1, max_col + 1):
            # row_obj = sheet_obj.cell(row =j , column = i)
            a = sheet_obj.cell(row=j, column=i)
            print(a.value)
            records.append(a.value)
    print(records)
stoic bluff
#

i literally just farted

stuck bluff
#
[[iterable[i], iterable[i+1]] for i in range(0, len(iterable), 2)]```
stoic bluff
#

xD

blazing plank
#

Not needed, this a single line zip or
See itertools-more.grouper

#

Ok yeah even that would work

dusty apex
stoic bluff
#

??

blazing plank
#

!e print(list(zip(*(iter(range(10)),) * 2)))

coarse hearthBOT
#

@blazing plank :white_check_mark: Your eval job has completed with return code 0.

[(0, 1), (2, 3), (4, 5), (6, 7), (8, 9)]
stuck bluff
#

!e py iterable = 0,1,2,3,4,5,6,7,8,9 print([[iterable[i], iterable[i+1]] for i in range(0, len(iterable), 2)])

coarse hearthBOT
#

@stuck bluff :x: Your eval job has completed with return code 1.

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

oof epic fail

dusty apex
#

!e

iterable = 0,1,2,3,4,5,6,7,8,9
print([[iterable[i], iterable[i+1]] for i in range(0, len(iterable), 2)])
coarse hearthBOT
#

@dusty apex :white_check_mark: Your eval job has completed with return code 0.

[[0, 1], [2, 3], [4, 5], [6, 7], [8, 9]]
unkempt pawn
dusty apex
#

@stuck bluff

raven orbit
#
py
unkempt pawn
#

`

Python Codes

`

dusty apex
#

'''py --> expectation
''' py --> reality

stuck bluff
#

!e py pass

coarse hearthBOT
#

@stuck bluff :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'py' is not defined
dusty apex
stuck bluff
#

!e py pass

coarse hearthBOT
#

@stuck bluff :warning: Your eval job has completed with return code 0.

[No output]
dusty apex
unkempt pawn
#

`

Everython is okay here

`

hearty heath
#

Hello... πŸ‘€

#

Yo

#

Thank you, thank you.

raven orbit
#

the alternative, for me, would have been this

hearty heath
#

They are one of a kind works of art.

sleek parrot
#

!e ```cpp
#include<iostream>

int main() {
std::cout << "Hello" << std::endl;
return 0;
}

this thing aint gonna work snakebox do not run cpp. πŸ™‚
#

yeap

hearty heath
#

Good @ebon viper, you?

blazing plank
hearty heath
#

Garden just means a private area outside a house.

#

Yep, north Americans would say 'back yard'.

raven orbit
#

Krankenhaus

#

@ebon viper

stoic bluff
ebon viper
stoic bluff
raven orbit
#

central station

#

in Amsterdam

#

that's the bicycle racks in front of central station on an average day

stoic bluff
#

aaah... im not surprised then

hasty rapids
#

im back

stoic bluff
#

hello back!

hasty rapids
#

hello! you must be hand

hearty heath
#

I think you can see from one side of the channel to the other.

#

With binoculars maybe.

hasty rapids
#

oh god, so cursed

raven orbit
#

The Channel Tunnel (French: Le tunnel sous la Manche), also referred to as the Eurotunnel or Chunnel, is a 50.45-kilometre (31.35 mi) railway tunnel that connects Folkestone (Kent, England, UK) with Coquelles (Hauts-de-France, France) beneath the English Channel at the Strait of Dover. It is the only fixed link between the island of Great Britai...

hearty heath
#

Bit random πŸ˜„

#

They tried to build a tunnel way back in the... consults wikipedia

#

...19th century.

#

But it didn't go very far (literally).

raven orbit
#

bye LX

hasty rapids
#

Almost everyone left

stoic bluff
#

xD

#

rocket man takes off

hasty rapids
#

yup

misty sinew
#
def to_camel_case(t):
    return "".join(map(capitalize, t.replace("-", "_").split("_")))
sleek parrot
coarse hearthBOT
#

@sleek parrot :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 6, in <module>
003 |   File "<string>", line 2, in to_camel_case
004 | NameError: name 'capitalize' is not defined
trim violet
#

right

misty sinew
sleek parrot
#

!e ```py
def to_camel_case(t):
tmp = "".join(word.capitalize() for word in map(str, t.replace("-", "").split("")))
return tmp[0].lower() + tmp[1:]

test = "test_string_abc"
print(to_camel_case(test))

coarse hearthBOT
#

@sleek parrot :white_check_mark: Your eval job has completed with return code 0.

testStringAbc
verbal fjord
#

what r we talking about?

#

@hasty rapids

hasty rapids
#

idk

#

im not even listening

tall monolith
#

Marko can you lower your mic voice a tiny bit

verbal fjord
hasty rapids
#

im making my game

verbal fjord
#

oo

#

gl

hasty rapids
#

ty

#

20 minutes so i will publish it

tall monolith
#

no prob

trim violet
verbal fjord
misty sinew
#

i got it to work now πŸ˜…

trim violet
#

you can see Marko's last chat, its what Gi was trying I guess

trim violet
#

I want to see your version

#

!code

coarse hearthBOT
#

Here's how to format Python code on Discord:

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

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

verbal fjord
#

imagine not being able to stream like me

misty sinew
#
def to_pascal_case(t):
    return "".join(map(lambda w : w.capitalize(), t.replace("-", "_").split("_"))[1:])
trim violet
#

oh

#

thanks for sharing

misty sinew
#

np :))

verbal fjord
trim violet
#

I didn't know its called pascal case, although I use it daily πŸ˜‰

misty sinew
misty sinew
#

but otherwise the solution is fine

trim violet
#

!eval [def to_pascal_case(t):
return "".join(w.capitalize() for w in t.split("-"))]

coarse hearthBOT
#

@trim violet :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     [def to_pascal_case(t):
003 |      ^
004 | SyntaxError: invalid syntax
trim violet
#

!e def to_pascal_case(t):
return "".join(w.capitalize() for w in t.split("-"))

coarse hearthBOT
#

@trim violet :warning: Your eval job has completed with return code 0.

[No output]
verbal fjord
#
def to_pascal_case(t):
    return "".join(w.capitalize() for w in t.replace("-", "_").split("-")[1:])
```ff
misty sinew
#

no wait

verbal fjord
#

ff

misty sinew
#

u need a pair of square braces too

proven shale
#

what are you guys doing?

misty sinew
#
def to_pascal_case(t):
    return "".join([w.capitalize() for w in t.split("-")])
tall monolith
#

def to_camel_case(t):
return "".join(map(lambda t:t.upper(), t.replace("-", "").split("")))

print(to_camel_case("the-stealth-ninja"))

verbal fjord
#

!e

def to_pascal_case(t):
    return "".join([w.capitalize() for w in t.replace("-", "_").split("-")[1:]])

print(to_pascal_case("R_fgzbzd-DAAsvvfdbb_vzvfd-rgdzgdg"))
tall monolith
#

where you trying to do this

#

!eval [```py
def to_camel_case(t):
return "".join(map(lambda t:t.upper(), t.replace("-", "").split("")))

print(to_camel_case("the-stealth-ninja"))

coarse hearthBOT
#

@tall monolith :white_check_mark: Your eval job has completed with return code 0.

THESTEALTHNINJA
misty sinew
#

can u use codeblocks, cuz without then the underscores turns text italics and overall misformates stuff

#

sirjan^

tall monolith
#

where you trying to do this ? @misty sinew

misty sinew
#

codewars