#voice-chat-text-0
1 messages Β· Page 185 of 1
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
The towering monument encapsulates the philosophy of Lingga and Yoni. Lingga resembles an alu rice pestle and Yoni resembles a lesung rice mortar, two important traditional Indonesian tools. Lingga and Yoni also symbolize harmony, balance, fertility and eternal life with the lingga phallic symbol, representing masculinity, positive elements, and daytime
https://en.wikipedia.org/wiki/National_Monument_(Indonesia)
@dry jasper @unique axle
The National Monument (Indonesian: Monumen Nasional, abbreviated Monas) is a 132 m (433 ft) obelisk in the centre of Merdeka Square, Central Jakarta. It is the national monument of the Republic of Indonesia, built to commemorate the struggle for Indonesian independence.
Construction began in 1961 under the direction of President Sukarno. Monas w...
Yes, this actually happened, and yes, this movie is real! Watch it here: https://youtu.be/dkmflJne_yU
"In a dramatic retelling of Australia's actual war against their own national bird, two soldiers fight for their lives to escape a horde of bloodthirsty emus after a surprise attack."
Directed by Kyle Harrington @that_game_dude
Produced by Noa...
dude i fixed my microphone
@fervent grail divide it by 100
import time
def percent (val:int=0, maxval:int=100) :
x = 0
recm = maxval
while recm > 100 :
recm -= 1
x -= 1
while recm < 100 :
recm += 1
x += 1
return val + x
def getPrecision (text:str, text2:str) -> int :
cs = 0
incs = 0
d = 0
for i in text :
try :
if i == text2[d] :
cs += 1
else :
incs += 1
except IndexError :
if len (text) > len (text2) :
incs += len (text[d:])
else :
incs += len (text2[d:])
return percent (cs - incs, cs + incs) if percent (cs - incs, cs + incs) > -1 else 0
def wpm () :
con = input ("Add Target Text : ")
if con == "" :
start_time = time.time ()
x = input ("> ")
end_time = time.time ()
result = (len (x) / 5) / ((end_time - start_time) / 60)
print (f"Your typing speed is {int (result)}")
else :
start_time = time.time ()
x = input ("> ")
end_time = time.time ()
result = (len (x) / 5) / ((end_time - start_time) / 60)
print (f"Your typing speed is {int (result)}")
print (f"Percent of correct letters is {getPrecision (x, con)}")
wpm ()
this is my program
if you have 10 correct words out of 50
your ratio of correct words is 10/50
which is 0.2
to convert from a decimal ratio to a percentage number you multiply by 100
so 0.2 x 100 is 20%
do you listen to what I say in vc at all?
for incorrect words subtract correct words from total words
dude thanks, But i use weird way
@gentle flint
import time
def percent(val: int = 0, maxval: int = 100):
return int (((maxval / maxval) - (val / maxval) * 100) - ((maxval / maxval) - (val / maxval) * 100)- ((maxval / maxval) - (val / maxval) * 100) + 1)
def getPrecision(text: str, text2: str) -> int:
cs = 0
incs = 0
d = 0
for i in text:
try:
if i == text2[d]:
cs += 1
else:
incs += 1
except IndexError:
if len(text) > len(text2):
incs += len(text[d:])
else:
incs += len(text2[d:])
return percent(len (text), len(text2))
def wpm():
con = input("Add Target Text : ")
if con == "":
start_time = time.time()
x = input("> ")
end_time = time.time()
result = (len(x) / 5) / ((end_time - start_time) / 60)
print(f"Your typing speed is {int (result)}")
else:
start_time = time.time()
x = input("> ")
end_time = time.time()
result = (len(x) / 5) / ((end_time - start_time) / 60)
print(f"Your typing speed is {int (result)}")
print(f"Percent of correct letters is {getPrecision (x, con)}")
wpm()
π
But i have new problem now π
You may not use this command on users other than yourself.
Everyone need to run this program to test it !!! Its cool
import time
import colorama
colorama.just_fix_windows_console ()
def percent(val: int = 0, maxval: int = 100):
return int (((maxval / maxval) - (val / maxval) * 100) - ((maxval / maxval) - (val / maxval) * 100)- ((maxval / maxval) - (val / maxval) * 100) + 1)
def getPrecision(text: str, text2: str) -> int:
cs = 0
incs = 0
d = 0
if len (text) > len (text2) or len (text2) == len (text) :
for i in text:
try:
if i == text2[d]:
cs += 1
else:
incs += 1
except IndexError:
incs += 1
d += 1
else :
for i in text2:
try:
if i == text[d]:
cs += 1
else:
incs += 1
except IndexError:
incs += 1
d += 1
if cs > incs or cs == incs :
return percent(cs - incs, cs + incs)
elif cs < incs :
return percent(cs - cs, cs + incs)
def wpm():
con = input("Add Target Text : ")
if con == "":
start_time = time.time()
x = input(f"{colorama.Fore.BLUE}>{colorama.Fore.RESET} ")
end_time = time.time()
result = (len(x) / 5) / ((end_time - start_time) / 60)
print(f"Your typing speed is {int (result)}")
else:
start_time = time.time()
x = input(f"{colorama.Fore.BLUE}>{colorama.Fore.RESET} ")
end_time = time.time()
result = (len(x) / 5) / ((end_time - start_time) / 60)
print(f"Your typing speed is {int (result)}")
print(f"Percent of correct letters is {getPrecision (x, con)}%")
wpm()
This program checks your correct words percent and returns your typing speed as wpm
if program has any problems say it to me
before running this, Install colorama package from pypi
hey can somone give me the pastebin for the server?
for what ?
where we paste code for people to view on the server
use this
to start use multiply by 3 and type python to close use multiply by 3
*`
i mean this symbol -> `
example python "python
print ("Hello, World")```"
Hey
Why this output
i can say its just like markdown files
!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.
\ allows to escape characters
so \`\`\`py becomes ```py in the message
hi
@whole bear how many medium have you done on leetcode?
I am also on LeetCode grind...
What language does he use?
For technicals?
I reverted to Python for technicals.
@wind raptor can you ask him how many medium he's done on leetcode?
@whole bear ask them to reschedule. 2 weeks is not enough.
being brutally honest
Yeah, wish I could grind out more problems.
I would be willing to do a LeetCode-Marathon lol
Should be separate yeah
Need competition or something
Someone who solves a problem for eveytime you solve a problem
@whole bear There will be a list of problems for that company, just make sure to focus on that list, work through the list as many times as possible
Y
what was the question?
Not yet
I went from a startup in a non-technical role to a developer internship
Then they gave me a full-time role
I look at it as throwing many fishing lines
Resume has a success rate out of 100
Then out of success rate from there, what is Technical Interview success rate out of 100
When is the interview?
There is less than 20 applicants?
True
Resumes only get picked up if they have enough keywords
Yeah, probably would try to do a mock interview every couple of days, then between the mock interviews grind problems
Yeah, he would be ideal
Basically want to make sure you are verbally describing the solution before writing the code.
And a mock interview will help to identify that.
Yeah, would try to get as many problems under the belt.
Probably filter for LeetCode Easy, then Medium, then Hard.
From the Google list.
What type of role was that?
Not sure why they asked them so many graph problems.
Standup meeting, have a good one, will follow up
2001 Academy Award nominee for Best Animated Short Film. This is the 2015 restoration of "Rejected", remastered from the original 35mm film for Blu-ray: http://bitterfilms.com/bluray.html
Vi nΓ€rmar oss julafton och Minikompisarna ΓΆkar stΓ€mning med NU ΓR DET JUL IGEN ππΊ
BesΓΆk - http://www.barnplaneten.nu fΓΆr att hitta vΓ₯r profil pΓ₯ Youtube och Spotify
Prenumerera pΓ₯ Barnplaneten fΓΆr att inte missa nΓ₯gon video:
http://radi.al/Barnplaneten
FΓΆlj Γ€ven Barnplaneten hΓ€r:
https://open.spotify.com/user/barnplaneten
Where should I leave discord.py
What do you mean?
Oh that makes more sense. I think there's some resources pinned in the #discord-bots channel.
Whelp, this isn't leaving my brain
Right?
password generator in scratch
I love the cat head on it
yeah me too
What does it compile to? Or is it just interpreted
might be javascript or something
Was it Mustafa?
not sure tho
Was thinking the same thing
i dont know
holy carpet
i just thought of something
a random password generator
IN MINECRAFT
@whole bear Your mic is stuck open
hi
hey
It's because I have my input sensitivity off. It messes with my audio interface
that is so true
@whole bear say a continuous sentence
Nifty
We were having a discussion about if chopping wood makes you more attractive. I would argue it does.
hello everyone im new to python
Welcome! How're you enjoying it so far
its pretty good just new to the language was thinking if i should get a bootcamp or just selflearn
The right choice is the one you pick.
So long as you feel like, every now and then, you learn something.
@lucid jolt What's got you stuck on the JWT stuff?
i want to figure out how to setup it and how precisely it works
With what backend?
any. atm i did with spring boot
Off to fell trees π
See ya manly man

