#voice-chat-text-1

1 messages ยท Page 99 of 1

mild flume
#

Back in a sec

hushed wolf
plucky rain
analog osprey
sleek parrot
#

Baldrick: I heard that it started when a bloke called Archie Duke shot an ostrich 'cause he was hungry.

plucky rain
mild flume
#

Well that took longer than expected. I'm heading out for the night, folks. See you tomorrow!

raven orbit
#

Myggjรคvlar pรฅ Spotify: https://open.spotify.com/track/7LwXLz0CBfs2Iw8Xxfd5XS?si=p3dUr6wSRG2DLRrIuv9qhQ

Det รคr hรถgsommar. Inte en dag gรฅr utan att svetten rinner okontrollerat. Nรคr man tror att man har kommit undan dyker de upp, smรฅ ondskefulla varelser som livnรคr sig pรฅ ditt blod. Den hรคr lรฅten handlar om en av vรฅra absolut vรคrsta sommarplรฅgor ...

โ–ถ Play video
#

cya hemlock

rocky sundial
#

this library makes me want to shoot myself

mild flume
#

@pearl ruin Hope the kiddo gets to feeling better. Nice chatting with you!

#

Okay, NOW I'm gone. Get too distracted on this server....

raven orbit
#

you're not the only one

mild flume
#

True enough

raven orbit
raven orbit
gray seal
#
import hashlib
import json

password = input("Enter: ")

m = hashlib.sha256()
m.update(bytes(password, 'utf-8'))
#
save(m.hexdigest())
raven orbit
open osprey
#

gotta go - good luck guys

gray seal
#
import hashlib
import json

password = input("Enter: ")

m = hashlib.sha256()
m.update(bytes(password, 'utf-8'))

print(m.digest())
raven orbit
#

!e

import hashlib

password = "hello"

m = hashlib.sha256()
m.update(bytes(password, 'utf-8'))

print(m.digest())
coarse hearthBOT
#

@raven orbit :white_check_mark: Your eval job has completed with return code 0.

b',\xf2M\xba_\xb0\xa3\x0e&\xe8;*\xc5\xb9\xe2\x9e\x1b\x16\x1e\\\x1f\xa7B^s\x043b\x93\x8b\x98$'
raven orbit
#

!e

import hashlib

password = "hello"

m = hashlib.sha256()
m.update(bytes(password, 'utf-8'))

print(m.hexdigest())
coarse hearthBOT
#

@raven orbit :white_check_mark: Your eval job has completed with return code 0.

2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824
cunning pivot
unborn prairie
#

holy shit, thats not something i'd want to see

#

(even though that looks really cool)

#

but god

#

i'd be terrified

cunning pivot
#

@raven orbit thats what we are doing to them

#

each rocket launch, we send an air strike

#

thats called revenge, bitches

unborn prairie
#

ok thats not cool

#

war is bad, period

#

whats happening over there is bad enough

#

no need to glorify behaviour like this

hearty heath
#

Hi everyone ๐Ÿ‘‹

#
import json

filename = 'some-file.json'

with open(filename) as file:
    data = json.load(file)

with open(filename, 'w') as file:
    json.dump(file)
#

Yeah, with takes care of closing the file for you.

#

Np ๐Ÿ™‚

#

Noooo!

#

Ah, please don't blobgrimacing

cunning pivot
#

we dont aim at the kids

#

we aim at the hamas activists

raven orbit
#

then don't call it revenge

cunning pivot
raven orbit
#

it's not really funny

#

but w/e

hearty heath
#

It's overwriting the file.

#

Appending to a json file would be tricky I think ๐Ÿค”

cunning pivot
hearty heath
#

The .json is part of the filename.

cunning pivot
#

what a man can do to another man, thats war

#

and we are in war my friend

#

never thought i would say it

#

this is war

unborn prairie
#

an unnecessary one

hearty heath
#

You could call it some-file.lkfjakjklfaj if you wanted.

raven orbit
#

json.dump(datatodump, filetodumpto)

gray seal
#
import hashlib
import json

def sign_up():                                      
    password = input("Please enter your password: ")

    signed_up = {}

    m = hashlib.sha256()
    m.update(bytes(password, 'utf-8'))

    filename = 'signed_up?.json'

    with open(filename) as file:
        data = json.load(file)

    with open(filename, 'w') as file:
        json.dump()
hearty heath
#

Yeah. You need to save the data somewhere for it to stick around between runs.

gray seal
#
clothing = {
    (True, True): "shorts",
    (True, False): "jeans",
    (False, False): "jacket"
}
raven orbit
#

!e

clothing = {
    (True, True): "shorts",
    (True, False): "jeans",
    (False, False): "jacket"
}
print(clothing[(False, False)])
coarse hearthBOT
#

@raven orbit :white_check_mark: Your eval job has completed with return code 0.

jacket
raven orbit
#

work through this

plucky rain
#

my_dict = resp.json()

#

print(my_dict)

raven orbit
#

print(my_dict, end="\n")

plucky rain
#

print("\n my_dict")

raven orbit
#

!e print("hi", end="\n\n\n")

coarse hearthBOT
#

@raven orbit :white_check_mark: Your eval job has completed with return code 0.

hi
gray seal
#
import hashlib
import json

def sign_up():                                      
    
    signed_up = {}
    
    password = input("Please enter your password: ")

    m = hashlib.sha256()
    m.update(bytes(password, 'utf-8'))

    filename = 'signed_up.json'

    signed_up = {
                'Has_run' : 'True'
                }

    with open(filename) as file:
        data = json.load(file)

    with open(filename, 'w') as file:
        json.dump(signed_up, signed_up.json)
hearty heath
#

God knows why ๐Ÿ˜„

#

Erm, no ๐Ÿ˜„

#

But you can't offer help on making one.

#

Harsh...

#

Wow, good one ๐Ÿ˜„

#

Cya ๐Ÿ‘‹

#

Erm, thanks?

raven orbit
#

adieu, o ladlet

hearty heath
#

Too many smile emojis sorry.

#

Yeah I gtg ๐Ÿ‘‹

raven orbit
glossy sequoia
plucky rain
raven orbit
#

dog intensifies

pulsar steeple
#

๐Ÿ˜„

magic wigeon
terse hare
steel cargo
#

thank yoรป

misty sinew
#

SO U MAKING A DISCORD BOT

#

no i think usual link does the job

#

try to put the link down the information i guess

raw wren
solar loom
warped wind
#

@fringe gust

viscid blade
#

@raw wren what program do you use to program?

#

@raw wren ok thanks for telling me:)

warped wind
hushed wolf
#

Solfeggio 852 Hz is directly connected to the principle of Light, and Light is a higher form of bioenergy.This frequency can be used as means for opening up for communication with your higher self and awaken your intuition and inner strength. This frequency can be used to cleanse trapped negative energy and dissolve fear, overthinking and worrie...

โ–ถ Play video
peak frigate
#

herro

hushed wolf
hushed wolf
knotty solar
#

why, just why ??
wtf is wrong with camelCase?

hushed wolf
#

iDon'tThinkThere'sAnythingWrongWithCamelCase

hushed wolf
#

it'sJustNotPythonConvention

knotty solar
#

