#voice-chat-text-1
1 messages · Page 72 of 1
@gilded wigeon 👋
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
brb
@shut storm you're so knowledgeable sir 
Sir Martyn Poliakoff (born 16 December 1947) is a British chemist known for his work on green chemistry and for being the main presenter on the popular YouTube channel Periodic Videos. The core subjects of his academic work are supercritical fluids, infrared spectroscopy and lasers. He is a research professor in chemistry at the University of No...
Agnostic Python, @stuck bluff we will discussion about this phrase later.
egg boild
;
ghee
olive oil
Let your medicine be your food and your food be your medicine. - Hippocrates.
But the best medicine/food is time spent outdoors
the man was agnostic
a - without
gnostic - knowledge
Latin
Broadly, uncertainty as to the existence of the divine.
Implied
Without context, "agnostic" will typically but not neccesarily refer to religious alignment.
With context, it is common for "agnostic" to not be a reference to religious alignment.
He's agnostic. He believes that it is either impossible to know if God exists, or is perhaps unsure if God exists.
The hiring process was gender agnostic. Interviewers were kept unaware of the gender of the applicants for the position.
exis tss
Rinse with water، mouthwash
Unfortunately can’t talk
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Did you record a keybind?
Hold the key down.
exist
exists
I remembered to return the library book.
bird
"I did not hear the birds thismorning. Did you kill them?"
Rinse with water، mouthwash
You might rinse ypur mouth (out) with water. Water is not, in itself, a mouthwash. Mouthwash usually refers to products such as Listerine.
truncating
Once I've brushed my teeth, I spit out the toothpaste, then I rinse my mouth out with water, then spit out the water.
@misty sinew hello
teeth, tooth
chai - tea
marsala - Indian quisine.
milk, sweetener, cinnimon, clove, cardimom, black tea + optional varied spices
star anise
pepper
yes
You guys build apps
rinsed rin st
Or what do you do
now just discussion
I dabble.
I brushed my teeth.
The rest is implied.
I did my teeth.
I brushed my teeth and washed my face
watched
washed
He watched tv, then he washed his face.
washed woh sht
watched wot cht
7:30 pm
"I started work at 7:30 (pm / in the evening)"
at 2:00 am
work pronounced werk
emotional state
emotional health
Long term, it affects your emotional/psychological health.
neurological - to do with the physical brain / nerves
psychological - to do with how you think, your ideas, etc
emotional - to do with how and what you feel, happy, sad, angry, frustrated
mental - to do with the mind - emotions / psychology
I would invite you out cafe or dinner
"I would invite you out for coffee or dinner."
"I would take you to a cafe or take you out to dinner."
EXOLANTION
stereotypes
decrementry?
x -= 1
so i am just making a python quiz game
Dictionaries
only thing is my teacher did not allow me to make it so that my quiz game would smack talk you if you were on windows or mac
because he said that it's a stereotype
!e
x = 20
print(x)
x -= 1
print(x)
x += 1
print(x)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 20
002 | 19
003 | 20
i use arch btw
the quiz game is about archlinux
btw means by the way
that is a copy pasta on the internet
oh alright
idk why my teacher just doesn't allow me to do the os smack talk shit
no he does allow me to learn python
just that he is not allowing me to smack talk people who use other os on my quiz
he knows about oses
idk if he knows the smack talking stuff is just a joke
fair
oh.... alright
well imma just do os dectection stuff on the welcome print statement
it is 30 here in thailand
well ig i should consider that ap is going to be looking at my code and ig if they actually see it as serious they would probably give me a bad grade for my ap exam
thailand
thailand
🇹🇭
imagine using solaris
i am just learning python
i am planning to learn c
i love c a lot
python imo feels nice
more like scripting etc
that is just how i see it
for my use case
not everyone
just for me
yes
that is why i'm saying
i'll back
btw what country you guys from?
saudi arabia
ik
oh india
knew it
nice food though
i heard that tech is kinda big there
not as big as china imo but still pretty big
i know that you guys are trying to make cpus etc
yeah i am thinking of working for alibaba or tencent etc soon
yeah i like chinese companies
mihoyo i might work at
because i like mihoyo
i like to play zenless zone zero
they are the people who make genshin impact
yes ik
it is
yes
i am just installing zenless zone zero on archlinux rn
and i think it is doing fine
but i think i wanna to move to a different desktop environment other than gnome
well i am using wine
which wine translates the call of windows to linux
well......yes
zenless zone zero is kinda the same just that it doesn't change wine too much
the only thing i found that they did for zzz is just add a stub for something for it to boot
i have a 4090
64gb ram
yes windows is just like that
hell no
i am thinking of getting a 5090 computer and use 128gb of ram
well i just like to see my games having better frame rate
ok you know what fair
imma just wait for the 6070
or the 6090
it will maybe a thing
i mean that is how nvidia would name their gpus
we have
20 series
30 series
40 series
50 series
etc
fiar
i mean i already get food frame rate on kde archlinux etc with zenless zone zero with the fps in lumina sqaure being atleast 130fps
or 150fps
well i do 3d modelling
there is that
but i do not do it much
but when i do, i do it
yeah i am only going for gaming
gpus
tbh i also have a macbook
just for school usage
but 4090 for home usage
yeah i can't blame you
macbook air you mean?
fuck it
whatever
why do you want to use windows
light weight
lightweight
he meant to say
accents are interesting ik
linux on top
linus torvalds does not give a damn
i like tech so i like linux
oh i love it
i breathe on linux
btw what do you use @rapid thicket ?
windows?
oh i forgor
sowwy
i have adhd
damn my fucking brain has an attention span of a parrot lol
install something
I'm good
ubuntu
the world is filled with evil souls
Dictionaries
dictionaries
DIK-shuh-nair-eez
word meaning
something and the meaning of it
"name": "Krishna",
"age": 17,
"grade": "12th"
}
{}
dictionary = { }
list = []
dictionary = {}
dictionary = { "key" : "value" }
!e
dictionary = {"key": "value"}
print(dictionary["key"])
:white_check_mark: Your 3.14 eval job has completed with return code 0.
value
dct = { "name" : "Ghazi", "age" : "26", "country" : "SA" }```
!e
dct = { "name" : "Ghazi", "age" : "26", "country" : "SA" }
print(dct["name"])
:white_check_mark: Your 3.14 eval job has completed with return code 0.
Ghazi
!e
dct = { "name" : "Ghazi", "age" : "26", "country" : "SA" }
print(dct["name"])
print(dct["age"])
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | Ghazi
002 | 26
!e
dct = { "name" : "Ghazi", "age" : "26", "country" : "SA" }
print(dct["name"])
print(dct["age"])
print(dct["country"])
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | Ghazi
002 | 26
003 | SA
!e
def main():
spacecraft = {"name": "James Webb Space Telescope"}
spacecraft.update({"distance": 0.01, "orbit": "Sun"})
print(create_report(spacecraft))
def create_report(spacecraft):
return f"""
========= REPORT =========
Name: {spacecraft.get("name", "Unknown")}
Distance: {spacecraft.get("distance", "Unknown")} AU
Orbit: {spacecraft.get("orbit", "Unknown")}
============================
"""
main()
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 |
002 | ========= REPORT =========
003 |
004 | Name: James Webb Space Telescope
005 | Distance: 0.01 AU
006 | Orbit: Sun
007 |
008 | ============================
he die today
your battery is dead
your phone is dead
the person died
and
the person is dead
my uncle is die
my uncle he died
"my uncle died"
my uncle died
def main():
spacecraft = {"name": "James Webb Space Telescope"}
spacecraft.update({"distance": 0.01, "orbit": "Sun"})
print(create_report(spacecraft))
def create_report(spacecraft):
return f"""
========= REPORT =========
Name: {spacecraft.get("name", "Unknown")}
Distance: {spacecraft.get("distance", "Unknown")} AU
Orbit: {spacecraft.get("orbit", "Unknown")}
============================
"""
main()
!e
def main():
spacecraft = {"name": "James Webb Space Telescope"}
spacecraft.update({"distance": 0.01, "orbit": "Sun"})
print(create_report(spacecraft))
def create_report(spacecraft):
return f"""
========= REPORT =========
Name: {spacecraft.get("name", "Unknown")}
Distance: {spacecraft.get("distance", "Unknown")} AU
Orbit: {spacecraft.get("orbit", "Unknown")}
============================
"""
main()```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 |
002 | ========= REPORT =========
003 |
004 | Name: James Webb Space Telescope
005 | Distance: 0.01 AU
006 | Orbit: Sun
007 |
008 | ============================
united fish ass-oh-ciation
hello
ghazi
have a good day
why
that is sad
I'm sorry for your loss
yea you should take rest
🫡
@tranquil bane https://veracrypt.jp/en/Home.html
VeraCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not i...
@tulip grail
A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.
hi
Hi
What's up?
@desert mist
A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.
hello
@raw bronze
hi
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
hello
def main():
spacecraft = {"name": "James Webb Space Telescope"}
spacecraft.update({"distance": 0.01, "orbit": "Sun"})
print(create_report(spacecraft))
def create_report(spacecraft):
return f"""
========= REPORT =========
Name: {spacecraft.get("name", "Unknown")}
Distance: {spacecraft.get("distance", "Unknown")} AU
Orbit: {spacecraft.get("orbit", "Unknown")}
============================
"""
main()
@stuck bluff are fine ?
@shut storm are you well or I calling police.
@stuck bluff I would invite you out for coffee and lord @shut storm and we let him pay money.
@wooden dome hello
majesty @stuck bluff do you want start war three ?
If I am royalty, it's probably quite distant. As to war, ideally not. "Do you want to start World War Three?"
m'lord if start world war three verses you, absolutely
@thorn compass
He is an athlete, and as such, he must train every day".
The shop doesn't sell books as such, but it does sell magazines
He isn't American as such, but he has lived there for 20 years
It isn't a history book as such—it's more like historical fiction".
dercrate mathematical
He is a mathematician; as such, he looks at the world through logic and numbers."
def main():
spacecraft = {"name": "James Webb Space Telescope"}
spacecraft.update({"distance": 0.01, "orbit": "Sun"})
print(create_report(spacecraft))
def create_report(spacecraft):
return f"""
========= REPORT =========
Name: {spacecraft.get("name", "Unknown")}
Distance: {spacecraft.get("distance", "Unknown")} AU
Orbit: {spacecraft.get("orbit", "Unknown")}
============================
"""
main()
pick up
I need to leave, thank all
I'm Economist, perhaps you find some when help you
I should stay out of it
@stark drum how's it going?
hello Aron, I,m still watching course of python
nice, which one? (link?) how do you like it?
it is CS50 produce from Edx.com, I like it, it is help me.
nice good luck
Hey @stark drum
@stark drum are you sleeping?
hi
We took CS50 xD ❤️
I'm apologies slept while watching short lecture and still on channel voice 
I'm apologies slept while watching short lecture and still on channel voice 
I still in LOOP in short lecture.
I think there is event.
Brother, check the dm
!e
distances = {
"Voyager 1": 163,
"Voyager 2": 136,
"Pioneer 10": 80,
"New Horizons": 58,
"Pioneer 11": 44,
}
def main():
for name in distances.keys():
print(f"{name} is {distances[name]} AU from Earth")
main()
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | Voyager 1 is 163 AU from Earth
002 | Voyager 2 is 136 AU from Earth
003 | Pioneer 10 is 80 AU from Earth
004 | New Horizons is 58 AU from Earth
005 | Pioneer 11 is 44 AU from Earth
right
Check my dm
@mint dove hello
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
f this shit man i dont have time for this
that roll voice channel
@stark drum I don't have permition to speak. Sorry!
Ok I get it.
Can I ask a question?
@stark drum
So, as AI has become advanced in computer coding, how useful is it to learn a language like python? Will there be job oppertunities for them?
Chat
Sorry it it is out of context.
It depends on what you are doing.
CS50's Introduction to Programming with Python
Ok I get it.
edx
no worries
You can also look at the open course ware
Yeah, I get you.
rest
Ok. Alright.
What is your time zone though.
So that I know when you are avalable.
bye.
!e print(1 or 1)
?
fruits_kg = {
"apple": 5,
"aherry": 4,
"banana": 6,
"ate": 2,
}
def display_fruits():
for fruit in fruits_kg.keys():
print(f"{fruit}: {fruits_kg[fruit]} Kilo Grams")
display_fruits()
look to my coding, I improve daily @stuck bluff
I have ate fruits
"My old phone was not as powerful as my current phone, which might be why I stopped playing, previously."
"Previously", because I have now resumed playing on my current phone.
do you like the game that you played
Do you like the game that you've been playing ?
Very additive.
"Maybe you could join the server and share your thoughts with the developers on how to improve the game."
!e ```py
my_dict = {1: 2, 3: 4, 5: 6}
for key in my_dict.keys():
print(key)
is mostly equivalent to
for key in my_dict:
print(key)```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 1
002 | 3
003 | 5
004 | 1
005 | 3
006 | 5
look
Addictive.
addictive
This is a word, but it is the wrong one.
!e ```py
my_dict = {1: 2, 3: 4, 5: 6}
for value in my_dict.values():
print(value)```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 2
002 | 4
003 | 6
!e ```py
my_dict = {1: 2, 3: 4, 5: 6}
for item in my_dict.items():
print(item)```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | (1, 2)
002 | (3, 4)
003 | (5, 6)
how odd
!e ```py
my_dict = {1: 2, 3: 4, 5: 6}
for key, value in my_dict.items():
print(f"{key = }, {value = }")```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | key = 1, value = 2
002 | key = 3, value = 4
003 | key = 5, value = 6
!e ```py
my_dict = {1: 2, 3: 4, 5: 6}
for key, value in my_dict.items():
print(key, value)```
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 1 2
002 | 3 4
003 | 5 6
iteration
stereotypes
racial stereotype
exists
@leaden pier 👋
phenomenon
https://youtu.be/lxmP01HERnQ?feature=shared Phenomena - plural of phenomenon.
@knotty valve 👋
hey sorry to bother but any chacne i can get some help with some code
im vary new and cant figure out how to make user imputs red and bold
without the hole text being red and bold
Are you talking about a terminal environment, or a gui?
im honestly not sure i can send screan shots if you would like
Sure.
i want the green text that i typed on bottom to be red and bold
also i can join code/help if you want
Lets's.
also i cant talk cause im new to the server
colorama
i have the colors at the top for red and bold in the #
also could we join a call so i can talk?
no worrys
recife]
mekkah or mecca
oooo i have so fkn headache or dafuq how do i type it im from sweden lol
@stuck bluff who do u talk with dafuq bye ?
aha
i see
!Hacker?🤬
oil
real
1R$-5,40$
you are welcome
if you want talk on voice channel just check !voice
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

