#voice-chat-text-0
1 messages ยท Page 833 of 1
๐
all my homies hate monokai
material good
one dark and nordic too
but nordic is too washed out for my eyes
Plug 'sheerun/vim-polyglot'
Plug 'phanviet/vim-monokai-pro'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'vim-airline/vim-airline'
Plug 'preservim/nerdtree'
Plug 'airblade/vim-gitgutter'
Plug 'lervag/vimtex'
I hate material theme UI it's so bad
then i guess we're not homies ๐ข
coc is ehhhhhh for me

it's too vscode-y
what does that mean
It runs JS, basically
Neovim's built-in LSP is very good though
really?
That reminds me, I haven't updated mine in months
@uncut meteor
Here's your reminder: remove avatar.
[Jump back to when you created the reminder](#voice-chat-text-0 message)
dew it
YES
also I'm not sure if I'm misremembering but compile times for Rust seems to have improved drastically
or maybe that's just because I'm not on Windows
I feel clean once again, ty @tiny socket
rust is just cool in general
Hye
the one thing in rust that is cringe is Arc vs Rc
Seriously though I've had enough of amogus
I am unable to speak in VC
megasus
wait why cringe
!voice @ocean pebble This'll tell you what you need to know
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
that's just how it is
Distinction between atomic/non-atomic stuff is fine
nah
Creteria is not meeting because i am new here
No worries, you'll get there.
Most of the time when we're in here talking, we're also watching the accompanying text channel
I have my finals tomorrow
...and I'm contemplating whether I should just say fuck it and install Nix
Okkkk
maybe i'll finish aoc in rust 
My brain is telling me to do the latter
but what if using nix helps you study
but the dopamine
many other ways
cost-benefit analysis
24 hours total
1 hour studying rust, 23 hours of boosted efficiency studying
vc
24 hours of boring studying
it'll only take 1 hour of course
For my Physics and Politics courses
May i know is there anyone who clear DP-900 exam.
politics...course?
Microsoft DP-900 Azure Data fundamentals
It's a generalized course on culture, society, and politics
even if it was history, don't think they ask about your drives os history
Okk๐
Introductory, because it's not even our focus
I have scheduled to for this exam for coming Saturday so, i am finding resources.
day 9 is basically just a slightly harder day 1 ๐ค
Okkk
Anyhow, I shall install Nix on a Saturday
I'll wake myself up with some instant coffee, brb.
Oh
@rugged root Nice to meet you here.. Thanks
Just now i follow you on twitter @rugged root ๐
Twitter is good
Insta and Facebook is time waste
๐ snap msg disappeared
Influencers influencing are a waste of time
frfr
Social media has ruined my perception of the word entrepreneur as well
Whenever I see/hear that word I instantly think of cryptobros and MLM scammers
rust has a lot of QoL features too, instead of while true you can use
loop {
}
There's a pretty big MLM group here and I'm astounded how much people fall for the glamour and all the celebrities endorsing it
It's just
dumb
anyone wanna do codingame
Let's remove the need for virtual environments and use Nix-based package management
Why does it keep saying "connecting" when I join the voice chat. Then after a while it just kicks me out.
discord being discord
!reminder list
Reminder #2154: expires in 5 hours, 42 minutes and 12 seconds (ID: 2154)
finish issue you lazy bum
I'll be right back
It's very irritating. I just want to listen to what you guys are saying.
what is !reminder about?
I would if I was good at python.
Depends
on?
which coding game?
like the website codingame
Binary Search?
oh yeah
Yeah
they're short challenge things
I usually play codingame.
they're pretty easy, not algorithms problems
Oh, codingame is the website
It's hard for me though. You are lucky it's easy for you.
I usually play clash of code
Finally voice chat is working for me!
CoC was a good game
did algorithmsus leave ๐ฆ
I think ๐ฆ
heyo
@vivid palm you should join us ๐
consider me joined
:D
wait, this is dumb as hell
i have to go back to create an entirely new room
i can't just "start another" in the same room
no like, in general
ok
๐ข
You were trolling us ๐ฆ
I am so disappointed ๐
YES
advanced junior rejects
I LOVE THEM
lol i don't now how they made it to my spotify but i am enjoying them
apparently they're brothers
ohh i definitely found them thru you i recognize that thumbnail lol
They're sooo good
hemlock bragging about his full eyelashes
Hello OwO
join yo
Could always have him wax them off so that you can stick them on
Uni-brows are alpha though why would you ever want to get rid of them.
You still have to wear a mask after getting vaccinated though right?
Yes
Oh.
You should still because it's the respectful thing to do.
opal is going crazy
gets banned
wdym
He's just a different breed.
im at work
lol
lol
it a standard problem
Yes but you joined late
His dog actually just quickly typed it all while Griff was in the bathroom.
But wait he's at work.
:/
my dog can work
Thought so.
That's a lot of minutes.
Just ask Griffs dog to help.
Jake come on
smh my head
smh my head mh
meh
smh my head smh
As if they could actually get 100 players.
gonna have to do this one in EmojiCode, just to flex
anyone who knows how to ssh and scp?
A bit. What're you wanting to do?
@uncut meteor Well, are you in there? I mean in the clash?
GDWR
oooh, i can't see your code
tis' my github
@plush willow Say you wanted to shell in to a remote server. It'd look like ssh username@host_or_ip Or if you wanted to copy a file from remote to local scp username@host:/home/username/Desktop/file.txt ./
lul
just write it afterwards lol, the prompt is trivial enough to remember
@plush willow Or local to remote. scp ./file.txt user@host:/home/user/Desktop/. If you wanted to copy directories, you'd use the -r switch after scp.
fair
but i don't have a rust compiler setup locally
oof
Well was super easy
dang it, its so big ๐ ||
import sys
import math
Auto-generated code below aims at helping you parse
the standard input according to the problem statement.
s = input()
wanted = ["a", "e", "i", "o", "u"]
lower_s = str(s).lower()
answer = {"a": 0, "e": 0, "i": 0, "o": 0, "u": 0}
for letter in lower_s:
if letter in wanted:
answer[letter] += 1
Write an answer using print
To debug: print("Debug messages...", file=sys.stderr, flush=True)
print(" ".join([str(x) for x in answer.values()]))
||
Well I also feels the same when I can't do it ๐ค
Have you done a fizzbuzz?
why'd you use str on a string lol
I believe so.
Is it where you have to convert the integer to a word?
like if its a 5 convert it into fizz or something.
I forget the specific rules.
Otherwise I don't think I have.
What does adding the " " in the beginning of the text do?
You're calling the method, join, of that string.
you hosting any other @honest pier ?
please do
uhhh, if you guys want to do another, yeah
Yes.

well you are using rust right?
mhm
well griff joins so fast ๐
jake?
Oh ok thank you for explaining.
coorect
huh?
Nice one!
@honest pier hehe
wait for other people lol
Done.
!strjoin
Joining Iterables
If you want to display a list (or some other iterable), you can write:
colors = ['red', 'green', 'blue', 'yellow']
output = ""
separator = ", "
for color in colors:
output += color + separator
print(output)
# Prints 'red, green, blue, yellow, '
However, the separator is still added to the last element, and it is relatively slow.
A better solution is to use str.join.
colors = ['red', 'green', 'blue', 'yellow']
separator = ", "
print(separator.join(colors))
# Prints 'red, green, blue, yellow'
An important thing to note is that you can only str.join strings. For a list of ints,
you must convert each element to a string before joining.
integers = [1, 3, 6, 10, 15]
print(", ".join(str(e) for e in integers))
# Prints '1, 3, 6, 10, 15'
Easy.
peasy
lemon
||```py
answer = ""
for y in range(0, height):
for x in range(0, width):
answer += "O"
answer += "\n"
No
tbh, it should be right. trailing \n is good
yeah
but it's not right
it's the exact output from tests preview
no it's not
print(answer[:-1]) ...
@honest pier everyone is done ig
Lets do another one.
sure
Everyone is done.
yes.
nah
shoot this is just bmi calculator
:/ they made the ranges inculsive
who does that
oh they were the lower bounds oops
ah was just bored
mhm
This is hard.
easier than the other ones we did
I think my speaker is transposing things up by an M2.
haha.
pipenv
pipenv
This is hard.
You really had to know your stuff to get this one right.
We getting a new game?
yeah dude i know this much
im looking to access my own local machine in someone's remote machine
im getting a connection refused issue
tell it to let you in
Yeah that always works.
What tv show?
Oh yeah I've seen Big mouth but I haven't finished it
It's about puberty but they make jokes out of it.
pretty much.
How?
congrats
is it 60hz?
idk lol but that doesn't matter for me
super user is root right?
Amazon.com: Dell U2520DR 25 Inch 1440p QHD UltraSharp, IPS Thin Bezel Monitor, HDMI, DisplayPort, USB-C, VESA Certified, Black: Computers & Accessories
Niiiiice
Yeah, really only matters if you playing games and stuff
Got it set up yet?
Dell is nice. They have very nice displays.
debating whether to do now or later
I have a term paper in python, can anyone help?
We can't help with graded assignments sorry
a term paper...in python?
Did he say he's 14.
huh?
a term paper about python? I think that's what he meant
translate ๐ฆ
right, either interpretation doesn't really make sense
my bad sorry its mean homework about application
oh didn't know sqlite was builtin to python
mhm
Not the latest version of SQLite, but most of the time that doesn't matter
I don't know anything but I have homework, if there is one that can help, I can throw the assignment from private
that will be the next thing i add to my project
We can't help with homework we can give general guidance but we can't give you the answer.
I understand, but my 1st class could not work for special reasons and if I could not do it, I will fail.
I'm sure it's a very simple assignment for you
use std::collections::*;
use itertools::Itertools;
fn main() {
let s = "public static void main";
let c = counter(s);
let vowels = ['a', 'e', 'i', 'o', 'u'];
let s: String = vowels
.iter()
.map(|v|
match c.get(&v) {
Some(t) => t.to_string(),
None => "1".to_string(),
}
)
.intersperse(String::from(" "))
.collect();
println!("{}", s);
}
fn counter(s: &str) -> HashMap<char, u32> {
let mut c = HashMap::new();
for ch in s.chars() {
if ch != ' ' {
let t = c.entry(ch).or_insert(1);
*t += 1;
}
}
c
}
```solved that one codingame we were working on lol
basic doesn't mean.. quick or easy 
Ok, we can give you general guidance but we can't help with the whole assignment. If you have a specific question I would be happy to help but we can't help you with the whole assignment.
yeah we can, we just can't do it for them
Yeah, that's what I said...
mhm
you are right, thank you for listening
Sorry that came off a bit rude
are you doing this voluntarily?
or the organization specifically asked you to do this project?
it seems like a lot
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello():
return 'Hello, World!'
app.run(debug=True)
PS C:\Users\User> & python c:/Users/User/OneDrive/Documents/Flask/code.py
@ashen oar can i watch too?
o/
What'd I miss
Create a new survey and edit it with others at the same time. Choose from a variety of pre-made themes or create your own. Free with a Google account.
๐ฌ Literally everything
Fair
Hey @grand acorn !! ๐
with open("input_file.txt") as file:
raw_data = [line.strip() for line in file]
hows it goin, jake?
It's going alright. Just doing some AOC
What about yourself?
!e
print(file)
@rugged root :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'file' is not defined
pretty decently well :)
**Concurrency in Python**
Python provides the ability to run multiple tasks or '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.
Anyone in vc would like to help with me out with some grub/Linux stuff ?
Not sure if text chat will work as I cannot screen share lol
But I can show my screen via video
!zen
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
!warn 495037726345658368 We don't need to know that you "need to take a shit". Keep those comments to yourself.
:incoming_envelope: :ok_hand: applied warning to @cedar solar.
Lol
didn't know this was a thing
What, a warn?
No, a warn for a reason like this XD
Yeah I see
No it's understandable
Just kinda funny to me
What is the rest?
Another story ๐
Oh no, I've been warned before
Yes indeed you have
๐
Hi!
Did you not get the DM from the bot?
Yep...
My brother ghost pinged Rabbit from my account :/
A lot, yeah
XD
You're responsible for your account, even if it's your brother rushing in
Lock your computer if it's a worry
And all that
I know I know
Force of habit, sorry
Just said that so I wouldn't sound like an asshole
No XD
Yes
Gotcha gotcha
Who are these?
Wouldn't know, I don't see them on mine. Which makes me wonder if you have some like client mod?
Fair enough
No, I'm using the web version (firefox)
Does a refresh fix it?
It should
Yes
Weird stuff also happens if you scroll to the bottom of the server member list.
You see stuff like that
Well, not the new design
!server
Docker and Git are 2 completely different technologies. Git is a Source Control solution, while in docker you can run apps in docker containers. Think of it a sort of 'new' virtualisation technology. ... With docker you can build an image based on your source code and put that in a repository.
wait theyre not similar?
no gif
no gif
thats a sticker not a gif
now that they're going to die i gotta use the remaining time to annoy ppl
no stiker and gif