older langs than python used camelCase, right?
why did they avoided that in python?

#

๐Ÿ˜’ common

#

one more thing to remember

hushed wolf
#

because_underscores_are_typically_a_bit_easier_to_read

raw wren
#

yes_they_are

#

how_are_you_aeros

hushed wolf
#

quite_good_thanks_for_asking :)

#

how_are_you?

knotty solar
#

never noticed it with java, c++, C#
I've got used to camelCase now ๐Ÿ™‚

raw wren
#

doing_ok_just_finished_some_school_work ๐Ÿ™‚

hushed wolf
#

nice_:)

unborn prairie
#

lol camelCase for classes, snake_case for vars that is the only way it should be

misty sinew
#

import *

#

DOES the job

hushed wolf
#

Snake_Case_orCamelCase_bothThingsInOne

misty sinew
#

do whatever u want

fringe gust
#

if aeros[they/them] mood = 'good ':
print('That is good')

golden marsh
hushed wolf
#

:)

knotty solar
#

https://youtu.be/hgI0p1zf31k
why do I feel like this song was created just out of pure frustration ๐Ÿ˜‚

A songification of that most holiest of Python Enhancement Proposals, the PEP 8.

Based on an idea by Daniel "Mr. Hemlock" Brown.
Written and performed by Leon Sandรธy, A.K.A. lemonsaurus.
Music and melody from Mad World by Roland Orzabal. This version was inspired by the version released by Gary Jules.

๐ŸŒŽ Website: https://pythondiscord.com/ โ€‹
๐Ÿ’ฌ ...

โ–ถ Play video
golden marsh
coarse hearthBOT
#

@golden marsh :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     import *
003 |            ^
004 | SyntaxError: invalid syntax
fringe gust
#

why? how are you:
print('good')

raw wren
hushed wolf
#
why? how_are_you?:
fringe gust
hushed wolf
#
why? how_are_you?:
  if mood == 'good':
    print('excellent')
  else:
    print('sorry to hear that hope youre doing okay')
raw wren
#

!e

why? how_are_you?:
  if mood == 'good':
    print('excellent')
  else:
    print('sorry to hear that hope youre doing okay')
coarse hearthBOT
#

@raw wren :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     why? how_are_you?:
003 |        ^
004 | SyntaxError: invalid syntax
raw wren
#

๐Ÿ˜ฆ

#

!server

coarse hearthBOT
#
Server Information

Created: 4 years, 4 months and 6 days ago
Voice region: europe
Roles: 80
Member status: status_online 52490 status_offline 146520

Members: 199010

Helpers: 110
Moderators: 25
Admins: 15
Owners: 3
Contributors: 39

Channels: 213

Category: 26
News: 11
Staff: 58
Text: 109
Voice: 9

raw wren
#

OOOO 990 more to go

warped wind
#

cool

fringe gust
peak frigate
#

tinstaafl

mild flume
peak frigate
#

:o you don't know tinstaafl?

mild flume
#

I do not

peak frigate
#

there is no such thing as a free lunch

mild flume
#

Ohhhh right right right

#

Don't think I've ever seen it as an initialism

peak frigate
#

my 7th grade history teacher taught us this and repeated it like every day

mild flume
#

Makes sense, it really is an important lesson

#

!voice @harsh vapor This'll tell you what you need to know

coarse hearthBOT
#

Voice verification

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

hushed wolf
#
tis_but_scratch
fair sierra
#

whatever we want

#

if you want code help you use the help channels

fringe gust
#

currently we are making a pythonese lanuage

fair sierra
golden marsh
#

The categorical imperative (German: kategorischer Imperativ) is the central philosophical concept in the deontological moral philosophy of Immanuel Kant. Introduced in Kant's 1785 Groundwork of the Metaphysic of Morals, it may be defined as a way of evaluating motivations for action.
According to Kant, sentient beings occupy a special place in c...

fair sierra
#

its better to do then to not @alpine shore

#

so dont be afraid to do anything ๐Ÿ˜„

austere harness
#

Hello guys , how I can covert .exe to .py ?

golden marsh
#

@visual totem please chat here

visual totem
#

oh my bad thank you

#

So yea I just started coding ( like learning coding )
And idk what to like go in the depths in. Im interested in websites and AI and machine learning but like idk waht to do and how to do and why

#

anyone

#

so how do i learn web dev like what in it

#

Is it hard to become a self developed Python programmer ????

#

nahh over here they only know how to make flowchart and stuff, so i wanna learn python, but im confused what and how and what to do like where to start

#

and how to start

#

average

#

If i look at code I can make sense out of it its just I dont know what half the funcs mean and what does that do and why is that important

golden marsh
visual totem
#

like i took a course on Coursera on Python for beg

It like covered the very basics like, Variables, convertion of data, making simple programs like a calculater, how to find lowest and highest, how to make my own funcs and stuff.

But it did not teach stuff like this

. L = [["hippo", 6.7, "lion"], "llama", [7], [34, "mule", 5.7, 7.0], \
    [3, "ferret", "wolf", 3 ,9,7,"panda"],[7.8], 45, ["rhino", "hyena"]]

Like idek what this means or what is this supposed to be

#

and when i asked some people
they asked if i know OOP
and I had zero idea of what it is and what it means

misty sinew
visual totem
#

oh okay

#

thank you

#

how long did you take to become and good developer on python

#

like you see the code and understand
someone asks you a question and you can answer it

#

like an average
if i work like 2 hours ish everyday how long will it take for me to understand on the in and outs of the language ( no framwork or liberary just the language )

#

umm for starter lets say
In and out of lets say web develop in py, for me specfically Django like a average ish time

#

or how hard is it

#

oh oka

#

just out of curiosity how long did it take you to be a good developer overall

#

oof

#

thats tiem

#

true true

#

I was asking this because like people know what to do next, i have seen people on reddit and youtubers their journey on coding, like they always know what to do next, the start with the print, go to make a cal, then something else and something else, im just stuck here not knowing ever what to do next like where do i go its soo big and vast

#

Like i need directions

#

@random minnow can yea help with this

visual totem
#

exactly like what do i do

#

and where

#

like what
I developed interest in coding due to gaming and machine learning, when i got into python i learned 3d Games is really not a thing in python if you want a good one

#

and i have no love for 2d games or anything

#

Like is there a full list of procedural tasks of "to do things" while like trying to learn Django

#

so i know what to do

#

next

#

Like idk what to make in Django, so like is there are list of things i do first

#

where to start and where to end so like a list from where to start

rose wave
visual totem
#

So i just do random stuff and do something and hope i learn it ??

rose wave
#

python web framework

visual totem
#

Like i really want to make a website for my fathers business so like i WANT TO DO IT but im on a block like i get frustrated if i get errors over errors

random minnow
#

change your keymap

rose wave
random minnow
#

what distro are you using

#

if your us try this setxkbmap us

#

de instead of us then

visual totem
#

and what if like I dont have a good imagination, like if i cant imagine what to do where and at what position.

random minnow
#

sudo apt install setxkbmap possibly

#

damn

visual totem
#

so just do it no matter what error or stuff and try finding solutions and ask

#

Oka

#

thank you mate

#