Hi
im doing good i just need a bit of help
on something thats probably a bit basic
;w;
yea just ask the problem
i put it in the code help voice text chat
did you read the rule ?
helllllllllo
i did not i was kinda hoping to just be temporarly in here
how is your day going
stay with us and learning
it is marvellous, and now I,m writing and put events in my calendar, look
LGTM
LGTM = Looks Good To Me
my bad 😭
I keep forgetting
so what do you plan on learning today
I see physics and math
today I had watching lecture in Math, and now writing coding, if I finish I'll show you
absolutely
that's great also a little correction: today I have been watching a lecture in Math
or I was watching a lecture in Math
if you were watching it in the past
I love you
I'll choose this sentence
today I have been watching a lecture in Math.
today I have been watching a lecture in Math.
yes
this sounds correct
yes I will learn physics today
because my finals are coming up
also I have a meeting in school for an hour
will go there aswell
you should eating well, your schedule diffucalt and take rest
you strong, I trust you.
yes I will thanks for caring :) also correction: eating ❌ eat ✅ and the spelling of difficult is wrong
we won't use continous verb here
no it is correct, but I'm try create you language
lol
much apperciated
no it's not correct
you should add a be
if you wanna use a continous verb
I got it
look what I wrote
```py
WORDS = {"PAIR": 4, "HAIR": 4, "CHAIR": 5, "GRAPHIC": 7}
def main():
print("welcome to Spelling stereotypes!")
for word, points in WORDS.items():
print(f"{word} was worth {points} points.")
main()
LGTM
!e
```py
WORDS = {"PAIR": 4, "HAIR": 4, "CHAIR": 5, "GRAPHIC": 7}
def main():
print("welcome to Spelling stereotypes!")
for word, points in WORDS.items():
print(f"{word} was worth {points} points.")
main()
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | welcome to Spelling stereotypes!
002 | PAIR was worth 4 points.
003 | HAIR was worth 4 points.
004 | CHAIR was worth 5 points.
005 | GRAPHIC was worth 7 points.
I create dictionary and add keys with values, then underneath I define my funcation
yes
I add loop
```py
WORDS = {"PAIR": 4, "HAIR": 4, "CHAIR": 5, "GRAPHIC": 7}
def main():
print("welcome to Spelling stereotypes!")
for word, points in WORDS.items():
print(f"{word} was worth {points} points.")
main()
@umbral rose
```py
if name == 'main':
main()
it's a good practice
pardon = sorry
yeah
sorry means aswell
teacher didn't want to confuse you in the start
even if the filename is bot.py
or something else
```py
if name == 'x':
x()
it wouldn't call x
```py
def X():
```py
if name == 'main':
main()
```py
if name == 'main':
x()
it'd work
if x exists
import main
then it'd execute the main()
it would
it'd = it would
here in this sentance
okay
if name == 'main':
main()
or something like that
If name equals main
`under ```
``` `
some note taking app make it italic
that's why
monkeclub
wow
oh just stick wit this
just write it the way you were writing
the codeblocks work
and a lot of features
why you don't tell me about it
you can sync it for free aswell
just use git
there is an extension for it
I have most of my notes on paper
am I cooked
you can execute in your head
yeah it's fine
with vscode ?
@umbral rose
what is that 
toolkit for webdevelopment it has a lot of features
it's built into vscode
lorem50
<title><title>*5
it'd replicate it 5 times
@umbral rose is it like this ?
but me Economist not Devolaper
This would just be title*5
yea my bad
been ages last time I wrote html
I stopped webdev
there is an extension
vencord extension
yeah
yes
it might be overwhelming
ob seed ian
welcome @keen obsidian
are you still jailed?
hi
i didnt verify
no in the gg/coding
what is this
I don't know
idk looks something like claude
openai's ide i think
there is an extension for it
that allow it
basically a tunnel
hello kill