@olive hedge you're old
ello
I watched a video so I think I'm qualified.
Griff pinned a message to this channel. See all pinned messages
sounds well
lot of content on the web
since python is a vast community
not a linux distro i guess
just customisation
no it is not. it is windows and here is the tutorial https://www.youtube.com/watch?v=jGDCVUdyjIQ&ab_channel=HattrixGaming
Customize your desktop with this Elegant and Professional Windows 10 Theme in 2020. In This Tutorial I'll show you how to Simplify your desktop with Rainmeter and Nexus Dock.
๐ Social Links:
โธ Facebook: https://facebook.com/HattrixGamingOfficial
โธ Instagram: https://www.instagram.com/hattrixgaming
=====...
and i just love the Visual studio icon
:incoming_envelope: :ok_hand: applied mute to @whole bear until 2021-05-18 10:04 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
hahahhaahhahaahaha
what should i do now?
?
ok
should o write here?
thanks
ya
ok
i understand
now iยดm writing in this chat
hhahahahahahahaahaha
decoding bot
220 iq play
hallo
moin
je suis desolรฉ, mais je dois faire รงa
ok
very interesting
h
i
no iยดm german
but i learned how to speak
french
and english
where are you from?
great!
good
i
should
ok i will
.
-,.
<.<.
.<.<
d
g
z
h
m
iยดm sorry
ok
nope
ok
hahahhahah
@cold bison are you from jerusalem
nope
bbut i love jerusulum
me to
holy place for 3 religions
i canยดt understand them
if you know, that you are worse than your enemy you shoulยดt attack them
exact
they just want sympathy
yeah
they hide behind children
not the best way to get sympathy
its startegy
i donยดt really like to spam
they are so pervers
they place their military in the houses, where civilieans are lining
living, sorry
yup
and
and alson placing theer rocket
yeah
on hospital and school that was built by uae
and the istarleis are so nice to warn they, before shooting
and when there are civilians, they stop the attack
๐
thats good for you
but thatยดs my life
well you already can verify
go to #voice-verification channel and you should be good
im already verified so I don't think that I can see it
should be under bot command or voice
ok thanks i will search it
its above voice chat 0
sure
such a ***
unfortunate
so we can only talk in 3 days
3 days old
yeah exact
jep and you have a voice ban thing ye
ok by
yeah ok
ok
see you
auf wieder sehen ye
you are also german?
oh great
half but cant really speak it
hahahaa
good
the same think with me and english
by
bye
cya\
you too
very funny
thanks to you
Your name....
!voice @whole bear
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Hi
XD
Today voice chat is empty I guess
Have you warned anyone recently?
Yeah I know
Just didn't want to miss out if another funny thing happened
What was that voice?
Lol
2 in a row
Lmao
XD
I don't think he noticed
@clear shadow
Is this yours?: https://github.com/Brodevil/Alice
I mean it was cool XD
bruh
I liked it
thats wierd, everyone hates it
Google IO?
thanks
Yup!
i dont see any forbidden thing
Yep, a lot of google services are cnsored for us
Interesting, what does it exactly do?
Yep
so can you access google @marble veldt
@rugged root As a hobby
But given its claim it shouldn't be
not being able to access google is kinda tough ngl
Actually no, it has censored it otherwise it wouldn't be 403
Yes
I would be a desktop assistant which will going to automate your several task
But till now its not finished lol
But not youtube ๐ฆ
Nice XD
Yes, we always do
cool
Yep, but I have gotten accustomed to it
@rugged root Heya ๐
The name of that energy drink @rugged root
its really awkward when no ones talking haha
true that lol
Java Monster?
python monster ๐
lol
But we're writing ๐
lol
Mr. Hemlock is the only one talking
i wish my mic would magically fix itself
In 3 hours?!
did people at monster not like java lol
there is a energy drink called string
I searched its GIF by typing string
And then...
๐
i see
huh
dms invaded lol
oof
Lol
admins be like ๐ฅด
I always thought Admins don't read DMs
luckily people who dm from this server ask me normal questions
Do you get a lot of DMs?
Have you ever been raided?
only that?
ooh fine.
pretty sure eivl gets a lot
Sounds fun
LOL
new emoji from discord :
i mean, nothing special about a discord account
I think when a person join the server,
@rugged root Starts getting DMs
Oh I see
yhm?
if that was true, he'd have 200k
lul
When I joined the server I messaged to @rapid crown Lol
I don't knowing at that time ๐
whats the biggest raid on this server ever
haha nice pfp
yeah, cool stuff
well, i love the sentdex one too
yeah, i would certainly be weirded out
when?
moderation nightmare
I mean, if only one talks and others chat, it's less messier
ooh well, the raid was like 2 or days ago too?
Who?
fine.
Why you didn't came online from day before yesterday @rugged root
resposnsibilty
A fun chore?
guys which language of coding you seggust to me to work and learn it ? im learning html and css right now
Well, @rose thorn was a admin right?
also wasn't fisk a admin too?
ik javaScript and css and html are the lang they complete each other to make a good site but other thing would be intresting to :)
!voice @mortal wing
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
is it better to learn 3 of them by our self or code our site with html and let someone else to do css and javaScipt things ?
Well, is there anyone who is a admin? and never comes online frequently?
Maybe you wanna have privacy?
you know i think its better to learn it by yourself because when you code a site you will know all of things of the site but when you want to work with someone else you have to say the idea to him and he have to undrestand so carfully to make a good site
No you're distracting us
nice smile 
so nothing happened right?
After get banned we need to again wait for 3 days to talk, I Experienced that lol
people gotta be way too bored for that to happen
Maybe they report you using your profile pic?
some guy ip grabbd' me yesterday lol
well, changed the boring vscode icon. looks cool somehow ๐
Maybe they want to*
@cursive heart
this server is the best i can ask my questions and always there was someone to help me and i found friends and .....
Have someone worked with AWS?
When was the last time somebody pinged everyone?
this server is the best
just hit 5000 msgs on this server this day
what is the purpose of this Chanel basically?
33000
XD
But people always find a way...
can you tell me how to verify voice
the secret's out
anyone?
!voice @cursive heart
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
kay, i gotta eat, bye
Cya!
me too gtg ๐
Bye!
Kinesis
ok got to go, nice to meet you @rugged root
#nope(
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
hlo
see you guys....actually I need to learn some basic first....I will back soon
in display_menu() you could've used a multiline string instead of that many print statements
!resource
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
you can use a walrus to clean it up even better
while (menu_choice := input('Input which stats you would like to see. ') != 0:
...
# cleans it up just a bit
but walrus is just perfect for this
display_menu()
menu_choice = str(input('Input which stats you would like to see. '))
while menu_choice != '0':
if menu_choice == '1':
menu_func_1()
elif menu_choice == '2':
menu_func_2()
elif menu_choice == '3':
menu_func_3()
elif menu_choice == '4':
menu_func_4()
elif menu_choice == '5':
menu_func_5()
elif menu_choice == '6':
menu_func_6()
elif menu_choice == '7':
menu_func_7()
elif menu_choice == '8':
menu_func_8()
elif menu_choice == '9':
menu_func_9()
elif menu_choice == '10':
menu_func_10()
elif menu_choice == '11':
menu_func_11()
elif menu_choice == '12':
menu_func_12()
elif menu_choice == '13':
menu_func_13()
elif menu_choice == '14':
menu_func_14()
elif menu_choice == '15':
print('Program ended.')
break
else:
print('Invalid input, try again.')
menu_choice = input('Input which stats you would like to see. ')
why is he using str() on input?
Already pointed it out. I just got lazy and didn't change it back
def display_menu():
print("""
REGULAR SEASON STATS
Type 1 to see which years Lebron had over 28 points per game.
Type 2 to see which years Lebron's field goal percentage was over .500.
Type 3 to see what years Lebron's free throw percentage was over .720 while playing for Cleveland.
Type 4 to see Lebron's average field goal percentage while in Miami
Type 5 to see the total number of games played by Lebron.
Type 6 to see how many game Lebron missed each season.
Type 7 to see the percent of games started to games played.
Type 8 to see how many years Lebron has played in the NBA
Type 9 to see what position Lebron had the highest assist per game average.
PLAYOFF STATS
Type 10 to see the total number of games Lebron play in playoffs.
Type 11 to see Lebron's average field goal attempts per game in playoffs.
Type 12 to see if Lebron's field goal percentage was higher in regular season or playoffs.
Type 13 to see Lebron's minutes played in regular season vs in playoffs.
Type 14 to see in which season was Lebron's field goal percentage above .500 in both regular season and playoffs.
Type 15 to end the program.
""")
``` cleaned it up just a bit
ah fine 
lul
bibliography ๐
!stream 236990347987648513
@pallid compass
โ @pallid compass can now stream.
i have a an idea to clean up that menu choice loop
but promise you guys wont execute me
we can validate the menu_choice and then use exec
but pls dont execute me
i dont want to be shamed
thats a cool idea
@pallid compass Yeah you seem to be borked
ill get to it right now
one sec
Im back guys :)
welcome
thanks :)
Hey!
we have voice trafic now XD
class dict(**kwarg)``````py
class dict(mapping, **kwarg)``````py
class dict(iterable, **kwarg)```
Return a new dictionary initialized from an optional positional argument and a possibly empty set of keyword arguments.
Dictionaries can be created by several means:
โข Use a comma-separated list of `key: value` pairs within braces: `{'jack': 4098, 'sjoerd': 4127}` or `{4098: 'jack', 4127: 'sjoerd'}`
โข Use a dict comprehension: `{}`, `{x: x ** 2 for x in range(10)}`
โข Use the type constructor: `dict()`, `dict([('foo', 100), ('bar', 200)])`, `dict(foo=100, bar=200)`
menus = {
1: menu_func_1,
2: menu_func_2,
3: menu_func_3,
4: menu_func_4,
5: menu_func_5,
6: menu_func_6,
7: menu_func_7,
8: menu_func_8,
9: menu_func_9,
10: menu_func_10,
11: menu_func_11,
12: menu_func_12,
13: menu_func_13,
14: menu_func_14
}
``` sorry for the messed up indentation
hehe
hello i am back
welcome
forgot the commas lol
hi :)
hey OC
fixed the dictionary
yo :D
What happened?
gimme video @rugged root
@rugged root check you dm pls
testing some pyside6
what is going on????
a dictionary switch would really clean up that code
What do you need?
Or rather what're you going to be streaming?
menus = {
1: menu_func_1,
2: menu_func_2,
3: menu_func_3,
4: menu_func_4,
5: menu_func_5,
6: menu_func_6,
7: menu_func_7,
8: menu_func_8,
9: menu_func_9,
10: menu_func_10,
11: menu_func_11,
12: menu_func_12,
13: menu_func_13,
14: menu_func_14
}
while (choice := int(input('Input which stats you would like to see. '))) != 0:
if (f := menus.get(choice)) is not None:
f()
else:
print('Invalid input, try again')
walrus is cool
yes please @zealous wave
if (val := dictionary.get(key)) is not None:
do_stuff_with_val(val)
else:
some_stuff()
``` is a cool use
@flint skiff Better to talk in here
@rugged root you have the uniquest laugh i've heard
I'm not sure if that's good or not
its good
ez to everyone else too ๐
What happens to a person who pings everyone?
It is night for me, whenever someone says they have class I get extreme anxiety as my final exams just ended.
LMFAO
YES
i read a pep on it
they gonna replace it
you actually cant use lambdas as decos right
a) it doesn't work
b) the bot tells you not to do that
there was pep that showed this workaround
No I meant via exploit
wanted to stream work with pyside6 qt framework.
However need to finish stuff so later.
Just kidding XD
@rugged root i found that here: https://www.python.org/dev/peps/pep-0614/
Did he/she get punished?
this video is unusually well made
@terse needle You're all grown up now. I am so proud.
!otn a Hemlock's atm machine
:ok_hand: Added ๐งemlockโs-atm-machine to the names list.
@terse needle

lul
๐ค
tf

He got helper just not yet lol
chris do you want applause too?

for me too ๐
Happy Birthday @olive hedge !!!!
Merry Christmas @olive hedge !!
lol I was confused when I saw it
Lmao
Happy Valentines Day @olive hedge !!!
XDDDDD
Happy Easter @olive hedge !!
Happy Milk Day @olive hedge!!
Happy thanks giving @olive hedge !!
doing great ๐
o/
GG
updated ๐ Don't look as cool, but this one is more accurate now ๐
brb




46708
153904