its 3 Am here in pak so i will go and sleep now see yea thanks for all the help and guidance appreciate it

golden marsh
#

/etc/default/keyboard

#

.wa 2^64

ocean orbitBOT
#
XKCD comic 'nanobots'

Comic parameter should either be an integer or 'latest'.

golden marsh
#

.xkcd 865

ocean orbitBOT
#

I think the IETF hit the right balance with the 128 bits thing. We can fit MAC addresses in a /64 subnet, and the nanobots will only be able to devour half the planet.

hidden cliff
#

"640k ram is enough for everyone" @sacred trench

golden marsh
misty sinew
unkempt pawn
misty sinew
#

yers

blazing plank
cinder prairie
#

Hii

misty sinew
verbal fjord
cold canyon
oblique crescent
#

hello

trail dragon
#

help files with the annotation py do not open

misty sinew
#

giphy python

raw ermine
#

m

ebon burrow
#

import

peak frigate
coarse hearthBOT
#

Lib/asyncio/futures.py line 281

def __await__(self):```
hushed wolf
pearl ruin
#

Fumio Sasaki Goodbye, Things

wintry sinew
#

Concurrency in Python

Python provides the ability to run multiple tasks and coroutines simultaneously with the use of the asyncio library, included in the Python standard library.

This works by running these coroutines in an event loop, where the context of which coroutine is being run is switches periodically to allow all of them to run, giving the appearance of running at the same time. This is different to using threads or processes in that all code is run in the main process and thread, although it is possible to run coroutines in threads.

To call an async function we can either await it, or run it in an event loop which we get from asyncio.

To create a coroutine that can be used with asyncio we need to define a function using the async keyword:

async def main():
    await something_async()

Which means we can call await something_async() directly from within the function. If this were a non-async function this would have raised an exception like: SyntaxError: 'await' outside async function

To run the top level async function from outside of the even loop we can get an event loop from asyncio, and then use that loop to run the function:

from asyncio import get_event_loop

async def main():
    await something_async()

loop = get_event_loop()
loop.run_until_complete(main())

Note that in the run_until_complete() where we appear to be calling main(), this does not execute the code in main, rather it returns a Coroutine object which is then handled and run by the even loop.

#

Concurrency in Python

Python provides the ability to run multiple tasks and coroutines simultaneously with the use of the asyncio library, included in the Python standard library.

This works by running these coroutines in an event loop, where the context of which coroutine is being run is switches periodically to allow all of them to run, giving the appearance of running at the same time. This is different to using threads or processes in that all code is run in the main process and thread, although it is possible to run coroutines in threads.

To call an async function we can either await it, or run it in an event loop which we get from asyncio.

To create a coroutine that can be used with asyncio we need to define a function using the async keyword:

async def main():
    await something_async()

Which means we can call await something_async() directly from within the function. If this were a non-async function this would have raised an exception like: SyntaxError: 'await' outside async function

To run the top level async function from outside of the even loop we can get an event loop from asyncio, and then use that loop to run the function:

from asyncio import get_event_loop

async def main():
    await something_async()

loop = get_event_loop()
loop.run_until_complete(main())

Note that in the run_until_complete() where we appear to be calling main(), this does not execute the code in main, rather it returns a Coroutine object which is then handled and run by the even loop.

hushed wolf
#

via run_until_complete()

wintry sinew
#

!async-await

tidal heath
#

@hushed wolf can you show us your core and what you make in Cpython please I am beging learning about it and I want to see an expert

#

plz

#

plz

hushed wolf
#

AsyncThreadHandlerBridge

wintry sinew
hushed wolf
tidal heath
#

think you

hushed wolf
#

have a good one :)

wintry sinew
charred creek
wintry sinew
#

@charred creek avatar for the next 24h :)

warm tendon
#

cool quine

charred creek
#

-- DUCK HUNT --
... Only Click One ...
|| || -- || || -- ||ducky_dave|| -- || || -- || || -- || ||

peak frigate
#

have all images load

#

live on the edge

charred creek
wintry sinew
peak frigate
#

@mild flume

mild flume
#

Yeah, extra

warped wind
#

is that your setup?

mild flume
#

My ADHD would murder me

#

I would get even less done than I do now

peak frigate
#

yess back to 3 1440p monitors praise

warped wind
#

looks amazing tho

peak frigate
#

the back is a nightmare

#

idk how to cable management

#

is it smth i can eat? ๐Ÿค”

#

the only thing missing from this picture is my mouse. i forgot it at home ๐Ÿ˜”

warped wind
#

brb, gonna restart pc

pearl ruin
#

Bye for now, gonna do some parenting, may be in later. ๐Ÿ‘‹

peak frigate
#

bbye

#

parks and recreation

wintry sinew
#

brb

peak frigate
#

...

4.6 ...You also agree not to circumvent, remove, alter, deactivate, degrade or thwart any of the content protections in the Netflix service; use any robot, spider, scraper or other automated means to access the Netflix service; ...
gray seal
#
<!DOCTYPE html>

<html>
<body>

<h2>Form</h2>

<div style="background-image: url('https://tse2.mm.bing.net/th?id=OIP.hSX2cr9OwxaPY7iN3WVj-QHaDu&pid=Api&P=0&w=335&h=169');"></div>

<form action="/action_page.php">
  <label for="fname">Please enter your first name:</label><br>
  <input type="text" id="fname" name="fname" value=""><br>
  <label for="lname">Please enter your last name:</label><br>
  <input type="text" id="lname" name="lname" value=""><br>
  <label for="address">Please enter your address:</label><br>
  <input type="text" id="address" name="address" value=""><br>


  <!-- This is where the js asks the user to select the jobs they want doing and displays them  -->

  <label for="time">What time do you want this doing?:</label><br>
  <input type="text" id="time" name="time" value=""><br><br>

  <input type="submit" value="Submit">

  <!-- After the submit button is pressed, it appends to a database using onclick = js code to send to back end -->

</form>

</body>
</html>
true valley
peak frigate
#

i read that as "you can watch view netflix content outside your country if you are travelling"

#

followed by "content available varying by geographic location"

#

i edited the original code block w/ content from 4.6

true valley
gray seal
#
<!DOCTYPE html>

<html>
<body style="background-image: url('https://tse2.mm.bing.net/th?id=OIP.hSX2cr9OwxaPY7iN3WVj-QHaDu&pid=Api&P=0&w=335&h=169');">

<h2>Form</h2>

<div style="background-image: url('https://tse2.mm.bing.net/th?id=OIP.hSX2cr9OwxaPY7iN3WVj-QHaDu&pid=Api&P=0&w=335&h=169');"></div>

<form action="/action_page.php">
  <label for="fname">Please enter your first name:</label><br>
  <input type="text" id="fname" name="fname" value=""><br>
  <label for="lname">Please enter your last name:</label><br>
  <input type="text" id="lname" name="lname" value=""><br>
  <label for="address">Please enter your address:</label><br>
  <input type="text" id="address" name="address" value=""><br>


  <!-- This is where the js asks the user to select the jobs they want doing and displays them  -->

  <label for="time">What time do you want this doing?:</label><br>
  <input type="text" id="time" name="time" value=""><br><br>

  <input type="submit" value="Submit">

  <!-- After the submit button is pressed, it appends to a database using onclick = js code to send to back end -->

</form>

</body>
</html>
true valley
gray seal
#
<!DOCTYPE html>

<html>
<body>

<h2>Form</h2>

<form action="/action_page.php">
  <label for="fname">Please enter your first name:</label><br>
  <input type="text" id="fname" name="fname" value=""><br>
  <label for="lname">Please enter your last name:</label><br>
  <input type="text" id="lname" name="lname" value=""><br>
  <label for="address">Please enter your address:</label><br>
  <input type="text" id="address" name="address" value=""><br>


  <!-- This is where the js asks the user to select the jobs they want doing and displays them  -->

  <label for="time">What time do you want this doing?:</label><br>
  <input type="text" id="time" name="time" value=""><br><br>

  <input type="submit" value="Submit">

  <!-- After the submit button is pressed, it appends to a database using onclick = js code to send to back end -->

</form>

</body>
</html>
past ibex
#

what were you guys talking about LOL

peak frigate
#

"The content that may be available to watch will vary by geographic location and will change from time to time. "

sleek parrot
#

Although it's against Netflix's terms of use, using a VPN to watch Netflix is legal. Clearly Netflix doesn't like its users to use VPN services and Netflix has been blocking VPN usage. As a result, many VPN don't work with Netflix. There are still some VPNs that work with Netflix.

#

Excerpt from google search

ocean zephyr
#

I do agree with furyo

#

damn XD

sleek parrot
peak frigate
#

...

4.6 ...You also agree not to circumvent, remove, alter, deactivate, degrade or thwart any of the content protections in the Netflix service; use any robot, spider, scraper or other automated means to access the Netflix service; ...
#
Although there are many Netflix VPNs that work and are able to unblock Netflix content, technically doing so is against Netflixโ€™s Terms of Use agreement which all users have to accept in order to access the service. 

Section 4.3 of Netflixโ€™s terms page states that โ€œyou may view Netflix content primarily within the country in which you have established your account and only in geographic locations where we have offered our service.โ€

In other words, you wonโ€™t be playing by the rules if you stream shows that arenโ€™t meant to be available in your region. ```
wintry sinew
#

