#voice-chat-text-0

1 messages Β· Page 686 of 1

subtle orchid
#

πŸ‘€

swift valley
#

Just use water and soap smh my head lemon_unamused

somber heath
whole notch
whole bear
#

hey anyone up to help me with the py exam ?

#

just 1 min of your hel[p

somber heath
#

@whole bear Are you doing the exam now?

whole bear
#

uhmmm

#

its a mid course quiz

swift valley
somber heath
#

@whole bear That is not answering the question.

whole bear
#

?

pure path
#

return gives a value

willow light
#

print statement?

pure path
#

function*

whole bear
#

why suddenly topic shifted from python to toiletries?

willow light
#

why not?

#

this is off-topic channel, it's not forbidden

whole bear
#

not complaining

#

obviously

willow light
#

I go by the same rules as the local catholic school: anything that isn't forbidden is mandatory

whole bear
#

just 1 mins

willow light
deft void
#

basically return can be used to store the thing in global value and print displays whatever you want

somber heath
#

@whole bear We won't assist you with the completion of graded coursework.

swift valley
#

I'll be hopping off pretty early, gotta do some school requirements

#

See ya folks

deft void
#

anyone here working on LSTM

somber heath
#

@whole bear Especially not if you're in the middle of doing it.

pure path
#

Just use the debugger in your text editor

somber heath
#

@whole bear Like an exam situation.

whole bear
#

im kind of stuck at it did it like 4 times

#

idk why they dont want 2 as answe

willow light
#

we're not doing classwork for you

whole bear
#

r

somber heath
#

@whole bearI can suggest, if permitted, that you review the Python documentation. When in doubt, read the manual.

manic magnet
#

Look at you go Hemlock. I believe in you.

willow light
#

search on stackoverflow. most programmers copy. good programmers paste.

rugged root
#

Neither of those, actually

whole bear
#

i truly suck at py cant score >80% the 6 time

willow light
#

anyone can copy code from stackoverflow. Good programmers are able to figure out at a glance whether the code they're copying is the right code to copy.

#

(so goes the joke at least)

somber heath
#

@whole bear You could also experiment in the Python console, yourself.

ripe torrent
willow light
#

why not deno?

ripe torrent
#

See the gcp thingy at the end

willow light
#

(thats_bait.jpg)

ripe torrent
#

He says, congratulations you are a cloud architect now

willow light
#

cloud architect without needing to take an exhausting aws exam?

whole bear
#

hey both single qoute and double do the same thing then wheres the difference?

#

for string

whole bear
#

hey both single qoute and double do the same thing then wheres the difference?
for string

tall latch
willow light
#
"Single quotes can be used like this: 'Do it!'"
somber heath
#

!e print('Hello, "friend."')

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

Hello, "friend."
ripe torrent
#

Any python podcast sounds like command line heroes ?

cloud stratus
#

Fab is just dominating

whole bear
#

i like this server coz it realizes me of knowing nothing and that i have to work real hard to get equivaalent to u guys

whole bear
#

πŸ˜„

willow light
#
# you can also do it like this
x = {'a': 1, 'b': 2, 'c': 3}
print(f"first value of x is {x['a']}.")
whole bear
#

im sure @somber heath is the only genuinine programmer

somber heath
#

@whole bear We'll get you sorted. We just won't help you cheat. 😁

whole bear
#

no stack and gitpull

#

πŸ˜„

cloud stratus
#

Opal is lowkey a god

somber heath
cloud stratus
#

:D

whole bear
#

sure he is

ripe torrent
#

Opals work

whole bear
ripe torrent
#

Drop link opal

whole bear
#

give it a try

#

its great

cloud stratus
whole bear
#

oh yeah!!!!!

cloud stratus
#

Cool cool

#

How is that going?

whole bear
#

erw is fuching hard

cloud stratus
#

lol

whole bear
#

and i can only cry

somber heath
ripe torrent
whole bear
#

oh god what are u trying to prove !!!!!!!! we get it you are god

cloud stratus
#

I was supposed to take it in the 5th of December, then the lockdown stuff came out

whole bear
#

ya that sucks

somber heath
#

@whole bear I was asked to give a link. I gave a link.

ripe torrent
whole bear
#

im a sophomore so next year august

cloud stratus
#

I'd simp for Opal

somber heath
#

@cloud stratus I'm not sure how I feel about that, but thanks. 😁

whole bear
whole bear
cloud stratus
#

I feel you @whole bear

hushed elm
#

that's great @somber heath

#

opal and the SUCC

#

goopy succ

somber heath
whole bear
#

this is surreal

wise glade
#
if __name__ == '__main__':
    createComponents_txt()

    with pool(max_workers=cpu_count()) as p:
        p.submit(MonitorComponentsChanges)
        p.submit(MonitorNetlistChanges)
    some_script()

so in this code, some_script() will never run if pool() thing never finishes, right?
so what should I do, if this is the order of execution for these scripts?

hushed elm
#

sorry guys my bad

wise glade
#

srry, my voice broke down? stupid bad connection

#

it always slows down in the night time

#

i wonder I wonder why? πŸ€” πŸ˜‚

rugged root
#

I'll be back

hushed elm
#

TERMINATOR STYLE

#

i liek it

whole bear
#

newsletters are like daily magazines

#

i subs for a few

rugged root
#

@stoic ore if you want to write out your question/what you needed an opinion on, I'll look at it when I get back. I have to use the restroom.

stoic ore
#

ok

#

no it is not hurry

#

thx

whole bear
#

@hushed elm drop a mail to send you some samples

somber heath
#

@wise glade What you can do is run a test. Make a barebones module with multiprocessing, write two things that you're invoking in your child processes. One that completes right away and one that does not. Compare how each behaves.

umbral herald
hushed elm
#

yeah some are just span

whole bear
idle vector
#

ayy we got a new logo??

sick cloud
#

hello@hushed elm

hushed elm
#

did i get disconnected?

whole bear
#

no

hushed elm
#

ok perfect

sick cloud
wise glade
#

@somber heath no i think this will be easier ```py
from multiprocessing import Process
process1 = Process(target=some_func())
process2 = Process(target=some_other_func())
process1.start()
process2.start()
func()
other_func()
process1.join()
process2.join()

this way everything runs πŸ˜„
hushed elm
#

@whole bear send me a message here

idle vector
willow light
#

Never spend seven minutes doing by hand what you can spend seven hours trying to automate.

hushed elm
#

big uufff

willow light
#

Enterprise in a nutshell

whole bear
cloud stratus
#

A dragon curve is any member of a family of self-similar fractal curves, which can be approximated by recursive methods such as Lindenmayer systems. The dragon curve is probably most commonly thought of as the shape that is generated from repeatedly folding a strip of paper in half, although there are other curves that are called dragon curves t...

hushed elm
#

tv is for phlebs bro

#

Mathematician John Conway once boasted that one of his predecessors took six years to enumerate all 54 knots of a certain type, but that his own powerful notation "made this just one afternoon's work."

How did Conway accomplish this feat? and what tradeoffs did he have to make? and what good is knot theory, anyway?

In this talk, I will enumera...

β–Ά Play video
#

@tranquil barn you might like this ^ idk

#

knots

willow light
#

knots as in nautical miles per hour

wise glade
#

@night tiger are you figuring out something for me, regarding multiprocesing? cause I'm gonna sleep, its getting late, and I'm kinda tired πŸ˜…, I wanna stick around if you indeed are

willow light
#

headphones get tangled up if you aren't using bluetooth. and who uses bluetooth, anyway?

#

/sarcasm

hushed elm
somber heath
#

@wise glade Go to bed. You're okay.

wise glade
#

πŸ˜‚

#

yeah, I drank too much chocolate milk tonight, getting sleepy

willow light
#
package main

import "fmt"
func main() {
    fmt.Println("Why can't python be this easy </sarcasm>?")
}
wise glade
#

chocolate milk's the best in winters

willow light
#

chocolate milk is best hot and with peppermint

#

and marshmallows. and caramel.

ripe torrent
#

Camomile tea ?

willow light
#

no, for at night you want a hot toddy

wise glade
#

hey I'm 18, so no alcohol for me yet

ripe torrent
#

LoL

wise glade
#

at a pub, seems lame srry πŸ˜‚

hushed elm
#

i was a drunk fucc when i was 18

willow light
#

hey, their hot chocolate is really good

#

don't knock it

hushed elm
#

ideeer

wise glade
#

among american accents, I can only differntiate Texas's accent, sound really different from anything else

hushed elm
#

ewww mouth breathers

whole bear
#

american accent is a bit tough to catch for non native

wise glade
#

by guys, night,

sick cloud
wise glade
#

oh, its morning to noon in USA right now for u guys

sick cloud
wise glade
#

for jag its 7:30 pm, okay

sick cloud
willow light
#

it's early morning in cali because they hate the world there

whole bear
#

its 11 in the night

sick cloud
#

@cloud stratus gud and u ?

hushed elm
#

snowy around here

cloud stratus
#

Did you take this?

hushed elm
#

yes

wise glade
#

that's not real?

hushed elm
#

i did

wise glade
#

really, beautiful

hushed elm
#

that's some fruit tree in a park around here

whole bear
#

this is beautiful

hushed elm
#

eyy i'm glad u like it

wise glade
#

so, its that cold over there πŸ₯Ά

whole bear
#

wish it snowed here but i live in a fuching dessert

cloud stratus
#

yup

willow light
#

pupusas salvadoreΓ±as son muy delicias

cloud stratus
#

Nah, I'll only praise the things I don't hvae

whole bear
#

its a metaphor

#

not that i actually live in sahara

wise glade
#

how many of you guys have 2 or more monitors?

willow light
hushed elm
sick cloud
#

i'm realizing that Mr Meth isn't here

willow light
#

one monitor for code. one monitor for discord. one monitor for stackoverflow. one monitor for a livestream of norwegian trains. one monitor for microsoft teams. one monitor for weather updates.

wise glade
#

sh** I said I'ma sleep now, but this place is addictive 😞

whole bear
hushed elm
#

lol

wise glade
willow light
#

they're fragile

hushed elm
#

Mr Hemmoroid @rugged root

willow light
somber heath
#

It's probably a touch crass.

cloud stratus
hushed elm
#

another pic

sick cloud
wise glade
willow light
whole bear
sick cloud
#

20/10

hushed elm
#

haaah

willow light
hushed elm
#

another one

#

huuuuge

candid venture
hushed elm
candid venture
whole bear
#

//no programmer is dumb////but all suck at biology//

hushed elm
#

do you need it?

wise glade
#

I don't stick around, I travel

somber heath
hushed elm
#

nice lighter, i've seen it before

wise glade
#

yeah, an extra monitor would be helpful @hushed elm

whole bear
willow light
#

Someone uses a chair. Someone else immediately says they're against chairs.

America in a nutshell.

hushed elm
#

SOLID

indigo topaz
#

!play renai circulation

willow light
#

no

#

just no

indigo topaz
#

yes

willow light
#

platinum disco is superior

whole notch
indigo topaz
#

oh

idle vector
#

KONSPIRESY

hushed elm
#

-10iq since the start of this convo

idle vector
#

πŸ˜‚

cloud stratus
#

lmaoo

whole bear
hushed elm
#

a guy came unto me

#

uh oh

rugged root
#

Unto or onto

willow light
#

yes

ripe torrent
#

Same

hushed elm
#

onto

#

can't remember

rugged root
#

Be flattered

hushed elm
#

no u

whole notch
#

The** EARTH IS FLAT**

ripe torrent
#

In imagination sure

cloud stratus
#

DO YOU BELIEVE IN EARTH??

hushed elm
#

What even is?

#

What even?

willow light
#

Do you believe in gravity?

hushed elm
#

What???

cloud stratus
#

What what?

whole notch
#

What even is earth?

wise glade
#

Moon is something that our sun turns into at the night

whole bear
#

unpleasant sound is noise

somber heath
#

I did see there was some discussion as to if the moon is a moon and not a planetoid in its own right, given its size. Many true moons are far smaller.

willow light
#

I thought the moon was a bare set of buns

ripe torrent
#

LOL

whole notch
#

What's the biggest problem in the history of humanity?

hushed elm
#

problem to solve you mean?

whole notch
#

yep

hushed elm
#

what about these ones?

cloud stratus
#

Sun looks like a laser beam

hushed elm
#

it's a lens flare

whole bear
hushed elm
#

haah

somber heath
# hushed elm

I suppose they're watching one of those televangelist programmes.

whole notch
#

hahahaha

#

Nice one

hushed elm
#

yeah lols

cloud stratus
#

@somber heath I guess I failed you

somber heath
#

@cloud stratus I don't follow.

cloud stratus
#

Ehhh, dragon curve

hushed elm
somber heath
#

@cloud stratus Oh. Okay. It's no worry. πŸ™‚

scarlet drift
#

Bruh

somber heath
#

@cloud stratus You can circle back to it when you're ready.

cloud stratus
#

Alright n.n

scarlet drift
#

That's why you need to pay your employees

whole bear
#

what is this baptist thing in christianity?

hushed elm
whole bear
#

international love

wise glade
#

seems in adventofcode, its just simple to hard problems, i think it does'nt require knowledge of any particular discipline like DataScience or something like that

whole bear
wise glade
#

its his serious voice

hushed elm
#

Mr. Pieton Sachs

lunar grotto
#

I suck so do python πŸ˜‚πŸ€£πŸ€£

whole bear
#

some russian guy abused me in russian for posting meme

wise glade
#

@whole bear you really sounds like an Indian guy that hollywood movies assumes all Indian sounds like

whole bear
#

feeling lucky with 1.7 bn others

lunar grotto
#

@whole bear @cloud stratus too much

cloud stratus
#

hm?

wise glade
#

ok so I spent 30 more min coding and discording, after saying good night, πŸ˜‚ , addicted 😭

hushed elm
#

hahahahah gotcha

lunar grotto
#

Anybody can suck python 🐍

cloud stratus
#

I just like lying to myself about my productiveness, being here makes me feel like im involved

whole bear
#

pycharm

cloud stratus
#

vs code

wise glade
#

yeah, australian accent , they say it happens at the ends of you mouth, stretching every word or something

hushed elm
#

finish me off ;);)

cloud stratus
#

No macro, we like you

#

kinda

rugged root
#

Don't use gay as an insult

cloud stratus
#

It wasn't an insult ig

rugged root
#

Calling something "kinda gay" implies that you're saying it as a bad thing

cloud stratus
#

I guess

whole bear
#

no problem

wise glade
#

@somber heath what's a Dag, or who do you call a Dag in australia?

lethal ingot
#

It flounders you

wise glade
#

its funny, really funny after that point

lethal ingot
#

Embrace equanimity

whole bear
#

brb

lethal ingot
#

That's very good epistolary explanation

#

Don't embroil yourself

whole bear
#

weird but do u guys shiver while u pee?

wise glade
rugged root
#

....really?

whole bear
#

i mean a cold breeze kinda thing!

wise glade
whole bear
wise glade
#

punnet a small light basket or other container for fruit or vegetables.

lethal ingot
#

Live collusion

sick cloud
#

hello @lethal ingot

lethal ingot
#

It's a genial aura here

#

Hi @sick cloud

sick cloud
lethal ingot
#

Yes finally

#

But when there are dozens of people, it's chaos

#

Or hodgepodge

sick cloud
whole bear
sick cloud
#

btw Mr meth is still not here

whole bear
#

watch it

lethal ingot
#

Don't pontificate

whole bear
#

what is nitro booster @rugged root

lethal ingot
#

That's serendipitous topic

#

That's a sordid act

sick cloud
#

for a moment, i thought MEE6 is here

hushed elm
#

he was

severe elm
#

hey guys i have a question

sick cloud
sick cloud
tame jackal
#

mee6??

severe elm
#

Question: Is the competitive grading system in university allowed?

tame jackal
#

i guess you meant MEE5

#

XD

wanton blade
tame jackal
#

yeah

rugged root
#

Really busy in here

tame jackal
#

i have a question

rugged root
#

@severe elm Whatcha got for us?

severe elm
#

so what i mean is that your professor gives you your grade on a exam based on the grades of the others

sick cloud
tame jackal
severe elm
#

did you see my question?

rugged root
#

Oh I see now

severe elm
#

mee5 is answering, i dont know why

#

so did you guys see the question?

rugged root
#

So wait, your exam is based on your previous scores?

severe elm
#

nono

glass gulch
#

i need to complete 50 messgaes to speak in voic channel

#

:(

severe elm
#

so my grade is based on the performance of all the other students in the class

rugged root
#

@glass gulch Yep, and you'll get there organically by just hanging out and having conversations, asking or getting help in a help channel, checking out channels that might you might find interesting in the Topical Channels, all kinds of things

#

We even have off-topic channels

severe elm
#

do you get what i mean?

rugged root
#

A little bit

#

There's grading on a curve in the US

severe elm
#

let me explain again

#

nono

glass gulch
#

so if i go to a college and help them build there website

#

will it come inder experience or project in your resume

#

becasue i made a resume some day back

severe elm
#

@rugged root so the thing is that my tutors told me that the grades for our exams/test/homeworks are based on the performance of all the students who take those exams/test/homeworks. so it's not like "hey this guy did the exercise and solved it", it's more like "he solved it but the other guy solved it better, so he will get a worse grade"

glass gulch
#

and i came to a reliazation that i am nohting to put there

severe elm
#

sry, it's kind of hard to explain this

rugged root
#

I can't say I've ever encountered that in the States

glass gulch
#

just languages i know and i have done nothing in them

rugged root
#

No no, I think I get what you're saying

#

But I don't think I've personally ever seen that

severe elm
#

it's called "competitive grading system in school / university

tame jackal
#

i have right now, one of them uses python module, it has a built-in python editor and uses python module but it's not popular, it has a lot of tutorials but not that popular. And also i have a engine that it's popular, but it uses python-like script, so it may take longer than the module, and also the engine that uses module, in my opinion is better bc i can combine modules together, so which engine do you think i have to learn??

severe elm
#

hmmm

rugged root
#

@glass gulch Building a portfolio is one of the best things you can do for yourself.

severe elm
#

you know, they did that kind of schooling maybe 50 or 100yrs ago

rugged root
severe elm
#

there your classmates were your enemies and stuff

#

and you competet against them

rugged root
#

They can give you all kinds of advice on what you want on your resume and what have you

#

Yeah that's pretty fucked, Kim

#

Where are you located again? If you don't mind me asking, of course

severe elm
#

germany

rugged root
#

Hmm

severe elm
#

it's just one module in university where they do this shit

rugged root
#

And this is like University level stuff?

#

Gotcha

severe elm
#

yeah university

glass gulch
severe elm
#

hmmm

wise cargoBOT
#

Hey @lethal ingot!

It looks like you tried to attach file type(s) that we do not allow (). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a, .csv.

Feel free to ask in #community-meta if you think this is a mistake.

severe elm
#

pretty fucked man

#

i have to get back to studying guys

#

have fun

#

i will be back later

cloud stratus
#

Is it just me or Macro's voice changed dramatically?

#

@hushed elm umm you ok?

glass gulch
rugged root
#

Can't hurt. Just something showing you know how to get some stuff done. Contributing to other open source projects is always a good look as well

lethal ingot
#

Good idea

glass gulch
#

its saying i have to send more then 50 messages is it to a specific channel

#

of a server as a whole

#

or*

rugged root
#

Server as a whole except for #bot-commands

#

And the messages can't have been deleted

glass gulch
#

i am pretty close to 50 i think

rugged root
#

Also keep in mind that those 50 have to be over three 10 minute blocks

#

And you have to have been here for 3 days

glass gulch
#

no i have been here for months

lethal ingot
#

@rugged root is there way to show stats ?

rugged root
#

Cool cool. Force of habit to rattle off the specifics

#

@lethal ingot Not as of yet

sick cloud
rugged root
#

I think it's in the works

lethal ingot
#

Ok

rugged root
#

@sick cloud So you can't do all 50 messages quickly. It's to discourage spamming

glass gulch
#

:(

hushed elm
#

hey @fickle orbit

lethal ingot
#

What year was the advent of code ?

rugged root
#

Every year since 2016

glass gulch
#

ok so what will the difference if i learn django instead of nodejs

lethal ingot
#

I thought it meant first code in comupter history

rugged root
#

You'll find that more companies would be looking for nodeJS

#

@lethal ingot Ohh no no no. Advent as in the Christian idea of the Advent before Christmas

glass gulch
#

i have my roadmap as

rugged root
#

Which is why it takes place from Dec 1 to Dec 25

lethal ingot
#

Ok

somber heath
#

@glass gulch One of them, people will keep mispronouncing your learned discipline.

glass gulch
#

html -> css -> python -> django -> flask -> javascript -> reactjs

#

currently i am learning django

lethal ingot
#

What was first language in computer ?

rugged root
#

Binary

#

@glass gulch If you plan on doing web stuff, you might want to move Javascript higher up the list

glass gulch
somber heath
#

@lethal ingot Look up Alan Turing.

cloud stratus
lethal ingot
#

I know Alan

cloud stratus
#

Ba-dum-thss

lethal ingot
#

And Tim Bereners Lee

glass gulch
#

in this smemster we had python so i thought to do django first

rugged root
#

Yeah and that works as well

harsh fog
#

I am supressed

rugged root
#

Nothing wrong with going that way

harsh fog
#

how can i go back to noprmal

#

in voice

rugged root
#

@harsh fog Check out the #voice-verification channel. That should tell you what you need to know

somber heath
rugged root
#

Happy to help!

harsh fog
lethal ingot
#

Can I connect a server to wifi router ?

#

Or only with cable ?

rugged root
#

Can yes, but I wouldn't suggest it

somber heath
#

@lethal ingot You can get up to all sorts of shennanegans with networking.

#

Slowest link is how fast it runs.

#

At best.

lethal ingot
#

Ok

rugged root
#

I'd worry about stability issues

#

WIFI isn't the most reliable

lethal ingot
#

I put server far away from router

rugged root
#

Well played, Opal

lethal ingot
#

That's why

#

In a different room

rugged root
#

Then you're likely to get either a low signal or some packet loss

somber heath
#

"This router is shit! It dies as a warning to the others! * stab stab stab *"

rugged root
#

And for a server that's a potential issue

#

Also depends on what the server is used for, I guess

lethal ingot
#

It's for educational purposes

#

To learn using it

#

It's a home server

harsh fog
#

hello

sick cloud
lethal ingot
#

Alright adios a todos

sick cloud
harsh fog
#

i have less than 50 messeges

#

so i need to speak some random stuff

#

so dont mind me

#

the talk is really good

#

and this is cool

#

so

sick cloud
#

don't spam

#

though

rugged root
#

I mean there's also the option of like.... having a conversation, asking for or offering help in the help channels, chatting in the off-topic channels, or finding a channel you find interesting in the topical channels

#

But spamming or just filling space just to hit your limit might get you voice banned and prevent you from verifying for a longer amount of time

glossy cipher
#

Is the voice verification given by a person or its by a bot?

#

I've wanted to talk a few times, about ongoing discussions

rugged root
#

By the bot

glossy cipher
#

Alright, Thanks @rugged root

rugged root
#

Any time!

stoic ore
#

im milk'ng

cloud stratus
#

@near ocean sup

stoic ore
#

Enis cheryson Do you have a girl friend

rugged root
#

That's.... random

cloud stratus
#

Indeed

stoic ore
#

semi skimmed millk

#

@somber heath hey

#

do OPAL means anything ?

#

A word or a name

somber heath
#

Opal is a gemstone.

#

Australia has black opals.

#

They're prettier than white opals.

rugged root
#

They're both pretty

stoic ore
#

πŸ˜„

tall latch
#

hey can someone help me

sick cloud
#

@tall latch did u change ur name ?

tall latch
#
                stophour = int(dt.strftime("%H"))
                stopmin = int(dt.strftime("%M"))
                starthour = teamdata[userteam]["members"][str(message.author.id)]["hour"]
                startmin = teamdata[userteam]["members"][str(message.author.id)]["min"]
                if stophour < starthour:
                    stophour += 24
                #testing
                print(stophour)
                print(stopmin)
                print(starthour)
                print(startmin)
                stoptotal = (stophour*60)+stopmin
                starttotal = (starthour*60)+startmin
                calc = str((stoptotal-starttotal)/60)
                print(stoptotal)
                print(starttotal)
                print(calc)
                calc = int(calc[:calc.index(".")])
                print(calc)```
strange plank
#

@somber heath your voice could go over an audiobook its smooth πŸ˜† or a podcast or something

digital jackal
#
from datetime import datetime
x = datetime.now()
x1 = x.strftime("%H:%M:%S")
b = ["put your time here"]
sick cloud
#

@tall latch guess what i'm building now

#

u know the way to execute code in discord ?

#

!e

wise cargoBOT
#
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!*

sick cloud
#

i'm building that

#

yeah, that

#

i'm building a bot used for executing python code

#

in discord

#

yesss

#

ofc

#

nah, i'm building it from sratch

#

like i'm only using the discord module

#

and that's all

#

hello again

tall latch
#

@somber heath i fixed it with two instances of datetime.datetime.now()

#

now it works

digital jackal
#
from datetime import datetime
datetime.now()
tall latch
#

yeah dude

digital jackal
#

eaier to have

tall latch
#

dont teach me basic python

digital jackal
whole bear
#

kj

lethal ingot
#

What's UTF-8 ?

#

πŸ‘

#

ok fe

cloud stratus
#

Hi

spiral seal
#

hi welcome

cloud stratus
#

Howdy

spiral seal
#

hey i dont have voice verify

#

yeah i am tried

cloud stratus
#

You have to send 50 messages before that

spiral seal
#

yes

cloud stratus
#

Yup

spiral seal
#

i dont send 50 message

cloud stratus
#

Hemlock are you able to see all of the channels with your role?

whole bear
#

Hi Guys it's me Plus

spiral seal
#

hi

rugged root
whole bear
#

hmm

spiral seal
#

i am new in python

#

okey

#

thanks

whole bear
#

does people still use vmware?

#

docker replacement of vmware or are they completely different

whole bear
#

should i learn docker?

spiral seal
#

hey i go to sleep good night

rugged root
rapid oracle
#

ik

#

but im ok

rugged root
#

Then why the join leave join leave join leave?

rapid oracle
#

idk

amber raptor
#
long elk
#

hi

spiral seal
#

hi

#

welcome

cloud stratus
#

hi

#

Yup

buoyant topaz
#

Suppp

whole bear
#

this i suck has gone quite a spread in sever

candid venture
#

@hollow haven

#

can u do a hat to my pfp?

tepid plume
#

you mean christmas hat?

pliant atlas
candid venture
candid venture
pliant atlas
#

Then do u add a hat to a car

candid venture
#

yes

tepid plume
#

you can use one of online edit programs

candid venture
#

but idk how to add it to my self

#

she does it better

tepid plume
#

ok

candid venture
whole bear
#

this nfsmw car got a grt nostalgia

#

that badass feel when u drive it in career mode

spiral seal
#

good morning

whole bear
spiral seal
sick cloud
#

@shut flame hello

shut flame
sick cloud
shut flame
#

i am fine but a bit frustrated at my code

sick cloud
shut flame
#

nah

#

i am unable to remove particular items from the list

#

it says removed but doesnt display it when i print it

sick cloud
#

if it doesn't display the item, then u have removed it....

#

@shut flame

shut flame
#

it displays it

#

even after i remove it

sick cloud
#

can i see the code ?

shut flame
#

a sec

#

there are three import so its a large code

sick cloud
#

!pate

shut flame
#

i am pasting all of it here okay?

#

!copy

sick cloud
#

use paste bin, if its big

#

!paste

wise cargoBOT
#

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.

shut flame
#

ask me anything u need to know with tags

#

@shut flame

#

like this

#

okay

sick cloud
#

alr

#

in which line r u trying to remove the element of the list ?

#

@shut flame

shut flame
#

@sick cloud

whole bear
#

after a helly day this is the only place i want to be

#

in

unkempt berry
#

!e

a=['1','2','3']
a.remove('1')
print(a)
wise cargoBOT
#

@unkempt berry :white_check_mark: Your eval job has completed with return code 0.

['2', '3']
unkempt berry
#

!e

a=[1,2,3]
a=[x for x in a if x<=1]
print(a)
wise cargoBOT
#

@unkempt berry :white_check_mark: Your eval job has completed with return code 0.

[1]
unkempt berry
#

@shut flame that are examples of how to remove items from the list

whole bear
#

brb

#

!e print("""\ Usage: thingy [OPTIONS] -h Display this usage message -H hostname Hostname to connect to """)

unkempt berry
#

@whole bear you heard about argparse lib right

whole bear
#

nah

unkempt berry
#

it has stuff youre trying to evaluate in the box

#

like created to parse args for console scripts

whole bear
#

this is quite a similar situation @tranquil barn

tranquil barn
#
print("hi")
#

!e

wise cargoBOT
#
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!*

whole bear
#

!e ```print('hy')

wise cargoBOT
#

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

hy
cloud stratus
whole bear
#

!e print(''' hy hello namste Hola Zdravstvuyte Salve OlΓ‘''')

#

!e print('ba' 'na'*3)

cloud stratus
whole bear
#

!e```import random

x = ""

while x == "":

# Gnenerates a random number
# between 1 and 6 (including
# both 1 and 6)
no = random.randint(1, 6)

if no == 1:
    print("[-----]")
    print("[     ]")
    print("[  0  ]")
    print("[     ]")
    print("[-----]")
if no == 2:
    print("[-----]")
    print("[     ]")
    print("[     ]")
    print("[ 0   ]")
    print("[-----]")
if no == 3:
    print("[-----]")
    print("[     ]")
    print("[0 0 0]")
    print("[     ]")
    print("[-----]")
if no == 4:
    print("[-----]")
    print("[0 0  ]")
    print("[     ]")
    print("[0 0  ]")
    print("[-----]")
if no == 5:
    print("[-----]")
    print("[0   0]")
    print("[  0  ]")
    print("[0   0]")
    print("[-----]")
if no == 6:
    print("[-----]")
    print("[0 0 0]")
    print("[     ]")
    print("[0 0 0]")
    print("[-----]")

x = input("press enter to roll again and n to exit:")
print(" \n ")```
#

the only thing i ever madeπŸ˜†

#

russian are not people they are superhuman

#

they tame bear when i can hold my pug

#

kiil me

#

dont say

#

πŸ˜„

spiral seal
#

@cloud stratus

cloud stratus
#

Huh?

shut flame
#

can u come in the dms

#

i will show you what needs to be done

#

on voice chats

#

its a really small problem i don't know whats causing the issue

unkempt berry
#

ye lets go

viral sierra
#

Exactly

sick cloud
#

!e

import random

x = 0

while x < 10:

    # Gnenerates a random number
    # between 1 and 6 (including
    # both 1 and 6)
    no = random.randint(1, 6)

    if no == 1:
        print("[-----]")
        print("[     ]")
        print("[  0  ]")
        print("[     ]")
        print("[-----]")
    if no == 2:
        print("[-----]")
        print("[     ]")
        print("[     ]")
        print("[ 0   ]")
        print("[-----]")
    if no == 3:
        print("[-----]")
        print("[     ]")
        print("[0 0 0]")
        print("[     ]")
        print("[-----]")
    if no == 4:
        print("[-----]")
        print("[0 0  ]")
        print("[     ]")
        print("[0 0  ]")
        print("[-----]")
    if no == 5:
        print("[-----]")
        print("[0   0]")
        print("[  0  ]")
        print("[0   0]")
        print("[-----]")
    if no == 6:
        print("[-----]")
        print("[0 0 0]")
        print("[     ]")
        print("[0 0 0]")
        print("[-----]")
    x += 1
    print(" \n ")
wise cargoBOT
#

@sick cloud :x: Your eval job has completed with return code 1.

001 | [-----]
002 | [     ]
003 | [     ]
004 | [ 0   ]
005 | [-----]
006 | press enter to roll again and n to exit:Traceback (most recent call last):
007 |   File "<string>", line 49, in <module>
008 | EOFError: EOF when reading a line
sick cloud
#

@tranquil barn hello

#

@whole bear hello

#

u can't have user input

#

!e

import random

x = 0

while x < 10:

    # Gnenerates a random number
    # between 1 and 6 (including
    # both 1 and 6)
    no = random.randint(1, 6)

    if no == 1:
        print("[-----]")
        print("[     ]")
        print("[  0  ]")
        print("[     ]")
        print("[-----]")
    if no == 2:
        print("[-----]")
        print("[     ]")
        print("[     ]")
        print("[ 0   ]")
        print("[-----]")
    if no == 3:
        print("[-----]")
        print("[     ]")
        print("[0 0 0]")
        print("[     ]")
        print("[-----]")
    if no == 4:
        print("[-----]")
        print("[0 0  ]")
        print("[     ]")
        print("[0 0  ]")
        print("[-----]")
    if no == 5:
        print("[-----]")
        print("[0   0]")
        print("[  0  ]")
        print("[0   0]")
        print("[-----]")
    if no == 6:
        print("[-----]")
        print("[0 0 0]")
        print("[     ]")
        print("[0 0 0]")
        print("[-----]")
    x += 1
    print(" \n ")
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

001 | [-----]
002 | [0   0]
003 | [  0  ]
004 | [0   0]
005 | [-----]
006 |  
007 |  
008 | [-----]
009 | [     ]
010 | [     ]
011 | [ 0   ]
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/ofacegejof.txt

sick cloud
viral sierra
#

Yes @tranquil barn

#

I can't talk rn

sick cloud
#

u aren't verifed

viral sierra
#

Yes

whole bear
sick cloud
#

@whole bear why hacking ?

#

@frigid shard hello

sick cloud
#

alr, i'm gonna have lunch now

whole bear
#

hy @digital jackal

#

comin

shut flame
#

@unkempt berry Thank you so much man

whole bear
shut flame
#

This guy will be my mentor from now on

#

Π― люблю этого парня ΠΈ Ρ€ΠΎΡΡΠΈΡŽ

unkempt berry
whole bear
#

love story in the making

#

talk is depressing

#

stop it

#

!!!!!!!

shut flame
#

so you want code

tranquil barn
#

f(x)

#

F(x)+C

cloud stratus
#

I wonder how it evolved from a depressed talk to a math lesson

whole bear
#

its still depressing

polar wharf
#

dont miss the part about slavs

whole bear
#

bye guys

sick cloud
cloud stratus
#

I'll be back

sick cloud
tranquil barn
#

i j k
1 2 3
4 5 6

whole bear
#

is the integral talk over?

sick cloud
#

3 blue 1 bown ?

#

@whole bear welcome back

#

idk tbh

#

i didn't see him

#

but i do wonder how !e works

whole bear
#

come and get your head banged against the wall

sick cloud
#

wdym

whole bear
#

hey guys

#

by others its like a metaphor

#

no threat by me

#

I know russian too

sick cloud
whole bear
#

near the russia

sick cloud
whole bear
#

Kazachstan exactly

whole bear
#

@frigid shard i was actually looking for exchange year in russia

#

@unkempt berry is russian too

#

i love russia

#

and people

sick cloud
whole bear
#

ahaha

#

yeah

#

ye, it's a capital

#

kazach

sick cloud
#

whoops

stuck furnace
#

πŸ˜„

whole bear
#

ye

#

i was there

sick cloud
#

i'll be afk

whole bear
frigid shard
#

Borat

stuck furnace
#

Yo

whole bear
#

and borat 2)

#

it's kinda funny

stuck furnace
#

Erm London

whole bear
#

@tranquil barn nope

stuck furnace
#

Erm, I'm actually not sure.

#

We have quite a few staff. I know there's at least one person from south-east Asia

#

Erm, I'm still fairly new πŸ˜…

#

Please don't lemon_pensive

#

Sorry, didn't get that?

whole bear
stuck furnace
#

What's everyone up to?

whole bear
#

I'm sitting here with u guys actually

#

before i was programming

stuck furnace
#

Ah

#

You doing Advent of Code?

whole bear
#

ye, that's kinda usefull just talk to others and make new friends

stuck furnace
#

Ah, so it's a thing that runs every year.

#

You get a new problem to solve each day in December.

whole bear
#

didn't hear about it

stuck furnace
#

Yeah, similar to that.

#

Yep, already started.

whole bear
#

ohhh, hold on, I heard about it yesterday

stuck furnace
#

this you can find the details there.

whole bear
#

it's a website where we all can solve a problem

stuck furnace
#

Today's problem is not too difficult. You should try it.

#

Erm, you're a bit muffled @cloud stratus

whole bear
#

what exactly i should do there? just tap everywhere and think a bit?

tranquil barn
#

.aoc join

whole notch
#

lol

whole bear
#

@tranquil barn idk

stuck furnace
#

Erm, two problems per day.

whole bear
#

wow

stuck furnace
#

You can unlock the second problem by solving the first.

#

Nope, I think you get the role by doing .aoc join

#

Oh, not sure how that works then πŸ˜…

#

Nah, I only learned about it this year.

#

You might find it useful to solve some of last year's problems and compare your solutions to others.

whole bear
#

guess i can do it in c?

stuck furnace
#

Yep, any language.

#

But obviously, we prefer python πŸ˜„

#

Erm, I think you can submit more than once

whole bear
#

where do i get sponsor join code?

stuck furnace
#

@whole bear do .aoc join and you'll be sent a code.

#

.aoc leaderboard

viscid lagoonBOT
#

Here's our current top 10! πŸŽ„πŸŽ„πŸŽ„

     | Name                      | Score | ⭐, ⭐⭐
--------------------------------------------------
   1 | arknave                   |   694 | (1, 1)
   2 | Starwort                  |   691 | (1, 1)
   3 | FrenchMasterSword         |   689 | (1, 1)
   4 | Frowny                    |   686 | (1, 1)
   5 | smartspot2                |   686 | (1, 1)
   6 | The1Divider               |   685 | (1, 1)
   7 | UltimateChaos233          |   683 | (1, 1)
   8 | salt-die                  |   682 | (1, 1)
   9 | Kevin Sheng               |   679 | (1, 1)
  10 | Sai Fun                   |   679 | (1, 1)

The leaderboard is refreshed every 30 minutes.

Number of Participants

349

Full Leaderboard
whole bear
#

.aoc join

#

.aoc leaderboard

viscid lagoonBOT
#

Here's our current top 10! πŸŽ„πŸŽ„πŸŽ„

     | Name                      | Score | ⭐, ⭐⭐
--------------------------------------------------
   1 | arknave                   |   694 | (1, 1)
   2 | Starwort                  |   691 | (1, 1)
   3 | FrenchMasterSword         |   689 | (1, 1)
   4 | Frowny                    |   686 | (1, 1)
   5 | smartspot2                |   686 | (1, 1)
   6 | The1Divider               |   685 | (1, 1)
   7 | UltimateChaos233          |   683 | (1, 1)
   8 | salt-die                  |   682 | (1, 1)
   9 | Kevin Sheng               |   679 | (1, 1)
  10 | Sai Fun                   |   679 | (1, 1)

The leaderboard is refreshed every 30 minutes.

Number of Participants

349

Full Leaderboard
stuck furnace
#

Yeah, they had a technical problem, so the first day doesn't count.

#

Yep, you could do I think.

#

I'm not sure if you have to answer today's puzzles to unlock tomorrows.

whole bear
#

@stuck furnace we have to wrie the whole code in there?

stuck furnace
whole bear
stuck furnace
whole bear
#

like in the anwer thingy

#

gotcha

#

on it but will use c and ++

#

give a try to code chef

#

its cool

stuck furnace
#

Sorry, it's an annoying habit πŸ˜…

whole bear
#

how do u impress your crush with python?

stuck furnace
#

Bri-ish innit

cloud stratus
#

Programming is for loners

whole bear
#

make an instagram personally for her

stuck furnace
#

Yes

#

Erm, yes*

#

!projects

wise cargoBOT
#

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.

tranquil barn
#

.aoc leaderboard

viscid lagoonBOT
#

Here's our current top 10! πŸŽ„πŸŽ„πŸŽ„

     | Name                      | Score | ⭐, ⭐⭐
--------------------------------------------------
   1 | arknave                   |   706 | (1, 1)
   2 | Starwort                  |   703 | (1, 1)
   3 | FrenchMasterSword         |   701 | (1, 1)
   4 | Frowny                    |   698 | (1, 1)
   5 | smartspot2                |   698 | (1, 1)
   6 | The1Divider               |   697 | (1, 1)
   7 | UltimateChaos233          |   695 | (1, 1)
   8 | salt-die                  |   694 | (1, 1)
   9 | Mushinako                 |   692 | (1, 1)
  10 | Kevin Sheng               |   691 | (1, 1)

The leaderboard is refreshed every 30 minutes.

Number of Participants

355

Full Leaderboard
stuck furnace
#

πŸ˜…

#

Did you enter the code at the website?

#

One sec, I'll ask...

cloud stratus
#

.aoc leaderboard

viscid lagoonBOT
#

Here's our current top 10! πŸŽ„πŸŽ„πŸŽ„

     | Name                      | Score | ⭐, ⭐⭐
--------------------------------------------------
   1 | arknave                   |   706 | (1, 1)
   2 | Starwort                  |   703 | (1, 1)
   3 | FrenchMasterSword         |   701 | (1, 1)
   4 | Frowny                    |   698 | (1, 1)
   5 | smartspot2                |   698 | (1, 1)
   6 | The1Divider               |   697 | (1, 1)
   7 | UltimateChaos233          |   695 | (1, 1)
   8 | salt-die                  |   694 | (1, 1)
   9 | Mushinako                 |   692 | (1, 1)
  10 | Kevin Sheng               |   691 | (1, 1)

The leaderboard is refreshed every 30 minutes.

Number of Participants

355

Full Leaderboard
stuck furnace
#

Yep, dragon fractal

#

Drawn with Turtle.

#

Hey, so you have to do .aoc subscribe

cloud stratus
#

A dragon curve is any member of a family of self-similar fractal curves, which can be approximated by recursive methods such as Lindenmayer systems. The dragon curve is probably most commonly thought of as the shape that is generated from repeatedly folding a strip of paper in half, although there are other curves that are called dragon curves t...

tranquil barn
#

.aoc subscribe

viscid lagoonBOT
#

Okay! You have been subscribed to notifications about new Advent of Code tasks. You can run .adventofcode unsubscribe to disable them again for you.

stuck furnace
#

No prob πŸ‘

cloud stratus
#

.aoc subscribe

viscid lagoonBOT
#

Okay! You have been subscribed to notifications about new Advent of Code tasks. You can run .adventofcode unsubscribe to disable them again for you.

stuck furnace
#

yey

#

Ah, it only takes ~30mins at the most.

#

The puzzles get harder each day.

#

Erm, you can discuss the problem generally, but don't copy and paste anyone's code πŸ˜„

#

Voice chat is normally busier later than now.

#

When the Americans are online πŸ˜„

#

Ah see ya

#

I'm off too.

#

πŸ‘‹

whole notch
#

Thank you very much

#

You're very friendly

cloud stratus
#

.aoc join

fallow tinsel
#

I am interested in learning django..can someone tell me where to find the best resources

cloud stratus
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

cloud stratus
#

@fallow tinsel

fallow tinsel
cloud stratus
#

Np!

hollow haven
#

@candid venture can you post a picture of your pfp?

wise glade
#

hey, if I made a better or faster code for my adventofcode question, can I go on top of leaderboards even if my submisson comes now? Cause I just woke up now πŸ₯± @hollow haven

#

(ps, am I allowed to ping an event lead/helper/staff like I just did above πŸ˜… ?)

sick cloud
#

@wise glade hello

#

i'm gud hbu ?

#

i said hell no

wise glade
#

πŸ˜‚

sick cloud
#

idk C++ a lot

#

@primal snow hello

wise glade
#

yeah, its not as cool as python for creating stuff

sick cloud
wise glade
#

idk, they use it for network programming too

#

wherever speed matters

#

python's slow

sick cloud
wise glade
#

even I can see with my code, when I time the same algorithms written in both languages

sick cloud
#

in python's defense, u code faster in python than in C++

whole notch
sick cloud
whole bear
#

why so silent?

sick cloud
#

@somber heath hello

#

how u doing ?

whole bear
#

say my name @somber heath

#

why u guys have so much love for python even though its not so demanded i guess?

#

πŸ˜„

#

what one thing would u like to be removedc from py

#

like for me its casesenstivity

wise glade
acoustic ingot
#

I'm just too lazy to type as I've typed in two different channels just now, but sadly, one is dormant now...

whole bear
#

im addicted to python but this is a one sided love

neon sleet
#

but that channel is already occupied

acoustic ingot
#

Because of me

neon sleet
#

haha, I understand

acoustic ingot
#

XD

sick cloud
#

10/25 nice

autumn hazel
#

what channel

whole bear
#

its cool that a 35yo and 16 -18 yo communicate and solve problem together tuly age is just no.

acoustic ingot
#
import os
import datetime
import time
import webbrowser
import speech_recognition as sr
import smtplib
import pyttsx3
import wikipedia
import random
from getpass import getpass

os.system("title JARVIS")
engine = pyttsx3.init('sapi5')
voices = engine.getProperty('voices')
engine.setProperty('voice', voices[0].id)
localtime = time.asctime(time.localtime(time.time()))

# To make it easy, it's a function to make the AI speak
def speak(text):
    engine.say(text)
    engine.runAndWait()

def wishMe():
    hour = datetime.datetime.now().hour

    if hour >= 0 and hour < 12:
        print("Good Morning!")
        speak("Good Morning!")

    elif hour >= 12 and hour < 14:
        print("Good Afternoon!")
        speak("Good Afternoon!")

    else:
        print("Good Evening!")
        speak("Good Evening!")

    print("I'm JARVIS, how may I help you?")
    speak("I'm Jarvis, how may I help you?")

# This is the function which takes the command from you
def takeCommand():
    r = sr.Recognizer()
    with sr.Microphone() as source:
        print("STATUS: LISTENING")
        r.pause_threshold = 1
        audio = r.listen(source)

    try:
        print("STATUS: RECOGNIZING")
        query = r.recognize_google(audio, language= 'en-in')
        print(f"USER_SAID: {query}\n")

    except Exception as e:
        print("I didn't get you, can you say it again?")
        speak("I didn't get you, can you say it again?")
        query = None
    return query

def sendEmail(to, content):
    server = smtplib.SMTP('smtp.gmail.com', 587)
    server.ehlo()
    server.starttls()
    email = input(str("Please Log Into Your Gmail Account> "))
    password = getpass(str("Please Enter Your Password> "))
    server.login(email, password)
    server.sendmail(email, to, content)
    server.close
#

This is the half of it

sick cloud
acoustic ingot
#

if __name__ == '__main__':
    print("INITIALIZING_JARVIS")
    speak("Initializing JARVIS")
    wishMe()
    query = takeCommand().lower()
    while True:
        if "wikipedia" in query:
            print("STATUS: SEARCHING_WIKIPEDIA")
            speak("Searching Wikipedia")
            query = query.replace("wikipedia", "")
            results = wikipedia.summary(query, sentence= 20)
            print(results)
            speak(results)

        elif "time" in query:
            print(localtime)
            speak(localtime)

        elif "email" in query:
            to = input(str(">>>> "))
            speak("Who's the recipient?")
            content = input(str(">>>> "))
            speak("What do you want to say?")

            try:
                sendEmail(to, content)
            except Exception as e:
                print(e)
                print("Maybe, you should allow less secure apps on your google accounts settings... Or, check your creditials")
                speak("Maybe, you should allow less secure apps on your google accounts settings, or check your creditials")
                input("Would you like me to direct you to that page? [Y/N]")
                if "Y" or "y" in query:
                    webbrowser.open("https://myaccount.google.com/lesssecureapps?pli=1&rapt=AEjHL4P9nsZMthP9QP5I3QtZ4q_U0xn6Gaa2yJ4EMJpWk8Xdzuy06LknCJr6QJHe1EMfBjZ-ODRg6V0Tn1X5nGUrzRvs3L-IjA")

                elif "N" or "n" in query:
                    print("OK...")
                    speak("OK!")
```The other half
acoustic ingot
whole bear
#

!e print("ba" 3*"na")

wise cargoBOT
#

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

001 |   File "<string>", line 1
002 |     print("ba" 3*"na")
003 |                ^
004 | SyntaxError: invalid syntax
acoustic ingot
whole bear
#

!e ```print('ba' 'na'*3)

wise cargoBOT
#

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

banabanabana
whole bear
#

how to do it??

cloud stratus
#

What are you tryna do?

whole bear
#

!e print('ba'+'na'*3)

wise cargoBOT
#

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

bananana
cloud stratus
#

Yeah?

#

And what is your problem?

whole bear
#

oh its done]

sick cloud
#

spagetified lol

#

excuse me /

#

what ?

#

nah

cloud stratus
#

Aight

sick cloud
#

i would be rather making a bots and hang with my friends

#

donot question me

cloud stratus
#

Okay

sick cloud
#

ummm, i don't watch movies ;)

#

i only watch yt

#

ummm, ||white pasta|| i guess

cloud stratus
#

Terry Pratchett

somber heath
#

Terry Pratchett

acoustic ingot
#

Book names????

somber heath
#

Snuff.

whole bear
#

!e s=hytheremynameispythonsucksandsodoi len(s)

wise cargoBOT
#

@whole bear :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 'hytheremynameispythonsucksandsodoi' is not defined
somber heath
#

The Hogfather.

#

Going Postal.

whole bear
#
len(s)```
#

!e s='hytheremynameispythonsucksandsodoi' len(s)

wise cargoBOT
#

@whole bear :warning: Your eval job has completed with return code 0.

[No output]
sick cloud
#

!e

s='hytheremynameispythonsucksandsodoi'
print(len(s))
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

34
whole bear
#

got it

sick cloud
#

print always works

whole bear
#

my course teacher teaches me directly on shell so it cofuses me

sick cloud
#

brb

acoustic ingot
#

Joseph Jacobs

#

Brothers Grimm

whole bear
#

!e squares=[2,3,4,5,6,7,8,9,10] print (squares *2)

wise cargoBOT
#

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

[2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10]
sick cloud
#

never thought u could do that....

#

!e

squares=[2, 3, 4, 5, 6, 7, 8, 9, 10]
print ([i for i in squares if i%2 == 0])
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

[2, 4, 6, 8, 10]
whole bear
#

!esquares=[2,3,4,5,6,7,8,9,10] print 2*(squares)

sick cloud
#

@somber heath what could go wrong

sick cloud
whole bear
#

@somber heath help here

acoustic ingot
#

What do you wanna do???

sick cloud
#

alright, lets talk about smth else

#

he is probably afk

#

i mean

#

he might be under pressure or something

rugged root
#

No man asked for

acoustic ingot
#

!e

wise cargoBOT
#
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!*

acoustic ingot
#

!e

squares = [1, 2, 3, 4, 5]
multi_squares = 2 * squares
print(multi_squares)
#

!e

squares = [1, 2, 3, 4, 5]
multi_squares = 2 * squares
if multi_squares = [1, 2, 3, 4, 5, 1, 2, 3, 4, 5]:
    m_sq1 = (1:1) + (6:6)
    m_sq2 = (2:2) + (7:7)
    m_sq3 = (3:3) + (8:8)
    m_sq4 = (4:4) + (9:9)
    m_sq5 = (5:5) + (0:0)
    print(f"{m_sq1}, {m_sq2}, {m_sq3}, {m_sq4}, {m_sq5}"
somber heath
#
from numpy import array

def square(v):
    return v**2

nums = [1, 2, 3, 4, 5]
solution_a = [v**2 for v in nums]
solution_b = array(nums) ** 2
solution_c = list(map(square,nums))```
wise glade
#

does adventofcode question 2 codes up after 14 hrs, after submiting question 1 ans?

rugged root
#

Like Day 1 Part 2?

wise glade
#

this is what I'm getting after submitting one correct ans. Just one

rugged root
#

It's on the same page as the Day 1

#

It'll add the rest of the question further down on that page

wise glade
#

but after 14 hrs, of submitting the first ques?

#

i thought 2 question per day, but seems like 1 question every 14 hrs

#

anyone knows cpp?

sick cloud
#

5:05 pm

wise glade
#

20:35 pm here, weddings going on everywhere

sick cloud
#

@rugged root hmmm, the current time is 5:05 pm for me