how long would it take to learn python
how can i pick data from any website help
It depends, there really isn't a good rule of thumb. Also depends on how much you need to or want to learn.
What kinds of resources are you using currently?
well id like to be good enough to get a remote job
java
java?
for jobs java is better than python? or they are used for different jobs
Python is good to have in your pocket. It's useful, and there are becoming more jobs
But I still think it's worth getting a couple languages under your belt. Also depends on what you want to get into
There's tons of potential remote work jobs
oh now i see thanks @rugged root
Having said that, if you're fresh to programming in general, Python isn't a bad way to go
@woven ember @willow copper Yo
Im@on iphone
Ah gotcha gotcha
Uninstall reinstall?
Did that
Or maybe it's blocking the permissions that it needs
I enabled the perms
Hmm
Still canβt hear
Idk what to do
None of you guys are lighting up green
Aha I heard a fraction of a second
Idk who it was tho
Got audio for a bit
Well idk π€·ββοΈ
what's going on here
!code
@gentle flint
Eating more is the easiest way to gain weight. You're not physical anomalies of the universe, if you consume more calories than you expend you will gain weight.
The only thing that matters is Calories in, Calories Out
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
Keauxdgiaam.
hey guys can someone explain breifly what the pointers are ?
i am listening
okay so can you manipulate by using pointers or is it not possible in python ?
That's the closest you'd get
okay interesting
thanks mr helmock
Beyond that, you'd be doing it in C libraries that you make to be wrapped in Python
Numpy being a good example of that
okay i consider myself as a beginner ofc so i heared it somewhere and i was curious about it
thanks boys
Any time
Yeah this is getting into the weeds
You don't really need to mess with this stuff
any advices to me ?
to get to the next level and develop myself ?
i learned the basics
I'd say firming up your knowledge on classes
okay i wanted to do an automation project by the knowledge that i have
i guess with my info i can do that
okay thannks alot mate
Happy to help. If you need help or clarification don't hesitate to ask
Huey Lewis & The News βThe Power Of Loveβ Official Video, featuring βDocβ Brown (Christopher Lloyd) from the film Back To The Future. Remastered in HD!
Watch more Huey Lewis & The News official videos: https://youtube.com/watch?v=NUjIg10axqQ&list=PLg3qNG1ugs37K_L8-yLyCZZpgwl9AvkUd
Follow Huey Lewis & The News
Facebook https://facebook.com/hue...
The crested pigeon (Ocyphaps lophotes) is a bird found widely throughout mainland Australia except for the far northern tropical areas. Only two Australian pigeon species possess an erect crest, the crested pigeon and the spinifex pigeon. The crested pigeon is the larger of the two species. The crested pigeon is sometimes referred to as a topkn...
@oblique canyon π
Hiii
Why cant I speak in this voice chat??
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
if anyone is interested... https://www.youtube.com/watch?v=xyz31KBxFes
Go to https://brilliant.org/godago to get a 30-day free trial + the first 200 people will get 20% off their annual subscription.
AI & ChatGPT for Everyone CoRise course https://bit.ly/44q14Si use "godago" for 10% off.
β¬οΈResources mentioned in this videoβ¬οΈ
βοΈSynthminds, AI Agency: https://bit.ly/3PhLd3X
βοΈSynaptic Labs: https://bit.ly/45qpsnE...
You/re in a good mood @somber heath
or at least it seems that
way
I never knew you wore clothes
sounds like mental issue
lol
I thought you hair took care of that
lol im kidding man
im glad its getting cooler
man i love the cold
just don't like it without warm clothes
lol
right right
i know
My phone comes tomorrow WOOT
been waiting to get one
now my probation officer wont bitch
i remember
they were giving them away on Nicelodeon
and then it got better
no, they were using the acutal phones
to call the winners
yeah
a little
now were talking about impeaching biden
god help us
@somber heath man this situation is getting intense over here, talk of impeaching biden scares me because his power could over throw us.. but then again 48 million on top of the 30 million who owned guns just became new gun owners
go figure.
hard to believe that 78 million of us have guns now.
i mean shit, i have access to a gun right this second, i am not allowed to have one being a felony probationer but its not mine, the point is i have access and im not killing anyone.
@desert vector wage slave
i have to go cya later
@somber heath could you suggest me good beginner personal projects for data scientist field?
okay
alright @somber heath im out, its late.. later
Hey I am also transitioning into Data Science
cool
you have experience?
Nope , I am Beginner who has done few projects related Feature engineering and Hypothesis Testing
tell me more about ur project?
cool cool
where r u from?
India
gotcha
https://github.com/charles-owo you should check feature engineering and hypothesis repo
I have a business background
usually exploring stuff like trading , or preparing for competitive exams
usually it is best if you apply your data science on what you already know a lot. It would really shows that you can apply how to data science
my hypothesis testing project did had the problem where I had to find the factors influencing demand
I think I did what you just said
I think from what I understood till now is especially for Data analyst is : You have to make sense out of the Data @cerulean ridge
@somber heath what were the challenges you faced when you first started programming as beginner?
like investigate the data
and with data science you're kinda are expected to predict things
thats cool OpalMist i too want to be self taught programmer but i always get anxiety when i get any errorπ₯²
that's awesome
btw @somber heath you said people don't use github anymore , so any other site where I should showcase my project ?
btw @honest shadow ,do what charles did lol for your project
yes yes
yes i hurry alot
and end up in anxiety
hi
@gaunt terrace π
opalmist's solution can solve climate change too
Hi do i have to verify to speak or something?
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Dang im sad. Im doing physics rn can only listen.
I wanna fall from a high place
ouch
so if I send 50 messages over the nexzt 5 min will it let me get voice perms
got it
Physics 1: contant acceleration formulas unit conversions etc.
yep
whats everyone doing
peace
wait i check my microphone
Hello Opal, I don't have microphone rights
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Thank you
@whole bear π
I like to listen in on people's conversations, I'm also making a chess variant application. After a Knight or Bishop move, the piece switches to the other
It's best to keep it casual I agree, it is just a game after all
Certainly in the chess world, it attracts some interesting folk
Greetings!
Queen's Gambit gave a lot of people the impetus to begin playing as well
I'm sure it's got character π
I'll return then for some shenanigans. It was fun yesterday
There was a lot of frustration around datetime objects and numpy I believe
I didn't speak so no worries
@somber heath im bored and at school what do i do
Suck it up and attempt to pay attention to your lessons and studies.
no i have a break
Admire small things in nature.
im inside
Grains of dirt. Stones. Leaves. Twigs. That sort of thing.
7 minutes left tell me something to code
What can you code?
i can code code
Do you know about str.maketrans and str.translate?
no
There are two different argument forms to str.maketrans.
cool
Learn about what str.translate and str.maketrans do and how you can use them.
Character replacement, yes.
!python
@somber heath
how do run the python code
I forgot
!python
print("nikhil bhai")
code
!eval [python_version] <code, ...>
Can also use: e
Run Python code and get the results.
This command supports multiple lines of code, including formatted code blocks. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.
The starting working directory /home, is a writeable temporary file system. Files created, excluding names with leading underscores, will be uploaded in the response.
If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside them.
Currently only 3.11 version is supported.
We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!
shit i cant speak
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!code
print('nigabjsdv')
!code
print('nigabjsdv')
@somber heath okay so i have to wait here till my 3 min block something is done
!e ```py
print('Hello, world.')
```
!e
print('Hello, world')
@devout bloom :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello, world
thank my man @somber heath
lol
i want to talk so bad
!e
print('nikhil')
@devout bloom :white_check_mark: Your 3.11 eval job has completed with return code 0.
nikhil
@whole bear π
!voice @strange summit π
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@whole bear π
These are invasive where I live, I killed like 10-20 yesterday
hi
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
They have these vacuums that they suck them up with
π¦
Lantern Flys
In October they lay their eggs on the trees, they look like bumps
So early Fall they lay eggs on the trees.
Best time to scrape the eggs.
horrid b**** ?
right
@primal arch π
yo dolkindas
hi π
Hello @rugged tundra
https://www.youtube.com/watch?v=OiApm-OFfsY
weekend release π
Lyrics below. The bane of the engineer's existence...ON-CALL!
Start off the week all hyped
Feeling real bright and optimistic
Like Iβma make everything right
Now that Iβm here, yeah weβre gonna just fix s***
Couple dead jobs last night
Take a little peek like what the f*** is this
Retry two, one of em dies
Gotta debug, ...
....they are bringing in a new dev ops person....instead of giving my manager's job to me...
can someone pls help me out..
....I mean this new person does have experience building pipelines....it would take me time to research how to build on to the existing pipeline....I need a raise
hello, is anyone here able to help me out with Flask.. i'm having a simple and infamous problem in a flask project...
i'll appreciate if i can jump on a Voice call real quick and just share my screen just to point out this issue... i have large sectiion of code.. but jst a particular ish i'll like to point out.. Thanks
I have not used flask
Let me ask around
anyone else here.. who can help me with flask?
#1035199133436354600 Do open a thread here too
so what's the problem you're facing?
url building... really hard to repropagate all my codes here.. so i'm wondering if i'm able to share my screen with someone
I'll watch your screen if you share it.
but I'm not yet able to talk myself, so I can only type.
ok thanks
What do you mean url building?
i'll reproduce my codes here.
Main.py
from flask import Flask, render_template
import requests
app = Flask(__name__)
endpoint = "https://api.npoint.io/d0935fc8e15e3ff2c2ad"
response = requests.get(endpoint)
blog_data = response.json()
@app.route('/')
def home():
global blog_data
return render_template("index.html", posts=blog_data)
@app.route('/about')
def about():
return render_template("about.html")
@app.route('/contact')
def contact():
return render_template("contact.html")
@app.route('/post/<int:index>')
def post(index):
global blog_data
requested_post = None
for blog_post in blog_data:
if blog_post['id'] == index:
requested_post = blog_post
return render_template("post.html", content=requested_post)
if __name__ == "__main__":
app.run(debug=True)
github: https://github.com/krishnaik06/Flask-Web-Framework
We at iNeuron are happy to announce multiple series of courses. Finally we are covering Big Data,
Cloud,AWS,AIops and MLops. Check out the syllabus below.
30 Days Data Science Interview preparation - https://rb.gy/q1c58g
Big Data Master-https://rb.gy/xg1ob7
Business analytics-https://...
In this episode of the "Learning Flask" series, you'll learn how to create and work with dynamic URL's in Flask.
Read the full text based version here - https://pythonise.com/feed/flask/generating-dynamic-urls-with-flask
Enjoying this type of content? Head over to my website at https://pythonise.com for full length text based tutorials, course...
What part of code is not functioning how you want?
Also, you should review both of the above videos.
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<!-- Post preview-->
{% for post in posts: %}
<div class="post-preview">
<a href="{{ url_for('post', index=post['id']) }}">
<h2 class="post-title">{{ post['title'] }}</h2>
<h3 class="post-subtitle">{{ post['subtitle'] }}</h3>
</a>
<p class="post-meta">
Posted by
<a href="#!">{{ post['author'] }}</a>
{{ post['date'] }}
</p>
{% endfor %}
</div>
@app.route('/post/<int:index>')
def post(index):
global blog_data
requested_post = None
for blog_post in blog_data:
if blog_post['id'] == index:
requested_post = blog_post
return render_template("post.html", content=requested_post)
This part
Can you describe what you want to happen?
i'm getting an error for the index... i am trying to dynamically load up the post page from an endpoint
so basically i have different html files... like the index.html , post.html, etc
did you get this or i can explain more?
in this endpoint
https://api.npoint.io/d0935fc8e15e3ff2c2ad
!verify
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Can you stop the app local host, save your files, rerun app.
i have done this severally
@rugged root Hi, can you pls give permission to share screen in #voice-chat-text-0
So many mistakes
So many strings not put in correctly
<a href="{{ url_for('post', index=post['id']) }}">
replace to:
<a href="{{ url_for('post', index=post['index']) }}">
aye ... wait i'll check ser
same issues..
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'post'. Did you forget to specify values ['index']?
Yours was right
Return to
<a href="{{ url_for('post', index=post['id']) }}">
yeah, .... in the API contains "id ' key
@pliant girder make sure your code reflects each of these, then run
<a href="{{ url_for('post', index=post['id']) }}">
@app.route('/post/int:id')
def post(id):
global blog_data
requested_post = None
for blog_post in blog_data:
if blog_post['id'] == id:
requested_post = blog_post
return render_template("post.html", content=requested_post)
literally, the fix here is rplacing index with id?
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'post'. Did you forget to specify values ['id']?```
@rugged tundra
@molten pewter https://github.com/paperless-ngx/paperless-ngx
for documents
Oooo... scanners
very quiet today
"Singel and ready to mingel"
lol I should add that
That's just instantly what I thought when I saw it
Plan smarter, collaborate better, and ship faster with Azure DevOps Services, formerly known as Visual Studio Team Services. Get agile tools, CI/CD, and more.
@dapper minnow you a chemist?
What about it?
Eh, itβs handling of users is better
This is a slow motion capture of alien beings and other paranormal spectral "ghost" on video personally recorded by me.
My particular situation is unique. Although I've dealt with this phenomenon for years, I've only recently acquired knowledge of the cause of my misunderstood existence.
The original video is 20 mins long shortened to specify ...
is this your video?
Sorry, what does this have to do with anything?
I think we're also planning on making semiconductors
Oh right yeah
The national security push for it
Not sure how long it'll take to get the infrastructure up and going, though
We've got a lot to live up to
Yea, it's because of the complicated relationship between taiwan and china
they want to make sure we still have a supply in case of a war
If the leader of an electronic instrument orchestra is missing a limb, is he a semiconductor?
its was Nikita Khrushchev, who banged his shoe on a table
Oh no worries
This is the only thing that I was able to find
"
Are the days of kids sneaking into 18-rated films really over? Digital proof-of-age app being used in UK cinemas to check children are old enough could just lead to more 'cheating', expert warns
"
#postpunk #doomer #coldwave #darkwave
Gefangen im ewigen Laberynth, wo der Tag mit dem Abend beginnt.
Ich habe keine Rechte am Ton oder am Bild dieses Videos. Die alleinigen Rechte dafΓΌr liegen bei den KΓΌnstlern. Ich verΓΆffentlic...
Interesting
What are thoseeeeee?
It kinda fits does it?
we need a more depressed scene
I can provide
seal feet
Fridge drifting.
volkswagen fox
If you remove the back seats, you will get better gas mileage.
@whole bear https://youtu.be/4rlQlDYA_8M
A little information before you read the info:
The Lied der Deutschen is not forbidden, neither the first nor any other verse of it!!! ItΒ΄s a myth many people believe in. The part:
"Deutschland ΓΌber alles" doesnΒ΄t mean that Germany stands above other nations, you have to see it in the context of the time in 1841.
Germany wasnΒ΄t an united nat...
too much
Thanks for watching!
Animators:
Jerb: https://twitter.com/jerbjpg?s=20
Vudujin: https://twitter.com/Vudujin
DublyMike: https://twitter.com/dublymike?s=20
Leo "Awez" Chenevert - https://mobile.twitter.com/aweztube
Storyboard:
Jake Smith: https://www.instagram.com/dead_gremlin_comix/
BG Artist:
Kuo Yang: https://www.artstation.com/kuoya...
Ways to not get caught in avelanches: Don't go where the avelanches are.
@somber heath genius idea
I've found Apple Tags via Bluetooth, that's not hard. It's figuring out what Apple Tags are associated with who.
It's one of those common sense things which isn't.
doesn't airtag has an encription or something
airtag are a kind of becon
How Airtags ELI5: They broadcast bluetooth, iPhones pick up the bluetooth, add location information, send it to Apple, the owners can see it, everyone else just knows it's nearby.
so iphones are continuously searching for a signal from an airtag
Almost all mobile devices are constantly listening for Bluetooth beacon broadcasts
like it's buried inside iPhone setting to prevent it from doing that
Mmm.... bacon
i meant beacon, English is my third language
Xi Jinping to skip G20 summit in India, western officials say
βChina doesnβt want India to have a successful G20 β itβs that simpleβ¦ it took India a while to realise that its rise would be opposed tooth and nail by Beijing.β
Oh no, that wasn't meant to mock you. I'm just hungry
i didn't take it that way
Putin also skipping G20
I had debate with someone over BRICS and my point about BRICS was these are a bunch of countries that really don't want to cooperate and this twitter is like "See, told you."
i actually live in New Delhi and i know where biden is stayingπ
Congrats? It's not really secret I'm sure
yaπ
BRICS is not successful in my opinion untill China India make good relation
@unique axle It's an attempt at a currency, similar to the EU's Euro, but for a smaller subset of places. It's meant to try to displace the USD as the global currency
that was my point, you need India/China to be on much better terms and that doesn't appear to be happening any time soon
i see, thanks^
If memory serves, the name is based on the original countries trying to start the initiative. Brazil, Russia, India, China, Saudi Arabia
Just listening
well US is printing more currency and hence inflation, so a universal currency should be better
Never going to happen.
Sure, but at the same time, I'm not sure if those 5 are the ones we should give that decision to
It doesn't matter, EU/US are too close and GDP of those countries will govern the currency decisions
Yarp
have they shown Pigley in any modern seasons
Not sure, I'm not up to date
we went from airtags to Geopolitics
Wie het vlees van een wild zwijn uit de Beierse Alpen in Duitsland wil eten, kan daar beter even mee wachten. De beesten zijn volgens wetenschapstijdschrift Science namelijk radioactief. Uit onderzoek...
Hey guys check this repo in github
https://github.com/GigaFloppaCoder/importurl
bestie is back?
I found this on google - Iran is the motherland of saffron and produces more than 90% of the world's saffron each year.
I love mushroom, but we don't have it available in my hometown...
Guys is it effective for a resume to be just 1 page ; what do y'all think ?
Een oudere man is woensdag per ongeluk in volle vaart dwars door een autowasstraat in Oss gereden. Volgens de eigenaar reed hij 'zeker 50 kilometer per uur'. De onfortuinlijke chauffeur belandde uiteindelijk aan de overkant van de Kantsingel in het struikgewas. Wonder boven wonder raakte niemand gewond.
IF ANYONE out there has a little time, this is personal friend of mine, looking for a vote, its easy you can have Facebook to vote for him, He's trying to win a voting contest For a horror movie, he gets to be in it when and if he wins.. I ask that you please take the time to vote for him, he's currently 2nd place by now, and any vote would help.
hey im talking
yeah
@rugged root
@whole bear Sup
@formal meteor Yo
does linux save u money on ram?
Possibly, but if you're doing it for that then you're really tightening your belt
@crude sky Catch you later
my wifi decided to give up on life for a sec
Oh fun fun
@rugged root see you. the audio is lagging for me
Gotcha gotcha. Catch you next time
https://github.com/microsoft/MS-DOS
Finally we have MS-DOS Opensource, I've been waiting decades for this..
oh @whole bear @whole bear i just noticed this chat hi how are yall
LOL
nah
!e ```py
class MyClass:
def init(self):
self._hash = -1
def __hash__(self):
self._hash += 1
return self._hash
obj = MyClass()
my_set = {obj for _ in range(10)}
print(my_set)```
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
{<__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>, <__main__.MyClass object at 0x7f85bd4a6610>}
!e
class MyClass:
def __init__(self):
self._hash = -1
def __hash__(self):
self._hash += 1
return self._hash
obj = MyClass()
my_set = {obj for _ in range(10)}
print(my_set)
print(obj in my_set)
@uncut meteor :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | {<__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>, <__main__.MyClass object at 0x7f4f6270e650>}
002 | False
@runic jewel π
!e
print(hash(1))
@uncut meteor :white_check_mark: Your 3.11 eval job has completed with return code 0.
1
hi
!e
class MyClass:
def __hash__(self):
return 1
obj = MyClass()
my_set = {obj}
print(my_set)
print(1 in my_set)
@uncut meteor :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | {<__main__.MyClass object at 0x7fd4fcd247d0>}
002 | False
!e
x = {[1,2,3]}
@uncut meteor :x: Your 3.11 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | x = {[1,2,3]}
004 | ^^^^^^^^^
005 | TypeError: unhashable type: 'list'
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i see that
trying to get the verification
guys i have problem will u help me that one
i would appreciate
i send a pic in minute
noooooooooo
duuuuuuuuuuuuuuuuuuuuuude
broooo
thank u
ye i see
i had file same location and name was random.py
thats why didint import it
now fixed it
thanks for help guys
love u guys
You are not allowed to use that command.
yes
Pleasure to meet you comrade.
how did u know
c:/Users/Sajjad/delete/random.py
Thanks , It's good to see another iranians shoving into computer science.
!voiceverfy
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
May I ask how good you are in python ? what are you interested in?
im just a begginer
i tried and i like it
Great to hear , Stick to it my friend
i like computer language
Do you learn by books or using tutorials?
Same here fortunantly.
i learn a courses i can say but do u have suggestion
ooo really>?
@whole bear π
hi
I suggest you to read books more often in this case , You can learn anything deeply and think about how they work yourself.
do u have verifiction?
Nope.
And there Is something I would like to discuss with you if possible ? Do you have time for a voice call?
mostly reading the real project and trying to figure out will help better i belive
sure i have 10m and we can join in 2m later
@somber heath if i send more than 50 massage will it verfy me automaticlly
Allright , I'll call you at 2m
@primal seal π
Hello there @somber heath
xD
it was supposed to be Dark Shark, but my old game allowed only 8 char name
had to improvise yk
How you guys are doing?
Btw what time is it there now?
coz whole server look dead
oh
I see
well, gc is never dead
General Chat
The way you talk sound... Nobel?
Like aristocrate yk
So you're from america
?
OHHhh
that makes sense
its evening in australia I see
What you upto now?
You play valorant?
Sorry, got to go. My windows need some update and restart.
Have a good day
@whole bear @lament bone π
hey
bruh why do I have to send 50 messages to even speak
in this server
// Create a program that enters 3 numbers and outputs sum and avg of these numbers.
#include <stdio.h>
void main()
{
int a,b,c,sum;
float avg = sum/10;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
sum = a + b + c;
printf("%d Sum:",sum);
}
Can someone tell me what is wrong with this ^?
makes sense
I was verified but left and joined servers few times
didn't get verified cause now I use chatgpt when I'm not doing smth right in code
#include <stdio.h>
void main() {
int a,b,c,sum;
scanf("%d", &a);
scanf("%d", &b);
scanf("%d", &c);
sum = a + b + c;
printf("%d Sum:\n", sum);
}
This code is p good. Did you write it yourself?
^
!code
// Online C compiler to run C program online
// Enter bill then multiply by discount to find dis count, then subtract that by bill to gte the final price.
// Variables are bill_p, final_p, dis_p
// bill _p = int, final_p = float, dis_p = float
// Multiply, divide, add, substract from float will give only a float
#include <stdio.h>
void main()
{
int bill_p;
float final_p, dis_p;
printf("Enter bill amount:");
scanf("%d",&bill_p);
if (bill_p > 30000)
{
dis_p = bill_p * 0.08;
final_p = bill_p - dis_p;
printf("Answer1:");
printf("%.0f",final_p);
}
else if(bill_p > 25000)
{
dis_p = bill_p * 0.05;
final_p = bill_p - dis_p;
printf("Answer2:");
printf("%.0f",final_p);
}
else if (bill_p > 15000)
{
dis_p = bill_p *0.03;
final_p = bill_p - dis_p;
printf("Answer3:");
printf("%.0f",final_p);
}
else
{
printf("No discount avaliable");
}
}
// Online C compiler to run C program online
// Enter bill then multiply by discount to find dis count, then subtract that by bill to gte the final price.
// Variables are bill_p, final_p, dis_p
// bill _p = int, final_p = float, dis_p = float
// Multiply, divide, add, substract from float will give only a float
#include <stdio.h>
void main()
{
int bill_p;
float final_p, dis_p;
printf("Enter bill amount:");
scanf("%d",&bill_p);
if (bill_p > 30000)
{
dis_p = bill_p * 0.08;
final_p = bill_p - dis_p;
printf("Answer1:");
printf("%.0f",final_p);
}
else if(bill_p > 25000)
{
dis_p = bill_p * 0.05;
final_p = bill_p - dis_p;
printf("Answer2:");
printf("%.0f",final_p);
}
else if (bill_p > 15000)
{
dis_p = bill_p *0.03;
final_p = bill_p - dis_p;
printf("Answer3:");
printf("%.0f",final_p);
}
else
{
printf("No discount avaliable");
}
}
!code
e!
import requests
from bs4 import BeautifulSoup
# Define the IMDb URL of the show you want to retrieve the rating for
imdb_url = "https://www.imdb.com/title/tt0944947/" # Replace with the URL of the show you want
# Send an HTTP GET request to the IMDb page
response = requests.get(imdb_url)
# Check if the request was successful (status code 200)
if response.status_code == 200:
# Parse the HTML content of the page using BeautifulSoup
soup = BeautifulSoup(response.text, "html.parser")
# Find the element that contains the show's rating (e.g., using CSS selector)
rating_element = soup.select_one(".ratingValue strong span")
# Extract and print the show's rating
if rating_element:
rating = rating_element.text.strip()
print(f"IMDb Rating: {rating}")
else:
print("Rating not found on the page")
else:
print("Failed to retrieve IMDb page")
# Close the response
response.close()
e!
code
!eval [python_version] <code, ...>
Can also use: e
Run Python code and get the results.
This command supports multiple lines of code, including formatted code blocks. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.
The starting working directory /home, is a writeable temporary file system. Files created, excluding names with leading underscores, will be uploaded in the response.
If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside them.
Currently only 3.11 version is supported.
We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!
!e
import requests
from bs4 import BeautifulSoup
# Define the IMDb URL of the show you want to retrieve the rating for
imdb_url = "https://www.imdb.com/title/tt0944947/" # Replace with the URL of the show you want
# Send an HTTP GET request to the IMDb page
response = requests.get(imdb_url)
# Check if the request was successful (status code 200)
if response.status_code == 200:
# Parse the HTML content of the page using BeautifulSoup
soup = BeautifulSoup(response.text, "html.parser")
# Find the element that contains the show's rating (e.g., using CSS selector)
rating_element = soup.select_one(".ratingValue strong span")
# Extract and print the show's rating
if rating_element:
rating = rating_element.text.strip()
print(f"IMDb Rating: {rating}")
else:
print("Rating not found on the page")
else:
print("Failed to retrieve IMDb page")
# Close the response
response.close()
@obsidian dragon :x: Your 3.11 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | import requests
004 | ModuleNotFoundError: No module named 'requests'
!e
import requests
from bs4 import BeautifulSoup
# Define the IMDb URL of the show you want to retrieve the rating for
imdb_url = "https://www.imdb.com/title/tt0903747" # Replace with the URL of the show you want
# Define headers with User-Agent
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'
}
# Send an HTTP GET request to the IMDb page with headers
response = requests.get(imdb_url, headers=headers)
# Check if the request was successful (status code 200)
if response.status_code == 200:
# Parse the HTML content of the page using BeautifulSoup
soup = BeautifulSoup(response.text, "html.parser")
# Find the element that contains the rating using the provided CSS selector
rating_element = soup.select_one(".sc-bde20123-2 span")
# Extract and print the show's rating
if rating_element:
rating = rating_element.text.strip()
print(f"IMDb Rating: {rating}")
else:
print("Rating not found on the page")
else:
print("Failed to retrieve IMDb page")
# Close the response
response.close()
@obsidian dragon :x: Your 3.11 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | import requests
004 | ModuleNotFoundError: No module named 'requests'
silly bot
@nocturne copper π
I cannot speak english.hahaha
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@cerulean ridge hello, I always wondered what your profile pic is?
@cerulean ridge maybe like two kids fighting?
lol, nope, keep on guessing
Where are you from?
two kids violently harassing a tree stump
π¦
why are crystals so popular these days?
even on chat apps I see in the hobby profiles "crystals"
like what is that
That's a black opal?
They're shiny and cool looking
looks like a gummy
Also yes
10/10 would eat it
yeah but the always were, like we're finding this out in 2023?
lol nope
This too shall pass
It's like a screensaver
that's what i imagine you would see when you get sucked into a black hole if you could survive it
Or the progressing colors of a bubble before it pops
*me watching the series from tiktok clips*
That'd be a lot of clips
!stream 381154715293188106
β @dry jasper can now stream until <t:1694100024:f>.
https://github.com/KillianLucas/open-interpreter
Filing this under the heading "Ah hell naw"
Music video by Daryl Braithwaite performing The Horses. (C) 1990 Sony Music Productinos Pty. Ltd.
@slow vapor If you're wondering why you can't talk, check out the #voice-verification channel
That'll tell you what you need to know about the voice gate
@spice sinew π
ok man I just need help thats why I just joined this server
@rotund coyote π
β @left leaf can now stream until <t:1694102441:f>.
Hi
Have you heard of Sethblings MarI/O
I have indeed. One of my favorite things he's made, actually
Yeah and I want to use it because I found it really cool but when I do I cant run it
What's going on with it?
Music video by Daryl Braithwaite performing The Horses. (C) 1990 Sony Music Productinos Pty. Ltd.
I dont know Im just really confused I got the snakeAI running
wasssup people
Sup
So like can you give me a tut on how to do it?
Because Ive searched everywhere and i cant find one
:incoming_envelope: :ok_hand: applied timeout to @whole bear until <t:1694102984:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
@rugged root so can you help?
@somber heath Ok man
@rugged root thank you so much
@rugged root Ive been trying for 3 days
@rugged root theres a link in his video to the code
!mute 799160175079850004 6h Continuing disruptive and rude spam, this is the second time you've had this behaviour please don't continue.
:incoming_envelope: :ok_hand: applied timeout to @whole bear until <t:1694124163:f> (5 hours and 59 minutes).
@rugged root Ok
@rugged root Ok
lol
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
where are you going when i drop the sick youtube links?
It's lua
Ok
will just be a lua api
I dont no anything about C/C++
(i think that is what Opal was asking)
Like the only code I know is python
@slow vapor If you don't know where to put the code, that suggests to me that you need to cover your Lua foundations, first.
Ok
I expect there are tutorials around, but it's not a language in which I'm proficient.
I have to phones one the plug and one for the load
!guilds
The communities page on our website contains a number of communities we have partnered with as well as a curated list of other communities relating to programming and technology.
!tags
!tag
!help tag
From this.
Back in a sec
Wayne's World movie clips: http://j.mp/1BcUCvr
BUY THE MOVIE: http://amzn.to/t88UPu
Don't miss the HOTTEST NEW TRAILERS: http://bit.ly/1u2y6pr
CLIP DESCRIPTION:
Wayne (Mike Myers) and Garth (Dana Carvey) make it backstage to hang with their idol Alice Cooper.
FILM DESCRIPTION:
Based on the Saturday Night Live sketch of the same name, Wayne's W...
IPFS Desktop gives you all the power of IPFS in a convenient desktop app - a complete IPFS node, plus handy OS menu shortcuts and an all-in-one file manager, peer map, and content explorer.
@pine depot https://www.amazon.com/dp/B01H74VKZU/
This is the one I was looking at earlier. Forgot to link it
I just wanna talk
https://www.youtube.com/watch?v=EozPi1qmH44&t=170s
https://bit.ly/485ZDeE
https://www.reuters.com/business/autos-transportation/tesla-hit-with-class-action-lawsuit-over-alleged-privacy-intrusion-2023-04-08/
https://www.youtube.com/watch?v=DZu-gNZcV-I
https://www.nissanusa.com/privacy.html
https://foundation.mozilla.org/en/privacynotincluded/niss...
And this is why my next car is going to be from the 90s
deafening for a moment to take a few deep breaths
Fair
@pine depot wanna do some brainstorming?
@whole bear https://youtu.be/3eBN_9rMoVI?si=lhTp0VFla7PG1yYQ
Professor Brian Klass unpacks the truth behind historyβs evil leaders, explaining how they so easily acquire power, and how we can change the pattern.
Subscribe to Big Think on YouTube βΊ https://www.youtube.com/channel/UCvQECJukTDE2i6aCoMnS-Vg?sub_confirmation=1
Enjoy more Big Think podcasts βΊ https://youtube.com/playlist?list=PL5uULy4b0kV6ecE...
One of my favorite videos about this topic
Powerful Psychopaths
I would listen to that band
Mojo is available for download https://www.modular.com/blog/mojo-its-finally-here
ikr can't relate
What is the context?
I don't know anymore
was data privacy
hey
then "there's no such thing as data that isn't useful, just data that we haven't found a use for yet" and then Rabbit mentioned a direct relationship made by data analytics people within his company between salary and recidivism as an example of previously useless data becoming useful
then Selena extended the discussion to include indirect ripple effects from alternative crimes and trying to say there are more factors involved than income bracket's relationship to recidivism
and now we're kind of exploding the topic
helpful?
a bit xD
i only tasted 1 of 5 cause the other ones didnt pass my previous requirements
Meat: It's what's for food
Decentralized Durability Engine. Contribute to codex-storage/nim-codex development by creating an account on GitHub.
incog got splif
Can someone check my code
Ima new dev
from mailtm import Email
import firebase
from time import sleep
import requests
from colorama import Fore, Back, Style
from keep_alive import keep_alive
PASSWORD = "JoinViniBoost"
config = {
"apiKey": "AIzaSyBxmfb16mlmD5vNoliSnCuCJqjxFapS_q4",
"authDomain": "mf23-room-ids.europe-west1.firebasedatabase.app",
"projectId": "madfut-23",
"storageBucket": "madfut-23.appspot.com",
"messagingSenderId": "359609929204",
"databaseURL": "https://mf23-trading-invites-2.europe-west1.firebasedatabase.app/",
"appId": "1:359609929204:ios:2fd5ba3bd87c65f0d2fda1"
}
db = firebase.initialize_app(config)
auth = db.auth()
def target():
try:
test = Email()
print("\nDomain: " + test.domain)
test.register()
print("Email Address: " + str(test.address))
test.domains()
auth.create_user_with_email_and_password(test.address, PASSWORD)
newUser = auth.sign_in_with_email_and_password(test.address, PASSWORD)
auth.send_email_verification(newUser['idToken'])
def getInbox(message):
content = message['text'] if message['text'] else message['html']
data = {
"oobCode": content.split("\n")[4].split("oobCode=")[1].split("&")[0]
}
key = config["apiKey"]
res = requests.post(f"https://www.googleapis.com/identitytoolkit/v3/relyingparty/setAccountInfo?key={key}", json=data).json()
if res["emailVerified"] == True:
print("Auto-Verification Completed!")
with open("accounts.txt", "a") as f:
f.write("{\"email\": \""+test.address+"\"},\n")
test.start(getInbox, 4)
except:
print("You are being rate limited.")
print("Trying again in 7 seconds...")
sleep(7)
sleep(10)
while True:
target()
keep_alive()
Sorry one sec
@whole bear Yo
Decent enough. Yourself?
fine working on emulator
Ooo neat. To emulate what?
GBA
Oh very cool
actually I'm learing
That reminds me, I need to replay GoldenSun...
it can emulate sonic advance
old days
Leaning is good
yeah
what are you doing?
ikr, cringe
Data validation using Python type hints
This page will introduce the act runner in detail, which is the runner of Gitea Actions.
act_runner has some problems because of wrong defaults
related to docker-based actions
the "fix"
@rugged root shouldn't conint be an annotation?
how do
@sour geyser maybe expired?
default, that GitHub's tutorial suggests, iirc, is 1 year
what is a good flashcard app for coding?
anki?
yeah, seems they expired
all gone π¦
regenerating
sorry about it, muted myself
All good all good
no, just regular strings
so diffs and commit messages can get auto-converted to dates
the name (TFVC) reminds of internal codename for office assistant (TFC)
Didn't know that was a thing
> Steven Sinofsky states that "C" stood for "clown", while allowing his readers to guess what "TF" might stand for.
Tank Fighter Clerical staff
there's a system underlying Git as VCS which basically is a database (or, filesystem, rather)
if you try hard enough, you might get it to work for something other than VCS
https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain
where do i post a meme
here?
False & True
!e py print(bool.mro())
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
[<class 'bool'>, <class 'int'>, <class 'object'>]
!e py print(True + True + True + False)
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
3
!e py print(5 + True)
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
6
!e py arr = 1, 2, 5, 6, 7, 8 print(sum(v > 5 for v in arr))There are three numbers greater than 5 in arr.
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
3
!e py if True: print('A') if False: print('B')
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
A
!e py if 'abc': print('A') if '': print('B')
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
A
!e py if ['a', 'b', 'c']: print('A') if []: print('B')
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
A
!e py print(bool('abc')) print(bool('')) print(bool(['a', 'b', 'c'])) print(bool([]))
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | True
002 | False
003 | True
004 | False
Hello
hello
codewars vs leetcode which is better
python.
hmmm
Hello
so im creating a portfolio website, which domain is better .com .me .dev .design .co
@daring swift π
@serene galleon π
ππΌ
can u create a whole website in python or u need to use CSS and HTML
@ornate loom what that name dawg π€£
misclicked mb
we can use django or just website builder bro easy no time waste
true
btw what do you do for work opalmist if you dont mind