@true valley

ocean zephyr
#

"Using a VPN is against Netflixโ€™s terms and conditions"

#

is there any other way to have a US IP without using VPN?

#

@peak frigate @true valley

true valley
ocean zephyr
#

legality depends on the country you are in

peak frigate
#

Terms of service (also known as terms of use and terms and conditions, commonly abbreviated as TOS or ToS, ToU or T&C) are the legal agreements between a service provider and a person who wants to use that service. wikipedia

#

๐Ÿ˜‚

misty sinew
#

these are the kind of definitions an indian kid memorises before exams

peak frigate
hallow anchor
#

I'm salty

true valley
peak frigate
hallow anchor
#

pycharm?

#

๐Ÿคข

#

nvim

#

lul

#

I call it my thermonuclear editor

peak frigate
#

hi chris

hallow anchor
#

hola

true valley
#

The social media platform with a minimum length.

Moot is a post-oriented social media platform akin to Twitter, but with a twist: a minimum length limit for posts!

hallow anchor
#

react studio

#

Rabbit ^

#

It's a mix between gui and code

#

sorta like what dreamweaver used to be

elder wraith
#

Iโ€™ll look

#

I want to write JavaScript for MicroMicroService

wintry sinew
#

hopefully embeds now work blurryeyes

unborn prairie
#

lol

hallow anchor
#

!role helpers

coarse hearthBOT
#
Helpers info
ID

267630620367257601

Colour (RGB)

#eecd36

Colour (HSV)

0.14 0.77 238

Member count

110

Position

21

Permission code

104189504

mild flume
#

Does the !server command show the @Moderators role count or the @ModerationTeam count

hallow anchor
#

!src server

coarse hearthBOT
#
Command: server

Returns an embed full of server information.

Source Code
mild flume
#

Sorry, should have looked first

hallow anchor
#

constants.Roles.moderators

#

Which is.....

#

!rile 831776746206265384

#

!role 831776746206265384

coarse hearthBOT
#
Moderators info
ID

831776746206265384

Colour (RGB)

#ff9f1b

Colour (HSV)

0.10 0.89 255

Member count

23

Position

73

Permission code

102091840

mild flume
#

Hmm

hallow anchor
#

yea, its the new one

mild flume
#

We might want to swap that

#

I think it'd be more accurate and better reflect our staff

#

Eh, probably not worth worrying about

hallow anchor
#

Hmmm, I'm not sure, there is some benefit in having it be the count of the current mod team

#

but also i see the argument against it

mild flume
#

Fair

wintry sinew
#

or

mild flume
#

I mean it's moot

wintry sinew
#

show Mods and active mods

mild flume
#

Ehhhhh

#

I could see that causing trouble

hallow anchor
#

The amount of effort in changing it isn't worth it lol

unborn prairie
#

lazy

wintry sinew
unborn prairie
hallow anchor
mild flume
unborn prairie
mild flume
#

Okay, NOW I'm heading home

hallow anchor
#

๐Ÿ‘‹

unborn prairie
#

god youre like me and going to sleep

#

i say it at 11 pm and then finally leave vc at 4am

wintry sinew
#

i didnt say i was gonna sleep anyway, i just said take a break from vc

unborn prairie
#

lol

#

but where did i mention you look

wintry sinew
unborn prairie
#

๐Ÿ‘€

#

!doc

coarse hearthBOT
unborn prairie
#

!doc discord.Member

coarse hearthBOT
#