what do u use
VScode better then doomemacs
yessur vscode is best
purge ai
Gotta keep that shit disabled
damn i use antigravity
send him to moon
and nano
emacs > helix > neovime > vim > vi > sending electrical signals to modify binaries > nano
hii wolf
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
power bi
bloat
huh
dotnet is bloat
k
i told the ai to make improvements to my code and it did it in not even 2 mins
is this efficient
he was in vc yesterday
and hi @stable raft
how much time it take to learn python
2 mins to 20 years
u can learn basic python in 3 days
can i know your skill??
he works at google
hey @stable raft
its been more than 3 day and im only at a point where i can create a function
whoo??
he
@keen obsidian I deleted your image because it was quite sexually suggestive with girls that appear under age. Please do not post that on the server again.
pronounce this 3 times supercalifragilisticexpialidocious
Sephouri???
what
i didnt stream porn stop
The debian lesbians image.
then why you're jailed
im not
gay men kissing is not porn
😡
i streamed 2 guys kissing for like 2 mins
yes that's enough
ohhhhhhhh
ok sir 🫡

stop pinging me you're making me uncomfortable
@umbral rose can i get screenshare perms
:logo_idle:
!stream 990241442779762689
✅ @wanton ore can now stream until <t:1770091442:f>.
@wanton ore post here?
I was just reading about this. I was actually so interested in it that I immediately looked for a python discord server that had someone talking about it. Have you been using this?
I have a project idea for a browser extension but it needs to have things like numpy, pandas, etc.
tbh ive only touched breifly on it
def main():
names = ["iterate", "western", "southern", "northern", "eastern"]
for name in names:
print(write_direction(name, "MapQuest"))
def write_direction(direction, sender):
return f"""
------------------------------
Dear Traveler,
Please head {direction} to reach your destination.
Sincerely,
{sender}
------------------------------
"""
if __name__ == "__main__":
main()
!e
def main():
names = ["iterate", "western", "southern", "northern", "eastern"]
for name in names:
print(write_direction(name, "MapQuest"))
def write_direction(direction, sender):
return f"""
------------------------------
Dear Traveler,
Please head {direction} to reach your destination.
Sincerely,
{sender}
------------------------------
"""
if __name__ == "__main__":
main()
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 |
002 | ------------------------------
003 | Dear Traveler,
004 |
005 | Please head iterate to reach your destination.
006 |
007 | Sincerely,
008 | MapQuest
009 | ------------------------------
010 |
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/QWNXH3JNEWQPHIIVPBDU7XXPAE
@grave abyss
def main():
names = ["iterate", "western", "southern", "northern", "eastern"]
for name in names:
print(write_direction(names, "MapQuest"))
def write_direction(direction, sender):
return f"""
------------------------------
Dear Traveler,
Please head {direction} to reach your destination.
Sincerely,
{sender}
------------------------------
"""
if __name__ == "__main__":
main()
now are you heard us
yes
#voice-verification @rapid thicket
"So, you want to find some project to work on?"
or better
"So, you want to find a project to work on?"
"some" here is more common and casual
interesting
Or tho docks
I think I remember that.
😭
indie
yes
indie games => games made by individuals
and diff from mainstream
Corruption
is it fine to consume graphite?
series
serious
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
!voice
@inner gust 👋
hi, please someone give me perm to open my mic
are we going to the zoo 
just asking
nah
okay
hello
activity
if you import the file so that it doesn't automatically execute the main function
!if-name-main
`if __name__ == '__main__'`
This is a statement that is only true if the module (your source code) it appears in is being run directly, as opposed to being imported into another module. When you run your module, the __name__ special variable is automatically set to the string '__main__'. Conversely, when you import that same module into a different one, and run that, __name__ is instead set to the filename of your module minus the .py extension.
Example
# foo.py
print('spam')
if __name__ == '__main__':
print('eggs')
If you run the above module foo.py directly, both 'spam'and 'eggs' will be printed. Now consider this next example:
# bar.py
import foo
If you run this module named bar.py, it will execute the code in foo.py. First it will print 'spam', and then the if statement will fail, because __name__ will now be the string 'foo'.
Why would I do this?
- Your module is a library, but also has a special case where it can be run directly
- Your module is a library and you want to safeguard it against people running it directly (like what
pipdoes) - Your module is the main program, but has unit tests and the testing framework works by importing your module, and you want to avoid having your main code run during the test
mr.speaker
I'm listener
!d subprocess
Source code: Lib/subprocess.py
The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace several older modules and functions...
class list(iterable=(), /)```
Lists may be constructed in several ways...
Similar names: pdbcommand.list, term.list
but you fish
😔
You may.
hola
You are not a fish.
Hey GHazi
@wheat jewel no worries

u big hostile
hello
goodbye
Hustle not hostile
cya
what projects are u guys currently working on?
how to make a bomb
like
trying to find the recipie
bro are u being for real?
I'm finding a project
to work upon
for a hackthon
I have a team of two people
the requirements is basically build something that protects user privacy
interesting how can i join u guys im finna work
Ohh okay no worries
group chat
on discord or?
pls create it
accept my friend req
accepted
lk thought you meant garbage collector
hi
Yo
growth = ["GDP", "Population", "Employment", "Productivity"]
growth.append("Investment")
growth.append("Exports")
growth.extend(["Consumption", "Government Spending"])
growth.insert(0, "Innovation")
growth.insert(2, "Technology")
growth.insert(5, "Infrastructure")
growth.remove("Population")
growth.append("Education")
print(growth)
look lord @stuck bluff what I wrote 
!e ```py
growth = ["GDP", "Population", "Employment", "Productivity"]
growth.append("Investment")
growth.append("Exports")
growth.extend(["Consumption", "Government Spending"])
growth.insert(0, "Innovation")
growth.insert(2, "Technology")
growth.insert(5, "Infrastructure")
growth.remove("Population")
growth.append("Education")
print(growth)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
['Innovation', 'GDP', 'Technology', 'Employment', 'Infrastructure', 'Productivity', 'Investment', 'Exports', 'Consumption', 'Government Spending', 'Education']
Looks like you're getting a handle on lists and list methods.
Kya haal chal sakba
yeah, sure
Please don't ever call me an AI again.
AI
guys i need help or advice anyway is book "Automate the Boring Stuff with Python" good ?
I enjoyed it
Hi
Hi
def main():
history = []
while True:
action = input("Action: ")
history.append(action)
# Open the file in 'a' (append) mode to add text without deleting old content
with open("ECON.txt", "a") as file:
file.write(action + "\n") # "\n" moves the cursor to a new line
print(history)
main()
Generally it's
If __name__ == "main":
main()
That provides a guarding check
Absolutely, I kept this in my note, someone teach me that, much appreciated.
No problem bro ^^
Yea, So how was your day.
I just got an adapter to share my broken mac screen with my display.
cost me a lot bro apple got so wired screen break so eaisly.
sdfsd
???
1
2
13 year.
500 cigarettes
sup
@weak rock u there
why no permission
Hello. I am attempting to connect with humans. How many attempts at texting and memes must I accomplish before entering voice chat?
And me too
U can't speak?
Yes
I mean if there's no one then who's gonna hear u ?
Always wbu
Okay thanks
💀
W3SCHOOL
Bad
Wbu
Please do not use or suggest w3schools as a Python resource. Having personally examined the quality of their Python code and explanations of concepts, I can tell you that there are better places to learn from.
!resources
Resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Okay thanks for that
@karmic rivet 👋
Hy
@polar dove 👋
Now I know it feels like being a man with no words but thoughts to float
hi
Wassup guys...
@celest lintel 👋
Halo
@stuck bluff what is non binary? Sorry I'm rude but idk GENUINELY
I swear I don't
On my lord


