#voice-chat-text-0
1 messages · Page 252 of 1
@somber heath hey man i look into window's task schedular ...working good for me :)
@patent fable 👋
@gentle flint im supressed from speaking in vc
ye
SO what's the discussion about @gentle flint ?
plome
@quasi horizon 👋
@gentle flint I have so cute cat pics for you today that I even can´t... very very cute
but first -> school stuff
hi
Ooooo, I like this
I like the way they phrase that
Oh huh
Didn't realize MariaDB was a fork
Back in a sec
Morning ya'll 🥱
Sup
you keeping it together at work this morning @rugged root 


good morning
Yo
lets go study guys
def measure(self,
qubit_indices: int | Iterable[int]) -> None:
""" Measure qubits in the circuit.
Parameters
----------
`qubit_indices` (int | Iterable[int]):
The indices of the qubits to measure.
"""
# Measure the qubits
with self.circuit.context as (q, c):
meas = Measurement(q) | c
brb puppies want to go out
yes👍
self.measure(qubit_indices)
def measure(self,
qubit_indices: int | Iterable[int]) -> None:
""" Measure qubits in the circuit.
Parameters
----------
`qubit_indices` (int | Iterable[int]):
The indices of the qubits to measure.
"""
# Measure the qubits
self.circuit.measure(qubit_indices, qubit_indices)
# Set the measurement as applied
self.measured = True
# Add the operation to the log
self.circuit_log.append({'gate': 'measure', 'qubit_indices': qubit_indices})
@wise cargo Is there a code for me to get a gf?
Maybe? I'm not overly interested in quantum stuff
It's cool but like....
I'm very much a practical person
Same
Rabbit is a grump, and I love him for it
Oh right
Valentine's month
Thank you @viscid lagoon
@molten pewter Better that he's willing to budge rather than digging his heels in
I like debate, it's arguing that I don't like
My preference (most desired to least):
Chillin' > Chat > Discussion > Discourse > Debate > Argument > Fight
Yep
I mean, sure
If we're going by that specific definition
I'm with admiral on this
I'm not saying that we need a Lincoln-Douglas debate here in Pydis
But there is something to be said about finding a position and bringing evidence to reinforce it, that's what I would consider a debate
Word
@echo tartan Yeah sorry, co-worker is back here
So I can't speak that often
@molten pewter Checks out, your wife is the Kool-Aid man
Sure you can
Bar the door
Make a moat
Pull the plug
Trip the breaker
Let's NOT have this convo, actually
Fury
I swear to zombie christ
This conversation is going tits up
hey guys how are u doing
STD Information from CDC. Facts, Statistics, Treatment, and Other Resources.
Yet again...
That's so fucking good
what is going on here
I want to see on the next 5 year report:
Alright, fucking seriously, people.
!stream 239759597609418752
✅ @coarse hare can now stream until <t:1706889145:f>.
If you do anything frontend web dev, this is essential
It's so good
!d collections.deque
class collections.deque([iterable[, maxlen]])```
Returns a new deque object initialized left-to-right (using [`append()`](https://docs.python.org/3/library/collections.html#collections.deque.append)) with data from *iterable*. If *iterable* is not specified, the new deque is empty.
Deques are a generalization of stacks and queues (the name is pronounced “deck” and is short for “double-ended queue”). Deques support thread-safe, memory efficient appends and pops from either side of the deque with approximately the same *O*(1) performance in either direction.
Though [`list`](https://docs.python.org/3/library/stdtypes.html#list) objects support similar operations, they are optimized for fast fixed-length operations and incur *O*(*n*) memory movement costs for `pop(0)` and `insert(0, v)` operations which change both the size and position of the underlying data representation.
@coarse hare I'd recommend using that rather than a regular list.
poppin() and lockin()
@coarse hare you instance the deque like this deque("hello")
It's going to be one of THOSE days today
Lots of running around trying to fix stuff
Gonna get my steps in
then you get to treat yourself afterwardz
That's tough buddy.
- Zuko
I'm still enjoying myself, though
I only get stressed when others are inconvenienced. I want to make sure our folks are back up and running as quickly as possible.
If they're on the top shelf, would they be high steaks?
Pretty
https://www.sublimetext.com/docs/vintage.html Huh, didn't know this was a thing
@naive kestrel 👋

!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
yes i know
ok
hi, can you help please, the code does not want to output the inline button in any way, look what's wrong?
maybe you can ask in #python-discussion
Ok srr
Are you a pokemon fan?
Are you a python prodigy?
huh
Meaning are you a python genius?
no
emmet for vim: http://emmet.io/. Contribute to mattn/emmet-vim development by creating an account on GitHub.
nope :p
discord issue. rejoin
Back in a sec, friggin computer forgot how to see my other monitor
yo I only opened pycharm and need help
i would ask verbaly
but i need messages (40 more) and 3 more days
but
how can i get rid of this warning?
do you want this to be a static method?
whats a static method?
will it require an instance of the object?
yup! :)
thank you 😄
no problem
ah all that means is you're not using self yet
oh
once you use self, that warning will go away
ok ill try
Hi guys! I'm new here and also nooby learning Python. Any recommendations on where to start?
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
for me it was trying anything i wanted
so try thinking of something
and then try to build it
also start with something easy
YouTube, Corey Schafer, playlists, Python for Beginners.
eeeh
this. @frigid karma definitely start writing code as soon as possible
even if its super simple
exactly
once you learn a concept, i recommend trying it out soon
i started C# with tutorials and learned nothing
I am RPA developer, anything related to that where I can combine both fields?
actually writing the code you learn will help solidify those concepts in your brain
RPA?
then came to python and started with some easy thing and slowly made progress to the point that now Im trying server stuff (which is something i despise) and also made discord bot @frigid karma
do you have any beginner project ideas i could start writing code on
Robotic Process Automation, it's codding automations with graphic interface
im kinda scared to begin
dont be
anything cool you can imagine
coool! A discord bot?
Discord bots aren't a beginner project.
true
Hello, Char.
a todo list is fun
@somber heath is right
and the beauty of a todo list is you can iterate on it so much
well actually it might be easy
good luck!
you too
prolly true. altho i started with discord bots and it went pretty well for me
nice
my main motivation for learning how to code is bot for my discord server :p
initially i was selfhosting a premade bot
i started with calculator (CLI one) and regretted everything lol
Some people do select Discord bots as their first programming project and are successful at it.
They are the exception rather than the rule.
The danger of selecting something that is several steps beyond your skill level is that you may render yourself disheartened with your lack of ability to progress.
but then i started to edit the code to fulfill my needs
then i started writing my own parts for the bot
to writing my own from scratch
then it kinda went on from there and im proficient in stuff now lol
The danger of selecting something that is several steps beyond your skill level is that you may render yourself disheartened with your lack of ability to progress.
i agree
lotta concepts that you're thrown into straight away when tryna make a discord bot
It's fine to have Discord bot as a longer-term goal, but you should be working up to it step by step, rather than diving straight in the deep end.
yo @austere gull how is it that it shows the webstorm icon (on discord) and mine doesnt
for you
thx

!stream 717749310518722691
✅ @whole bear can now stream until <t:1706900935:f>.
@wind raptor what is that?
I don't use PyCharm, but it may be a case of installing it normally with the installer from Python.org, then selecting it from its installed location in the PyCharm settings interface.
This is a guess.
Hi Segfault.
As zip would be atypical.
An installer exe would be more typical.
What operating system are you using?
ik
@copper grotto 👋
hii
do wha
the discord integration
install plugin
and u should be pretty much good
@somber heath ❤️
okk
cute
Hi. Did you see Osyra's flex tape meme?
I missed that
is automate the boring stuff a good resource for a complete beginner?
its been recommended a lot
so prolly
'from .bell_state_preparation import BellStatePreparation\nfrom .computational_basis_state_preparation import ComputationalBasisStatePreparation\nfrom .distributions import PMF, GaussianMixture, GaussianMoments\nfrom .exponential_state_preparation import ExponentialStatePreparation\nfrom .ghz_state_preparation import GHZStatePreparation\nfrom .metrics import Metrics\nfrom .state_preparation import StatePreparation\nfrom .state_preparation_abc import (\n DEFAULT_INPUT_NAME,\n DEFAULT_OUTPUT_NAME,\n StatePreparationABC,\n)\nfrom .uniform_distibution_state_preparation import UniformDistributionStatePreparation\nfrom .w_state_preparation import WStatePreparation\n'
import classiq.interface.generator.state_preparation
@whole bear good job on the dub
If you were writing this as a C project, would there be a StatePreparation.h?
>>> import numpy
>>> inspect.getmodule(numpy)
<module 'numpy' from '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/numpy/__init__.py'>
The official documentation for the Classiq software platform for quantum computing
@upper basin What operating system are you using?
@wind raptor Can give me again?
grep it
You should be able to look at the file browser settings to enable the ability to see hidden folders.
If that's an issue.
@rugged root why do people here have to have stream perms?
We've had issues with people streaming porn and other inappropriate content
oh
Yeeeeep
Yep, especially with a server full of minors
yeah
"C:\Users\A.C.EA\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyomo\core\base\component.py"
I'll try
%appdata%
C:\Users\A.C.EA\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyomo
bye for now
from classiq.interface.generator.state_preparation import StatePreparationABC
import classiq
import inspect
print(inspect.getmodule(classiq))
%appdata%\Python\Python312\site-packages\classiq\interface\generator
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
@wicked marsh @tame pumice 👋
Hello!
You are making your life complicated guys.
Just use Docker or Podman. It solves all paths issues.
@naive kestrel 👋

code "C:\Users\A.C.EA\AppData\Local\Programs\Python\Python312\Lib\site-packages\classiq\"
I always fly business class… on the company payroll.
at sale - i think you need you hit it 🙂 https://www.avbuyer.com/aircraft/private-jets/gulfstream/g550/369081
This one’s expensive.
You can get some small one for 100 of thousands dollars.
With a yearly maintaining cost of around one million.
Its hitting 20pm here, got to jump to "evening shift" - have a nice day gys/grls.
20pm
i can tell
aww
@turbid tree 👋
¯_(ツ)_/¯
Most of us are programming or doing things while in chat, I'm sure.
I know I am
@woven bough 👋
Ah chess
@timber jasper 👋
How good you are at chess
Hi
500?
I'm 1400 on chess.com
Which one do you play , chess.com or lichess?
Blitz?
alr
@wind raptor do you also play chess?
What's his raiting?
Wanna play a match?
I'm also 1200 in blitz but 1400 in rapid
@whole bear
Are you good at python?
i recently started learning python, watching a course on YouTube
What should i do next to improve after the course?
@royal radish 👋

@whole bear
What programming language do you know ?
so why are you here
are you learning new programming language?
What's your id?
send your id , i have an alt acc to sac elo for you 🙂
It's bongozard
Play a match , i will help you find good moves
Make sure you know this so you don't get checkmated in 4 moves.
Watch me live on Twitch:
https://twitch.tv/bobbybojanglles
Twitter:
https://twitter.com/BobbyBoJanglles
TikTok:
https://www.tiktok.com/@bobbybojanglles
Music Playlist:
https://www.youtube.com/watch?v=coEUM5acHRc&list=PL_oUFp8rGpqyPHwvo2qpw_-HOXrkJsFF6
#Chess
@whole bear watch this
this a good opening for beginners
@whole bear bro those decibels 😭
my ears are dead
you said something and it blew my ears
no dont go to 0
but damn 💀
nono
its okay now
but the moment wasnt tho
did i hear 69 correctly?
😏
yeaahhhh
thats nice
@plush flax cs
yo cz?
fr
ani trochu
ani kousíček
back to eng
proč
protože si nejsem jistej jestli to tu je povolený
vím že se někde za tohle dokonce banuje
takže nemužeme mluvit česky jo :D
Yeeees
Techno
anglicky
thxx
bw god
I would talk too but Im too new
Hošani dneska jsem byl ownit fitko
jaaj
@onyx isle 👋
@whole bear thank ya but Im going back to eng
no
muže si přestat kurva zpívat
maybe
nebudu
to je dobře
yo @whole bear try to read out loud "řízek" pls
@hollow grail ty programujes?
Musíš říct "please"
:D
😄
očividně nemá moc zájem
xd
yeaah that close
neříkej mu
to snad ani neexistuje v en
well
feels like that doesn't have a good meaning
nn neexistuje
its a food
@surreal verge 👋
i am voice verified this is the end for everyone in this voice channel
@whole bear its like chicken with a crust just like kfc but its bigger
imma post a pic
@whole bear
iam muted
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
musíš mít rank
he's new
vim vim
no
he wasnt here for 3 days
yeah
@whole bear
nemusíš
ik
stačí napsat 50 správ
Yeah that's not gonna happen
Pls go back to english or I will ping a mod
The end of every one in the voice channel left
ok
čum ty musíš mít 1. 50zpráv být online 30minut a být na serveru alespon 3 dny
nonono
i was explaining
hes not were just talking bro
czech
CZECH
@hollow grail
Идиотс
nice
idk
@whole bear you staying in the vc?
bye
bye @hollow grail
o/
Why didn't you take the rock?
push pawn
nooo
Knight e3
Noooooooooo
Bruuuuh
don't blunder your queen like that
@rugged root Can u give me stream perms pls?
You had mate here
a5 was mate
I don't blame you , I'm telling you to learn
solve checkmate patterns in lichess, it'll help you find mates
so, i go, bye
hi
Discord bots
Hello
@pulsar hatch @feral sky 👋
How are you?
@stiff matrix 👋
I think I'll be able to use voice chat tomorrow.
Then I'll be able to talk 😅😅
Where are you from?
@somber heath
@kind moth 👋
?
Would you like me to tell you or would you like to guess?
I can try to guess
USA?
OK
Canada?
OK
Wait a minute
I have no idea where you are from 😅😂🤣
Y
My God
I would never have guessed 🤣🤣🤣
Do you speak English? In Australia?
Wtf
Now want to try and guess where I'm from?
@somber heath
Ok
Are you thinking??
No
Try to guess my country
No
I am From South America
But try to guess the country
Yes
I am from Brasil
I study english
But it's very difficult to understand
It's night here😂😅
Yes
Wait
Do you speak spanish?
😂😂
Can I transmit screen?
Understand
Can I do it on the live coding channel?
Oh my God
I wanted to broadcast screen 😔😔
What?😂😂
I wanted to transmit so I could have help studying
As a Brazilian would say "PAIA"
I don't know the translation into English 😂😂
But in English it's like "wow, very bad/boring"
Try saying "PAIA"
🤣🤣🤣
Nice
Try saying "FI DA PESTE"
It is a word widely used in the northeast of Brazil
why do i get this error when i use get but not when i use bracket syntax?
Argument of type "Path | None" cannot be assigned to parameter "template" of type "Path" in function "return_template"
Type "Path | None" cannot be assigned to type "Path"
Type "None" cannot be assigned to type "Path"PylancereportGeneralTypeIssues
return_template(self.pages.get("/500"))
return_template(self.pages["/500"])
@somber heath
I didn't understand
Speak a little slower
!e py d = {'key': 'value'} print(d['key']) print(d.get('key')) print(d.get('not a key of d'))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | value
002 | value
003 | None
When there are no double quotes, is it string too?
weird error tbh
i think bracket syntax raises error instead of None?
!e
p = {"h": 1, "b": 6}
p["h"]
p["69"]
@brisk bridge :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 4, in <module>
003 | p["69"]
004 | ~^^^^^^
005 | KeyError: '69'
🤣🤣🤣
!e
p = {"h": 1, "b": 6}
p["h"]
print(p.get("69"))
@brisk bridge :white_check_mark: Your 3.12 eval job has completed with return code 0.
None
ye i found difference
!e py d = {'key': 'value'} a = d.get('key', 'abc') b = d.get('not a key of d', 'abc') print(a) print(b)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | value
002 | abc
kk, thanks for help
!d dict.get
get(key[, default])```
Return the value for *key* if *key* is in the dictionary, else *default*. If *default* is not given, it defaults to `None`, so that this method never raises a [`KeyError`](https://docs.python.org/3/library/exceptions.html#KeyError).
I studied Python a little more but I couldn't understand it 😐
!d mapping
A container object that supports arbitrary key lookups and implements the methods specified in the collections.abc.Mapping or collections.abc.MutableMapping abstract base classes. Examples include dict, collections.defaultdict, collections.OrderedDict and collections.Counter.
never heard of mapping
You're still new. That's to be expected.
.
There's a speck of knowledge.
.
But I learned some things 😏
I wanted to tell you what I learned
Soon, ... ... ...
Later,
.........
.........
.........
.........
.........
.........
.........```Etc
Mhm.
print("Hello world")
print and something to print
Is correct?
In that case a string
name = "Gabriel"
print(name)
Assignment. mhm.
You assign a variable, a named signpost/reference/proxy to an object, here a string.
I got this
You then refer to print, a variable that points to the print function, and "call" it, causing it to be run.
During this call, you give it the name variable, which represents the string, as argument.
Yes
!e py import sys sys.stdout.write('Disgusting alternative to print.\n')
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
Disgusting alternative to print.
Righto.
I've had learners whose professors insisted they print in this way in Python, "BeCaUsE tHaT's HoW iT lOoKs In C."
"wE dOn'T wAnT tO cOnFuSe OuR sTuDeNtS."
Also those professors: "uSe camel_Case fOr NaMiNg ThInGs In PyThOn Or YoU'lL gEt A fAiLiNg GrAdE"
Yes, entirely.
Unless you also wanted to add a comma and a period in the string.
As doing so would be even better.
Right
print('Hello, world.')```
It's likely that today I will meet the requirements to carry out the verification 🙌🏻🙌🏻
Useless details.
😁
Mind you, details can be important. Specifics, etc. They can make a difference between a program working and a program killing someone.
Give it a whirl.
🤔🤔🤔
What's going on in here
Six o'clock in the morning in Brazil
I forgot that detail
Opalmist
Could you tag me
Pls
@feral sky
So notified
And I'm here.
It looks like I've hidden most channels.
I'm going to sound young. Cause I am. So I'm stalling...
@whole bear I'm good thanks 😄
This is motivating me to start coding…
@wind raptor Are you free?
It is.
I'm just never motivated.
Actually that's not true.
This voice chat full of coders better than me is motivating me.
Discipline for study though.
I'm still in high school.
I'm going to start grinding some questions on ORAC.
me too in high school
9
oh
I'm grade 3 ;-;
Sure...
Are you trolling?
if not I will have to report you
No
hmm 3 grade student on discord
What's the problem?
discord doesn't allow small children i guess
Are you actually grade 3?
But I'm not small ;-;
Yes
What's your age?
13
Ok
I AM from Brasil
Here is different
Oh, if you're worried because you're using discord
I have permission from my parents
I find this very funny 🤣🤣🤣
Speak slower
It's hard to understand you
@somber heath
guys is tuple really fast than list in sense, idk if its true, i have heard of it?
Repeat more slowly please
Basically your parents' permission makes no difference to an organisation's rules.
In Brazil, yes, it makes a difference
In Brazil, I can enter prohibited places just because I am accompanied by my father
Well no. Since that's in Brazil.
This is a global organisation.
But what difference will my age make?
I've been using Discord for 4 years
I never had any problems
It's for your safety.
Yea, all of us can see.
I have been using it since 2020
We all know.
OK
@gleaming locust 👋
hello
👋
do you know if i can stream here?
I don't know, I like bagels though
i have to ask a mod to let me stream right?
Streaming permissions are granted on a temporary basis by voice-regular moderator-level users and above at their discretion upon request. The best time to ask is when you happen to both be in the voice chat.
alright
guys why this code is making script tag self close, i want it to have open and close tag
def fix_script_tags(template: str, scripts_dir: Path) -> str:
"""
Fix the src attribute of script tags
Arguments
---------
template: str
The template to fix
scripts_dir: Path
The directory of the scripts
Returns
-------
str
The fixed template
"""
tree = ET.fromstring(template)
script_tags = tree.findall(".//script[@src]")
for script_tag in script_tags:
src_attribute = script_tag.attrib["src"]
if src_attribute.startswith("../") and scripts_dir.stem in src_attribute:
script_tag.attrib["src"] = "./" + src_attribute[3:]
return ET.tostring(tree, encoding="unicode")
Bugs are just protein
Ants have a weird battery acid taste
Yeah
They somtimes get in honey
And you don't notice until it's to late....
Very sad day when that happens
I used to own bees
All my bees flew away
Nice!
You need the queen to get there
The best way is to get free bees is to find a swarm
The sound is nice to
Love peanut butter
Yeah it's always nerve racking knocking a swarm off a branch into a trash bag or beehive
Yeah, it's fun trying to find the drones(males) in the swarm
YouTube academy is the way to go
I hate wasps though
I once stepped on a yellow jack nest,.... Hundreds of stings everywhere
Getting stung in your pants is not fun
Act stupid, be smart, deception is key
That's me
If you're smart, the next step is to be wise
Thats my philosophy anyways
:0
Autistic acoustic
Gold
Au
Touch of the tizzum
Oh ok
I won't make fun of you 👋 I had bees in my pants
im autistic
I'm on the spectrum to
real
Is that really appropriate?
I don't find this humourous if that's what this is meant to be.
It's easier that way mate
Less pressure
Ay I got it to, on the low end
I work in a kitchen so my social skills are good, but it's still hard
Yeah kitchen work helps bc everyone is brutal
I'm still waiting for the explanation of why he is smart.
It's a forced perspective from the other people around him
It's cool when you can make it into a game or a sandbox
Like doom
The virtual environment is great for testing camera angles
@lucid lily 👋
Superliminal
guys why i getting this error?
File "C:\Users\dell\Desktop\projects\python\vivid\vivid\utils\common.py", line 157, in fix_style_tags
tree = ET.fromstring(template)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\dell\AppData\Local\Programs\Python\Python311\Lib\xml\etree\ElementTree.py", line 1338, in XML
parser.feed(text)
xml.etree.ElementTree.ParseError: mismatched tag: line 6, column 3
def fix_style_tags(template: str, styles_dir: Path) -> str:
"""
Fix the href attribute of style tags
Arguments
---------
template: str
The template to fix
styles_dir: Path
The directory of the styles
Returns
-------
str
The fixed template
"""
tree = ET.fromstring(template)
for style_tag in tree.findall(".//link[@href]"):
href_attribute = style_tag.attrib["href"]
if href_attribute.startswith("../") and styles_dir.stem in href_attribute:
style_tag.attrib["href"] = "./" + href_attribute[3:]
return ET.tostring(tree, encoding="unicode", method="html")
but my data is correct
hmm
.bm
The problem where I need to use Binary Search @somber heath 
@crimson rose 👋
Hi
Hi
I didn't understood can you explain a little further
If you're wondering why you can't unmute, you can read about the voice gate system in that channel.
Oh that I understood and I am just to hear and will exit
As you wish.
👍
Want to learn about IT? Want to get ahead in your career? Well, this is the right place!
On this channel, I discuss Linux, Python, Ethical Hacking, Networking, CCNA, Virtualization and other IT related topics.
This YouTube channel has new videos uploaded every week! Subscribe for technical, detailed, no fluff content.
All the best!
David
someone can give me link to python chat, im stuped and get lost
wdym?
boobies
5318008
pip install classiq==0.36.1
😮
you forgot the ":=" operator xd
last one is wrong (in Python)
compound assignment has no associativity
though I guess in something like C it might
(definitely not in Python)
((actually not sure if that table is about Python at all))
@storm robin 👋
Hi
i made this powerpoint for my school with reasons why they should switch to linux
now i dont know who to send it to
Lead by example.
wha
Use a pretty-looking linux. People are simple creatures.
@willow lynx What did you say?
i pasted a screenshot of my linux installation.
i dont know if thats so good for an example
I think a Powerpoint is a lacklustre idea.
I support the notion of Linux propogation.
@hot bloom 👋
This is the first message to me
@whole bear 👋
death better stay a hundred miles away from you mate
?
What does it mean?
I was referring to Opal
relatively speaking, yes.
You're overcomplicating it char
Can you check your inbox, please?
He is insightful, empathic, and often makes good decisions, ergo I'd say he is wise.
please don't dm.
Put your message here.
I can understand you
@keen abyss 👋
or if it's too long use paste bin
hello
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
@upper basin it is about crypter
@dire swift 👋
@willow lynx https://play.chess.com/izNeU
Login to your Chess.com account, and start enjoying all the chess games, videos, and puzzles that are waiting for you! If you have any issues while logging into your account, do not worry. You can recover your password, or drop us a message and we will gladly help.
yo