class discord.Member```
Represents a Discord member to a [`Guild`](https://discordpy.readthedocs.io/en/stable/api.html#discord.Guild "discord.Guild").

This implements a lot of the functionality of [`User`](https://discordpy.readthedocs.io/en/stable/api.html#discord.User "discord.User").

`x == y` Checks if two members are equal. Note that this works with [`User`](https://discordpy.readthedocs.io/en/stable/api.html#discord.User "discord.User") instances too.

`x != y` Checks if two members are not equal. Note that this works with [`User`](https://discordpy.readthedocs.io/en/stable/api.html#discord.User "discord.User") instances too.

`hash(x)` Returns the memberโ€™s hash.

`str(x)` Returns the memberโ€™s name with the discriminator.
unborn prairie
#

meeshit

charred creek
warm tendon
#

๐Ÿ˜ณ

charred creek
#

!otn a ye olde fisher

coarse hearthBOT
#

:ok_hand: Added ye-olde-fisher to the names list.

warm tendon
#

yikes

hallow anchor
#

When Jake was 10, fisher was double his age

#

such old man

autumn raft
#

!otn s fisher

coarse hearthBOT
#
Query results

โ€ข fisher-hates-teaspoons
โ€ข fisher-owns-python
โ€ข fisher-uses-arch-btw
โ€ข fisherโ€™s-flight-lessons
โ€ข fisherโ€™s-friday-incident
โ€ข ye-olde-fisher
โ€ข ๐–ขaptain-๐–ฅisher
โ€ข ๐–ฅisher-has-not-taken-over
โ€ข ๐–ฅisherโ€™s-lethal-potatoes

warm tendon
#

y i k e s

raw wren
warm tendon
#

๐Ÿค”

charred creek
#

Jaffa Cake

peak frigate
charred creek
#

@raw wren please change your name to be capitalised or I will starify you.

hallow anchor
#

I totally didn't just change it lmfao

raw wren
#

Pay me $10

hallow anchor
#

!otn a fisher's relationship resume

coarse hearthBOT
#

:ok_hand: Added fisherโ€™s-relationship-resume to the names list.

peak frigate
#

^

autumn raft
#

neat

hallow anchor
#

!remind 12h review fisher's resume

coarse hearthBOT
#
You're the boss!

Your reminder will arrive in 12 hours!

raw wren
#

!remind 12h set a reminder for 12 hours

coarse hearthBOT
#
You got it!

Your reminder will arrive in 12 hours!

charred creek
#

!remind 13h roast fisher's resume

coarse hearthBOT
#
Sure.

Your reminder will arrive in 13 hours!

raw wren
#

!remind 14y hi

coarse hearthBOT
#
Sure.

Your reminder will arrive in 14 years!

raw wren
#

bruh

#

you can do that

charred creek
#

2035

raw wren
#

!remind 9999y hi

coarse hearthBOT
#
Bad argument

9999y results in a datetime outside the supported range.

hallow anchor
#

!remind @charred creek 10m Hello from the past!

coarse hearthBOT
#
I'll allow it.

Your reminder will arrive in 10 months and will mention 1 other(s)!

charred creek
#

!remind -1y oof

coarse hearthBOT
#
Bad argument

-1y is not a valid duration string.

autumn raft
#

!remind @charred creek 35y are we even still alive?

coarse hearthBOT
#
Sure.

Your reminder will arrive in 35 years and will mention 1 other(s)!

charred creek
#

"we"

autumn raft
#

what are we

charred creek
warm tendon
#

๐Ÿ˜ญ

charred creek
#

hooman

raw wren
hallow anchor
raw wren
raw wren
warm tendon
#

(edited)

hallow anchor
#

?dm-report

crisp hazelBOT
#

This is not a Modmail thread.

hallow anchor
#

?about

crisp hazelBOT
#

This is an open source Discord bot that serves as a means for members to easily communicate with server administrators in an organised manner.

Uptime

11d 21h 9m 20s

Latency

113.64 ms

Version

3.9.4

Authors

kyb3r, Taki, fourjr

Hosting Method

DOCKER

Want Modmail in Your Server?

Follow the installation guide on GitHub and join our Discord server!

Support the Developers

This bot is completely free for everyone. We rely on kind individuals like you to support us on Patreon (perks included) to keep this bot free forever!

warm tendon
#

?about

raw wren
#

?debug

charred creek
#

?aboot

hallow anchor
raw wren
#

๐Ÿ˜ฆ

warm tendon
#

should i make game of life ๐Ÿค”

raw wren
#

?help

hallow anchor
raw wren
#

did you guys customize it at all or is it all stock?

#

The modmail bot ^^

autumn raft
#

@warm tendon

x = False
x *= 0
raw wren
#

!e
x = False
x *= 0
print(x)

coarse hearthBOT
#

@raw wren :white_check_mark: Your eval job has completed with return code 0.

0
raw wren
#

๐Ÿ˜ฆ

charred creek
#

!e

print(True // True)
coarse hearthBOT
#

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

1
autumn raft
#

!e

x = False
x *= 0
print(x == False)
coarse hearthBOT
#

@autumn raft :white_check_mark: Your eval job has completed with return code 0.

True
raw wren
#

!e
print(0)

coarse hearthBOT
#

@raw wren :white_check_mark: Your eval job has completed with return code 0.

0
peak frigate
raw wren
#

@crisp hazel

warm tendon
#

@autumn raft

raw wren
#

@coarse hearthhelp

#

@coarse hearth help

charred creek
#

@coarse hearth

coarse hearthBOT
#
Command Help

BotSource
!source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

Branding
!branding
Control the branding cog.

DocCog
!docs [symbol_name]
Look up documentation for Python symbols.

Help
!help [command]
Shows help for bot commands

HelpChannels
!close
Make the current in-use help channel dormant.

autumn raft
#

if you ghost ping me, I will call my dad, he owns microsoft

hallow anchor
#

lol

warm tendon
#

lul

hallow anchor
#

!role helper

coarse hearthBOT
#
Helpers info
ID

267630620367257601

Colour (RGB)

#eecd36

Colour (HSV)

0.14 0.77 238

Member count

110

Position

21

Permission code

104189504

hallow anchor
#

That colour isn't that bad

raw wren
#

!role owner

coarse hearthBOT
#
Owners info
ID

267627879762755584

Colour (RGB)

#f85950

Colour (HSV)

0.01 0.68 248

Member count

3

Position

79

Permission code

536870527

hallow anchor
#

!role "project lead"

coarse hearthBOT
#
Project Leads info
ID

815701647526330398

Colour (RGB)

#8dc2ba

Colour (HSV)

0.47 0.27 194

Member count

6

Position

76

Permission code

102091840

raw wren
#

!role modmail

coarse hearthBOT
#
ModMail info
ID

714562188236423278

Colour (RGB)

#ff8c34

Colour (HSV)

0.07 0.80 255

Member count

1

Position

80

Permission code

0

raw wren
#

!role 126811506632294400

coarse hearthBOT
#

:x: Could not retrieve the following roles: 126811506632294400

raw wren
#

๐Ÿ˜ฆ

#

!role

hearty heath
#

๐Ÿ‘‹

warm tendon
#

l m f a o

charred creek
#

!mute @autumn raft First

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @autumn raft until 2021-05-17 23:36 (59 minutes and 59 seconds).

warm tendon
#

lul

hearty heath
#

Kicked him ๐Ÿ˜„

autumn raft
#

!mute @charred creek 1y mod aboose

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @charred creek until 2022-05-17 22:36 (11 months and 29 days).

charred creek
#

!unmoot @autumn raft

autumn raft
#

!unmute @autumn raft

coarse hearthBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @autumn raft.

autumn raft
#

!unmute @charred creek

charred creek
#

!umute @charred creek

coarse hearthBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @charred creek.

charred creek
#

umute

hallow anchor
warm tendon
#

lul

misty sinew
raw wren
#

!user

coarse hearthBOT
#
jake (_jake#0001)

hypesquad_bravery

User information

Created: 1 year, 3 months and 21 days ago
Profile: @raw wren
ID: 670802831678373908

Member information

Joined: 4 months, 13 days and 7 hours ago
Roles: <@&463658397560995840>, <@&764802720779337729>, <@&764245844798079016>, <@&585529568383860737>, <@&267630620367257601>, <@&787816728474288181>

Infractions

Total: 1
Active: 0

raw wren
#

Do warns count as infractions?

hallow anchor
#

!mute 107226564030156800 9999-12-31T23:59:59Z Nice

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @charred creek until 9999-12-31 23:59 (7978 years and 7 months).

charred creek
hallow anchor
charred creek
#

!user

coarse hearthBOT
#
Capitaine Griffre (Griff#9021)

hypesquad_balance

User information

Created: 5 years, 6 months and 24 days ago
Profile: @charred creek
ID: 107226564030156800

Member information

Joined: 9 months, 7 days and 4 hours ago
Roles: <@&463658397560995840>, <@&764802720779337729>, <@&585529568383860737>, <@&267630620367257601>, <@&787816728474288181>, <@&277914926603829249>, <@&831776746206265384>, <@&267629731250176001>

Infractions

Total: 11
Active: 1

hallow anchor
#

!u

coarse hearthBOT
#
Chrisjl#2655

hypesquad_brilliance

User information

Created: 5 years, 5 months and 1 day ago
Profile: @hallow anchor
ID: 126811506632294400

Member information

Joined: 8 months, 20 days and 9 hours ago
Roles: <@&542431903886606399>, <@&295488872404484098>, <@&825337057181696020>, <@&267630620367257601>, <@&587606783669829632>, <@&831776746206265384>, <@&267629731250176001>, <@&815701647526330398>, <@&267628507062992896>

Infractions

Total: 20
Active: 0

warm tendon
#

a๐ŸšŒ

misty sinew
#

!u

coarse hearthBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

misty sinew
#

๐Ÿ˜ 

charred creek
#

!unmute @charred creek

coarse hearthBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @charred creek.

hallow anchor
charred creek
#

I can dance once again

hallow anchor
misty sinew
hallow anchor
raw wren
#

Hmmm I wonder what those channels are

hearty heath
misty sinew
#

If you stare too long into the Deep Web, the Deep Web stares back into you...

#

cool art

hearty heath
#

Bit random ๐Ÿ˜„

hallow anchor
misty sinew
#

๐Ÿ‘๏ธ๐Ÿ‘„๐Ÿ‘๏ธ

hallow anchor
misty sinew
hallow anchor
hearty heath
hushed wolf
hearty heath
#

I'm off ๐Ÿ‘‹

peak frigate
#

@hearty heath so early :O

hearty heath
#

I had intended to stay up yesterday to reset my body clock, but then I slept from like 2-6pm, and now idk what is going on ๐Ÿ˜„

warm tendon
#

๐Ÿ˜”

#

Some spherical balls are distributed in two-dimensional space. For each ball, the x-coordinates of the beginning and end of its horizontal diameter are given. Since space is two-dimensional, y-coordinates are irrelevant in this problem. Xstart is always less than xend. The arrow can be fired strictly vertically (along the y-axis) from different points on the x-axis. A ball with coordinates xstart and xend is destroyed by an arrow if it was fired from a position x such that xstart โฉฝ x โฉฝ xend. When the arrow is released, it flies through space for an infinite time (destroying all balls in the path). An array points are given, where points [i] = [xstart, xend]. Write a function that returns the minimum number of arrows you need to fire to destroy all the balls

Tested Cases
1.1 [[10,16],[2,8],[1,6],[7,12]] 2
1.2 [[1,2],[3,4],[5,6],[7,8]] 4
1.3 [[1,2],[2,3],[3,4],[4,5]] 2
1.4 [[1,2]] 1
1.5 [[2,3],[2,3]] 1
1.6 [[1,10],[2,11],[3,12],[4,13],[5,14]] 1

#

with translation mishaps and all

#

less word problem and more problem statement: ||find the size of the smallest set of integers such that each range contains at least one of them||

hearty heath
#

Yeah, such a long-winded description ๐Ÿ˜„

warm tendon
#

it's also funnily wrong

#

Since space is two-dimensional, y-coordinates are irrelevant in this problem

#

i'm gonna eat dinner, i'll be back probably

raw ermine
#

[up]

ocean zephyr
#

jai sri ram

coarse hearthBOT
#

@hallow anchor

It has arrived!

Here's your reminder: review fisher's resume.
[Jump back to when you created the reminder](#voice-chat-text-1 message)

#

@raw wren

It has arrived!

Here's your reminder: set a reminder for 12 hours.
[Jump back to when you created the reminder](#voice-chat-text-1 message)

hallow anchor
#

@autumn raft lemonshake

coarse hearthBOT
#

@charred creek

It has arrived!

Here's your reminder: roast fisher's resume.
[Jump back to when you created the reminder](#voice-chat-text-1 message)

charred creek
#

@autumn raft AngryAwooGlitch

blazing plank
#

@autumn raft lemon_cop

ripe cypress
#

Hi how to open exactly dat files

#

Where to put in folder name "World" and names of different dat files which are in it?

async def main ()

await something_async ()

from asyncio import get_event_loop

async def main ():

await something_async ()

loop =ย  get_event_loop ()

loop.run_until_complete (main())

sleek parrot
fringe gust
#

@mild flume can I have stream perms

raw wren
#

@mild flume sorry, we moved to a code help channel can you give 510863751696613376 perms again

mild flume
#

!stream 510863751696613376

coarse hearthBOT
#

@fringe gust

โœ… @fringe gust can now stream.

mild flume
#

!stream 589497499174043800

coarse hearthBOT
#

@gray seal

โœ… @gray seal can now stream.

misty sinew
#

sorry

#

what to do, that i can speak

visual totem
#

@misty sinew you have to have 50 messages

#

in this voice chat

#

so just like talk about something

misty sinew
#

iยดm sure, that i wrpte 50 messages, yet

visual totem
#

type

#

!voiceverify

#

in that channel

misty sinew
#

oh ok

ashen yacht
#

is anyone familiar with linear regression that could spare some time?

misty sinew
visual totem
#

when did you join ?

misty sinew
#

monday

visual totem
#

so yea

misty sinew
#

do you think, i should delete my account and make a new one

visual totem
#

one more day

#

no no

misty sinew
#

do you know when the ban no longer applies

visual totem
#

did you get banned ??

misty sinew
#

yeah i think so

#

becuase yesterday someone also told me, that i have to write about 50 messages, and i spanned and then i got banned

visual totem
#

nahi

misty sinew
#

for 10 minutes

visual totem
#

oh no

#

thats a chat ban

#

dont worry

#

thats okay

#

you have to wait

misty sinew
#

oh ok

#

listening is also sometimes interesting

#

do you know how to define the big of a turtle window with a command?

#

?

#

ok wait a second

#

iยดd really like to say python, how big the window of turtle should be

#

i canยดt find anything in the internet about this topic

#

yeah

true valley
misty sinew
#

iยดm sorry, but i canยดt find there anything about the size of the window

#

iยดd like to write a command in python, and then, the size of the window should become something like width 100 height 50

#

vhttps://stackoverflow.com/questions/56528067/how-can-i-change-the-size-of-my-python-turtle-window

#

is this what u are talking about

#

yeah

#

but wait a second

#

i try this

#

thatยดs not the size, I wrote

true valley
#

it seems to be working as you have written it. What is it that you want it to do that it is not?

misty sinew
#

i canยดt understand

#

is it my mistake?

visual totem
#

you never saved it mate

true valley
#

have you tried changing turtle.circle(100) to turtle.circle(50)

knotty pelican
#

hlo

misty sinew
knotty pelican
#

i am nott able to speak in meeting why

misty sinew
#

@knotty pelican hi

true valley
misty sinew
lucid heart
#

@knotty pelican you have to get the verification first

misty sinew
#

are u voice verified@knotty pelican

misty sinew
knotty pelican
misty sinew
#

within the voice section go to voice verification

knotty pelican
#

Rishav kumar#0522, please check your DMs. what is this DMs

true valley
#

Direct Message

misty sinew
#

direct message

knotty pelican
#

@true valleywhat is direct message

lucid heart
#

i need some help

true valley
lucid heart
#

i have a file with strings row1, row2

#

which i need to iterate over

#

in a webscraping project of mine

#

am i not allowed to?

#

no i mean the doubt is python specific in general

#

it doesnt require u to know webscraping

#

just imagine a file with lines like -
row1
row2
row3

knotty pelican
#

@lucid heartwhere are you from

lucid heart
#

and now in this i just need to iterate over all keeping row in the str + any number

#

now how do i detect any number?

knotty pelican
#

hlo

#

i am not able to do voice verification

#

hlo

#

can anyone call me privateliy

lucid heart
#

@misty sinew come to voice 0

wheat mulch
#

@crystal aurora you speak better english than like the majority of people i interact with daily

atomic spear
#

how do i setup the Atom for the Pyhton?

wheat mulch
#

so i know we moved away from foundations of learning languages, but is there such thing as learning things in like a wrong way, like out of order that may hinder down the line (idk if im making sense)

knotty pelican
misty sinew
#
import turtle
wn = turtle. Screen()
wn. setup(width=100,height=50)
wn. title("Python Turtle Movement")
wn.mainloop()```that works very well
#

looks like 'wn' is the rigth think

unique raptor
#

The human age is classified into four categories as Child (0-12 years), Adolescence (13-18 years), Adult (19-59 years) and Senior Adult (60 years and above) which is discussed in the paper.

true valley
pastel rapids
#

5

#

2+3=5

knotty pelican
#

hlo

knotty pelican
#

hlo

#

please reply

safe agate
#

@true valley hey

#

can u help out

#

me

#

in a code

nimble dawn
#

hlo

#

timsort is super fast if the list is already semi-sorted

candid horizon
#

Hello

mild flume
candid horizon
#

Great, everybody is here.

#

And thanks @mild flume for the article.

candid horizon
#

Markdown is good.

#

Name me one software that supports Markdown files.

mild flume
#

What is that page?

#

Like what's the data for

candid horizon
mild flume
#

Ahh, okay

#

Got confused

#

"I don't see those names in the server..."

candid horizon
#

But still, can anybody name me one, just one software that supports Markdown files?

mild flume
#

I think some of the IntelliJ ones natively support it, I don't remember. There are likely plugins for tons of editors

knotty pelican
#

hlo

#

i am not able to talk today

#

just in three days iwill talk ok

elder wraith
#

VSCode has several markdown extensions

candid horizon
#

Trivia of the day:

#

If you want to use Blender, you need to know how to program in Python.

#

Guys.

#

Have you heard of AVGN?

candid horizon
#

And why I am still talking to you guys, through text and not voice chat.

#

The Nerd taught me English more than my teachers.

#

^U^

unique turret
#

the resident evil franchise has gotten so confusing now

#

I thought it was only about zombies and stuff

gentle cedar
#

@raw wren

#

yo i need help with my code

candid horizon
#

Hey.

gentle cedar
#

on my test

#

not tryna fail

candid horizon
gentle cedar
#

not a test

#

ik

#

im not tryna fail

#

pls help

#

Consider a list of integers names nums. Write the code that will add 2 to each value and then add up all the items and return the total of all the items in the list.

nimble dawn
#

hlo bois

gentle cedar
#

thats the question

gentle cedar
#

no

#

it is not

#

its on a course

#

no my dad enrolled me in it

unique turret
#

course = not school but school at the same time

#

haha

gentle cedar
#

can i pls get help

#

i get a 3070 if i pass the course

#

not tryna fail it

nimble dawn
unique turret
#

the length of nums???

#

like

gentle cedar
#

bro i get a 3070

unique turret
#

the byte-values?

gentle cedar
#

cmon guys

unique turret
#

im so confused lmaoo

nimble dawn
#
[1,2,3,4]
length is 4 bruh
#

we wont give the code to you

gentle cedar
#

imma b straight up im hella confused and need help with the whole thing

nimble dawn
#

do you know about the sum and len functions in python?

gentle cedar
#

yes

nimble dawn
#

ok, now convert the pseudocode i gave you to python code

gentle cedar
#

this one?

#

FIND SUM OF NUMS
ADD 2 TIMES THE LENGTH OF NUMS TO SUM
RETURN THE SUM

nimble dawn
#

yes

#

its equivalent

#

think about it

gentle cedar
#

so what do i put into python

nimble dawn
#

adding 2 to each then adding, is same as adding 2*len(nums)

gentle cedar
#

im gonna get a 3070 if i pass this course

#

alr bro thanks for your help

#

its alr thanks though

nimble dawn
#
def answer(nums):
   s = # find the sum of nums
   s += 2 * # find the length of nums
   return s
#

!rule 8

coarse hearthBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

unique turret
#

sum is: x + y = a
add 2 times the length of said sum: (2 * z) + a
something like this right?

mild flume
#

!rule 8

coarse hearthBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

unique turret
#

im not very good at python yet so I might be misinterpreting the question

ashen yacht
#

if anyone is comfortable with linear regression could take a look at help_chest nut ๐Ÿ™‚

nimble dawn
unique turret
#

ohhhh

nimble dawn
#

linear regression is fitting a straight line

unique turret
#

could I send a potential solution via dms?

nimble dawn
unique turret
#

but if I send it here I might break rule 8

nimble dawn
#

a line is ```
y = mx + b

unique turret
#

@mild flume nono I'm not trying to help, I'm just trying to figure it out for myself

#

ah okay, so I can send it here without getting in trouble?

nimble dawn
#

i think yanni left

#

that's not uncommon tho

unique turret
#

alright

nimble dawn
#

many people come here only for help

unique turret
#

let me write it up and figure out if it'll work fire haha

#

first*

nimble dawn
#

first you need to get the list from the user

#

your volume is low @wintry sinew

#

yeah, fine now

unique turret
#

hmmmm

#

I'm super confused lol

nimble dawn
#

its simple

#
def sol(nums):
   return sum(nums) + 2*len(nums)
unique turret
#
def getNums(nums):
    s = len(nums)-1
    s += 2 * len(nums)
    return s

def main():
    print(getNums([1, 1, 1]))

if __name__ == "__main__":
    main()

output is 8?

#

not sure if I'm doing it right, like I said might be misinterpreting the question haha

nimble dawn
#

it should be the sum

mild flume
unique turret
#

the sum of what though

nimble dawn
unique turret
#

wait so like

#
sum(nums)
```?
nimble dawn
unique turret
#

ah okayyy

#

okay now my output is 9 haha

nimble dawn
#

which is correct

unique turret
#

nice!

#

time to become hacker and invert binary trees

nimble dawn
#

damn

unique turret
#

lol

#

that was an interesting little challenge for me

candid horizon
#

Hey, I have this good meme.

unique turret
#

I've been learning so much about Python recently ngl

nimble dawn
#

challenge: get the input from user and output if it is a palindrome or not in one statement no semicolons

unique turret
#

what is a palindrome eyesshaking

nimble dawn
unique turret
#

ah like racecar?

nimble dawn
#

yep

unique turret
#

idek how to reverse a string haha

nimble dawn
#

mom,bob,broorb

nimble dawn
#

or reversed(string)

unique turret
#

like looks like cursed c++ lol

candid horizon
nimble dawn
candid horizon
#

Here is an example.

nimble dawn
#

!e ```py
print('Hello world!'[::-1])

coarse hearthBOT
#

@nimble dawn :white_check_mark: Your eval job has completed with return code 0.

!dlrow olleH
candid horizon
unique turret
#

so something like:

def get_palindrome(string):
  return True ? string[::-1] == string : False
candid horizon
#

Try "!eval" this.

unique turret
#

right?

unique turret
#

idk how to do ternary operators in python haha

mild flume
#

You're close actually

nimble dawn
candid horizon
unique turret
#

ohhhh

#

that makes more since

#

sense*

mild flume
#

What's the other on, JavaScript?

nimble dawn
#
def isPalindrome(s):
  return s == s[::-1]
nimble dawn
unique turret
gentle cedar
#

@mild flume

#

is this the answer?

#

nums = [1,2,3,4]
print('the list is 1,2,3,4')
print(1+2,2+2,3+2,4+2)
print(3+4+5+6)

nimble dawn
#
(condition) ? if_true : if_not
``` in c++
unique turret
#

I mean, ternary operators are pretty similar in a lot of languages haha

candid horizon
#

!e

def get_palindrome(string):
    return string[::-1] == string

for test in ("Tidus","Yuna","Wakka","Lulu","Auron","Kimahri","Rikku"):
    print(test,test[::-1],get_palindrome(test))
coarse hearthBOT
#

@candid horizon :white_check_mark: Your eval job has completed with return code 0.

001 | Tidus sudiT False
002 | Yuna anuY False
003 | Wakka akkaW False
004 | Lulu uluL False
005 | Auron noruA False
006 | Kimahri irhamiK False
007 | Rikku ukkiR False
unique turret
nimble dawn
#

ye

mild flume
#

That's the answer, but I think they want you to put it in a variable rather than by hand

nimble dawn
#

i know only c++

candid horizon
mild flume
#

Like actually doing it.

unique turret
#

ah

#

one sec

candid horizon
#

Python is 100 times simpler than C++.

nimble dawn
#

i actually am not that familiar with c++

#

im currently learning it

candid horizon
nimble dawn
unique turret
#
def get_palindrome():
  string = str(input('--> '))
  return True if string[::-1] == string else False
#

something like that?

mild flume
#

Apparently it's also ? and : in JS as well

unique turret
nimble dawn
#
print(('Not palindrome','palindrome')[(s:=input('Enter a string: '))==s[::-1]]
unique turret
#

ah

nimble dawn
#

try running that code

nimble dawn
#

its just for fun

unique turret
#

!eval print(('Not palindrome','palindrome')[(s:=input('Enter a string: '))==s[::-1])

coarse hearthBOT
#

@unique turret :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(('Not palindrome','palindrome')[(s:=input('Enter a string: '))==s[::-1])
003 |                                                                                  ^
004 | SyntaxError: closing parenthesis ')' does not match opening parenthesis '['
nimble dawn
#

oof parantheses

#

gotta fix dat

unique turret
#

lol

nimble dawn
#

fixed it probably

unique turret
#

I'm trying to figure out database management and discord.py at the same time and so far it's been rather interesting

nimble dawn
#

i kinda love the walrus

unique turret
#

walrus?

nimble dawn
#

i have a walrus addiction

nimble dawn
unique turret
#

ohhh

#

what is :=?

nimble dawn
unique turret
#

like what does it do?

#

ah

nimble dawn
#

read up on it

#

K bye guys

#

gotta eat

unique turret
#

bye, have a good one

candid horizon
blazing plank
#

hello ๐Ÿ‘‹

candid horizon
blazing plank
#

no one around ๐Ÿ˜”

wintry sinew
blazing plank
#

yeah we can here you

gentle cedar
#

yo

#

how do i get the letter of every word in a string, like python is good

#

it becomes p i g

#

["python","is","good"]

#

how do i get the first letter in each word there

unique turret
raw wren
stuck bluff
hearty heath
#

Got to have the "deep" ๐Ÿ˜„

fervent notch
stuck bluff
#

Assigns the righthand to the left and returns it.

wintry sinew
#

i have found a new technique to relaxing

#

i call it sit in pydis' vc and listen to music with people as background noise

merry mica
#

:^)

stuck bluff
#

!e py print(a := 5) print(a)

coarse hearthBOT
#

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

001 | 5
002 | 5
merry mica
#

:v)

hearty heath
#

Hmm ๐Ÿค”

#

Did you know, your heart muscle doesn't re-grow.

#

That's why you don't hear about getting heart cancer.

raw wren
#

Hello @hearty heath and @steep fiber ๐Ÿ‘‹

hearty heath
#

Erm, I'm not 100% sure, but I think pretty much any damage to the heart is permanent.

mild flume
#

Would make sense

hearty heath
#

Hey @raw wren ๐Ÿ˜„

mild flume
#

An artificial heart is a device that replaces the heart. Artificial hearts are typically used to bridge the time to heart transplantation, or to permanently replace the heart in the case that a heart transplant is impossible. Although other similar inventions preceded it from the late 1940s, the first artificial heart to be successfully implante...

hearty heath
#

Gtg ๐Ÿ‘‹

raw wren
#

Cya @hearty heath

steep fiber
#

See you ๐Ÿ‘‹

hearty heath
#

Hi... bye ๐Ÿ˜„

mild flume
true valley
stuck bluff
#

At what point did I cut out?

#

Doesn't matter.

steep fiber
#

I havenโ€™t heard you in quite a few minutes

mild flume
#

I have no idea

steep fiber
#

Maybe time for a status again

random minnow
#

switching between dms and vc channels, posting stuff in the wrong channels, do it with my terminal and discord too

mild flume
#

My favorite is when I'm trying to scroll up or quickly select a text channel and then I click another voice channel

raw wren
merry mica
#

Enhanced!!!

misty sinew
#

its 69420 not 42069

mild flume
true valley
tardy moat
raw wren
true valley
unique turret
#

hmmm

random minnow
cunning pivot
whole finch
#

bm = be = ba= cm

#

bm = be

#

e = (0, -3)

charred creek
#

(0, -3)

cunning pivot
#

E(0,-3)

whole finch
charred creek
whole finch
opal lintel
#

singhh

unique turret
#

I got my corporations working properly!

#

thanks for the help fela and hemlock! (and among others)

#

@raw wren how did you get the commands in another file?

#

like the help commands in help.py

#

cogs?

#

well, I mean, like, I'm trying to abstract my corporation commands into corporations.py and I need to get the commands to work with the bot which isn't working haha

#

do I just need to import the commands into main.py

#

?

fringe gust
fervent notch
#

@raw wren ? what take?

#

lul

#

Oh, Hiya ๐Ÿ˜„

raw wren
raw wren
#

Good morning @warped wind

warped wind
#

evening!

#

hows your morning