#voice-chat-text-0

1 messages ยท Page 176 of 1

scarlet halo
#

oh yeah

turbid sandal
#

ohhh forgot

scarlet halo
#

so its like abc:str = "123"

#

so it has to be string

#

ohk

vocal basin
#

Python is the only language I know where self.field: SomeType syntax is valid

#

mypy rather than pydantic

#

pydantic is more of a library-style thing

#

mypy is somewhat more strict than just a linter

#

somewhere

#

language servers understand that

#

!e

a: int = 5
print(__annotations__)
somber heath
#

!e py a:str = '' print(dir(a))

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.

['__add__', '__class__', '__contains__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__getnewargs__', '__getstate__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__iter__', '__le__', '__len__', '__lt__', '__mod__', '__mul__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__rmod__', '__rmul__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'capitalize', 'casefold', 'center', 'count', 'encode', 'endswith', 'expandtabs', 'find', 'format', 'format_map', 'index', 'isalnum', 'isalpha', 'isascii', 'isdecimal', 'isdigit', 'isidentifier', 'islower', 'isnumeric', 'isprintable', 'isspace', 'istitle', 'isupper', 'join', 'ljust', 'lower', 'lstrip', 'maketrans', 'partition', 'removeprefix', 'removesuffix', 'replace', 'rfind', 'rindex', 'rjust', 'rpartition', 'rsplit', 'rstrip', 'split', 'splitlines', 'startswith', 'strip', 'swapcase', 'title', 'translate', 'upper', 'zfill']
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

{'a': <class 'int'>}
vocal basin
#

!e

class C:
    b: str

    def __init__(self):
        self.a: int = 5
        print(__annotations__)
        print(self.__annotations__)
        print(C.__annotations__)

C()
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | {}
002 | {'b': <class 'str'>}
003 | {'b': <class 'str'>}
vocal basin
#

... and this is where it gets difficult

#

!e

class C:
    def __init__(self):
        self.a: int = 5

print(C.__init__.__annotations__)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

{}
vocal basin
#

so this is likely lint/lsp-only

#

will try to post-process now

#

post-processing should be done before colouring

#

to preserve quality

#

I don't remember what the POWER constant is responsible for, but it definitely changed something

vocal basin
#

now I remember what distance limit was for

#

(last one is no limit)

scarlet halo
vocal basin
gentle flint
vocal basin
pine depot
#

Anyone made an autotrading bot before? (Like robinhood)

#

Wondering about what kind of logic/decision making/strategy to employ

dry jasper
#

no, but keep in mind that differend trading platforms (steam, crypto trading platforms) give you more or less information that has to be analyzed to make a prediction for the future price. On certain cypto trading platforms they show you the "order book" (how many ppl want to sell or buy at what prices)

pine depot
#

Ooh that's really smart

dry jasper
#

what kind of trading bot?

#

crypro?

pine depot
#

Could weight buys and sells for volume of trades at price points

#

Yeah it is a crypto flipper (robinhood) for now. I finished the early version yesterday. Now I'm just thinking about how to improve

#

It weighs monthly and hourly in real time, compared to your holdings, makes a decision

dry jasper
#

you could sign up at bitfinex and connect your trading bot to the paper trading (no real money) and see how it performs

#

ahh ok

pine depot
#

I connected it to my real trade accound lol

dry jasper
#

do you know "margin trading"?

pine depot
#

Yeah I'm familiar. I started with limit functionality only for now

dry jasper
#

so you know that you can trade sometimes with 10x your input and for each small change in the price of btc you lose or gain alot of money

#

would be cool to have a fast trading bot that works with margin trading

pine depot
#

Yeah i don't trust my programs logic enough yet lol

dry jasper
#

i would test it on a test account so you dont lose money

pine depot
#

Yeah, i should throw more aggressive strategies and mock for a while

pine depot
#

@somber heath i think that deserves a hemlock emoji

scarlet halo
#

@turbid sandal

whole bear
rapid flame
#

@whole bear ๐Ÿค˜

whole bear
obsidian dragon
somber heath
frozen owl
#
all_data = [
        sq1,
        sq2,
        sq3,
        sq4,
        sq5,
        sq6,
        sq7,
        sq8,
        *piece_sqs,
        sq21,
    ]
#

so this is common w/ other langs right

somber heath
#

!e py a = 4, 5, 6 b = (1, 2, 3, *a, 7, 8, 9) print(b)

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.

(1, 2, 3, 4, 5, 6, 7, 8, 9)
frozen owl
somber heath
#

@warm idol ๐Ÿ‘‹

somber heath
frozen owl
#

i see.

#

:/

#

yk i don't think so

#

judging from the fact that the lang that imma impl is rust

#

rust is just a bitch about everything

#

interesting

#

but it's fucken ugly

somber heath
#

@whole bear ๐Ÿ‘‹

#

!voice

wise cargoBOT
#
Voice verification

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

frozen owl
#

!kindling

wise cargoBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

frozen owl
#

projects to do ^^^^^^^

frozen owl
#

my contributions pattern is telling me something

#

looks like some sort of hidden message

#

tbh looks a bit like korean lmao

somber heath
#

@brittle coral ๐Ÿ‘‹

brittle coral
#

hello

brittle coral
frozen owl
#

like

#

the contribution shape looks like korean text lol

brittle coral
#

no its not its just ur contributions

somber heath
#

@steel crest ๐Ÿ‘‹

steel crest
somber heath
#

@pliant sapphire ๐Ÿ‘‹

#

@gilded comet ๐Ÿ‘‹

#

@tough osprey ๐Ÿ‘‹

tough osprey
noble solstice
#

Hello Guys!

#

Any redis User!

uncut meteor
#

redis good

rugged root
#

@amber raptor An email I got this morning from one of our folks:

Good morning,

Lacerte isnโ€™t opening up for me. It says it needs to be rebooted.

#

Well then... fucking.... reboot it

vocal basin
#

wire is just simpler and more efficient

#

it's turning between wireless and wire anyway at two points

rugged root
#

Back in a bit

somber heath
#

I have a problem with this diagram.

#

Light. Yellow. On. White.

#

Whoever designed it has earned a seat on the sun catapult.

vocal basin
#

why is it also that blurry

#

it is just how jpeg deals with yellow on white?

#

can hear okay

pine depot
#

ooh, that usbc pinout is interesting

somber heath
#

@gleaming pendant ๐Ÿ‘‹

#

More pins than I thought.

#

I suppose I would have looked at some point and forgotten.

pine depot
#

as someone who occasionally does arduino stuff

#

could be useful

#

except for that atrocious yellow on white

gleaming pendant
#

๐Ÿ‘‹

gentle flint
peak nacelle
#
step = 0
running = True
while running:
    print("running")

Eke

gentle flint
#

you interface with the other end of the plug, of which the pinout completely depends on the manufacturer

pine depot
#

so what is tx1 for

gentle flint
#

transmitting data

#

tx is transmitting

#

rx is receiving

pine depot
#

yeah and rx is return

#

so it seems like that would potentially be useful

#

i say that because i work in telecommunications where we use tx and rx multiple times daily

gentle flint
#

its existence is
its location is completely irrelevant

#

because you won't be interfacing with it at that location

gentle flint
pine depot
#

oh i see what ur saying @gentle flint

#

i was thinking from a wire/cabling standpoint

gentle flint
#

ye but you won't be wiring to that

pine depot
#

well u might

gentle flint
#

well u won't

#

you'd have to cut open the entire jack
solder to the tiny pins without bridging or destroying them

#

then glue it closed again

pine depot
#

or building your own jack on a breadboard?

gentle flint
#

besides which you could then no longer use it as a jack

gentle flint
#

you buy them, and then you solder to then

#

to the other end of them, obviously, otherwise you can't use them as a jack

#

please stop suggesting ridiculous theoretical ideas

#

thanks

pine depot
#

i fail to see why you could not emulate this in a breadboard

gentle flint
#

the breadboard you can make

pine depot
gentle flint
#

the jack itself, you can't

somber heath
#

@worthy jewel ๐Ÿ‘‹

#

@low tinsel ๐Ÿ‘‹

#

@fathom rain ๐Ÿ‘‹

fathom rain
#

Hello

#

What are you guys doing

#

???

somber heath
#

@flat jacinth ๐Ÿ‘‹

flat jacinth
#

hi

#

I dont think I have the permission to speak

vocal basin
#

!voice

wise cargoBOT
#
Voice verification

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

somber heath
#

!e py my_list = ['apples', 'pears', 'oranges'] length = len(my_list) print(length)

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.

3
jolly terrace
#

!e

print("hello")
wise cargoBOT
#

@jolly terrace :white_check_mark: Your 3.11 eval job has completed with return code 0.

hello
somber heath
#

@blissful mango ๐Ÿ‘‹

peak nacelle
#
sequence_list[] #list of function 

def sequencer(list):
    step = len(list)
    running = True 
    while running:
        #runs the thing from list
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
    ```
somber heath
#

@upbeat shore ๐Ÿ‘‹

#

!voice

wise cargoBOT
#
Voice verification

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

somber heath
#
def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        step -=1 
        if step == 0:
            running = False

sequence_list = []
sequencer(sequence_list)```
#

!e py def func(list): print(list) func('Hello, world.') print(list)

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | Hello, world.
002 | <class 'list'>
somber heath
#

!e py def func(list): list('abc') print(list('abc')) func('Hello, world.')

wise cargoBOT
#

@somber heath :x: Your 3.11 eval job has completed with return code 1.

001 | ['a', 'b', 'c']
002 | Traceback (most recent call last):
003 |   File "/home/main.py", line 4, in <module>
004 |     func('Hello, world.')
005 |   File "/home/main.py", line 2, in func
006 |     list('abc')
007 | TypeError: 'str' object is not callable
rugged root
#

@limpid raven

limpid raven
#

oh thanks

#

is anybody experienced in PyQt5?

somber heath
#

@scarlet ferry ๐Ÿ‘‹

limpid raven
#

... I typed in general not here xd

limpid raven
rugged root
#

!stream 381154715293188106

wise cargoBOT
#

โœ… @dry jasper can now stream until <t:1692027743:f>.

rugged root
#

@sly yarrow

somber heath
#

Scene: Anime. Office. A computer flashes a prompt. A man reaches for a dongle attached to his lanyard and plugs it in. The screen turns green.

"Uwubikey accepted."

limpid raven
#

I'll just restart my pc and see if it works

limpid raven
#

it works now

rugged root
#

Weird. But glad it does at least

warm vapor
#

Hey whats going on?

rugged root
#

Not much, you?

warm vapor
#

i am doing nothing thats why i joined

peak nacelle
#


sequence_list[] #list of note, instruments objects

def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        #runs the thing from list in order one introry at a time 
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
#

!e

wise cargoBOT
#
Missing required argument

code

#
Command Help

!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.

By default, your code is run on Python 3.11. A python_version arg of 3.10 can also be specified.

We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!

peak nacelle
#

!e


sequence_list[] #list of note, instruments objects

def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        #runs the thing from list in order one introry at a time 
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
wise cargoBOT
#

@peak nacelle :x: Your 3.11 eval job has completed with return code 1.

001 |   File "/home/main.py", line 1
002 |     sequence_list[] #list of note, instruments objects
003 |                   ^
004 | SyntaxError: invalid syntax
limpid raven
#

sequence_list = []

peak nacelle
#

!e


sequence_list=[] #list of note, instruments objects

def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        #runs the thing from list in order one introry at a time 
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
wise cargoBOT
#

@peak nacelle :warning: Your 3.11 eval job timed out or ran out of memory.

[No output]
peak nacelle
#

Ok cool

#

!e


sequence_list=[l,j,j,j] #list of note, instruments objects

def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        #runs the thing from list in order one introry at a time 
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
#

!e


sequence_list=[1,1,1,1,1] #list of note, instruments objects

def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        #runs the thing from list in order one introry at a time 
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
wise cargoBOT
#

@peak nacelle :warning: Your 3.11 eval job has completed with return code 0.

[No output]
limpid raven
peak nacelle
#

Yah

#

Just test is

#

But it works

limpid raven
#

your welcome

#

okay its fine :D

peak nacelle
#
sequence_list=[] #list of note, instruments objects



def sequencer(arg):
    step = len(arg)
    running = True 
    while running:
        #runs the thing from list in order one introry at a time 
        
        step -=1 
        if step == 0:
            running = False
    
sequencer(sequence_list)
rugged root
#

@warm idol Yo

warm idol
#

hai

#

or read a file as a string and inbok exec() method

rugged root
#

@dire storm

dire storm
peak nacelle
gentle flint
dry jasper
#

sucuk

gentle flint
dry jasper
gentle flint
#

Dr Wilhelm II. isch stockkonserwatiiv gsi und het weenig Verstรคndnis fรผr s Wรครคse vo dr konstitutionelle Monarchii ghaa und het sich druf verstift, d Regierigspolitik persรถnlig z lรคite. Wil er sich undiplomaatisch und groossspuurig benoo het, het immer wider inne- und ussepolitischi Kriise verursacht.

dry jasper
gentle flint
dry jasper
gentle flint
whole bear
#

@gentle flint bro is it possible to verify email with mail.tm api then turn on 2fa protection with mail.tm api by requests?

gentle flint
whole bear
#

@cedar briar wssp

#

can you help me @cedar briar

#

can you help

#

i dont understand whats the problem here

cedar briar
#

@whole bear What's up?

whole bear
#

@cedar briar

#

do you know how can i limit that thing

#

with only 2 requests

cedar briar
#

Limit what thing?

whole bear
#

like this

#

after i get 2. verification code

#

i dont want it to listen anymore

#
from mailtm import Email
import re

def listener(message):
    for m in re.findall(r"(\d+)", message['subject']):
        print(m)

# Get Domains
test = Email()
print("\nDomain: " + test.domain)

# Make new email address
test.register()
print("\nEmail Adress: " + str(test.address))

# Start listening
test.start(listener, interval=3)
print("\nWaiting for new emails...")
#

heres the full code

cedar briar
#

You want to listen for only two messages?

whole bear
#

yeah

#

first one for

#

verifying the account

#

second one for

#

enabling the 2fa

#

@cedar briar

#

from now on im a chubby super </dev>

#

xd

cedar briar
#

I believe there's a method to stop listening on the Email object. You need to call it after the number of received messages reaches 2. You'll need to maintain the counter that updates on message receivals.

whole bear
#

hmm

#

so i will set a variable which is 0 and

#

if i receive a message i will do +1 to variable

#

if its == 2

#

then it will stop listening

#

did i understand righT?

#

@cedar briar

cedar briar
#

You'll have to call the stop method. I'll have to look at the API from mailtm for it.

#

Only then it'll stop listening.

whole bear
#

alright but how im gonna make it

cedar briar
#

You have to call it after the number of messages reaches 2.

whole bear
#

count it like

#

every message receive will countr +1 but idk

#

im nub at coding

#

i understand what i want to do but i dont know how im gonna do

cedar briar
#

Give me a few minutes. I'll send out a snippet.

whole bear
#

thanks

#

super dev eats much @gentle flint

#

@turbid sandal u eat much

gentle flint
cedar briar
#
import time
from typing import Self

from mailtm import Email


class EmailProcessor:
    def __init__(self):
        self.message_count = 0

    def can_receive_messages() -> bool:
        return self.message_count < 2

    def process_message(self, message):
        self.message_count += 1
        # Other processing here
        print(message)


client = Email()
email_processor = EmailProcessor()

interval_seconds = 3
client.start(email_processor.process_message, interval_seconds)

while email_processor.can_receive_messages():
    time.sleep(interval_seconds)

# If it reaches here, it means `email_processor.message_count` is > 2. We can
# stop listening.

client.stop()
#

@whole bear

turbid sandal
#

I'm @turbid sandal

whole bear
#

And I'm @whole bear

whole bear
#

im super dev chubby.0 @turbid sandal

#

@turbid sandal

#

now its better

#

Super </dev> Pandemic! @whole bear @whole bear @turbid sandal

#

xd

jolly terrace
#

i can share my screen @rugged root ?

#

i'm doing a gpt agent

rugged root
#

Can't at the moment, I'm about to do a delivery run

jolly terrace
#

no problem

warm snow
#

Is there a way to use Push To Talk via the mobile voice overlay?

whole bear
#

This doesn't make any sense.

#

why is all our oxygen in our legs? how does it get to our lungs?

amber raptor
gentle flint
warm snow
#

Why though

stuck furnace
#

High brow conversation as always ๐Ÿ˜„

warm snow
#

Masterpiece

stuck furnace
#

Err

#

Make the values sets rather than lists?

#

Frozensets are, but not regular sets.

gentle flint
#

do you also have femail slots

stuck furnace
#

Ideally, the hash function roughly evenly distributes the keys over the hash table.

#

So what has everyone been up to? ๐Ÿ˜„

#

A what? ๐Ÿค”

cedar briar
rugged root
#

The things like....

#

Like what rock climbers use

stuck furnace
#

Is washing machine in bathroom a continental Europe thing? ๐Ÿค”

#

In the UK we keep it in the kitchen.

#

ic

stuck furnace
rugged root
#

Pff

#

That's quitter talk

stuck furnace
#

Good exercise ยฏ_(ใƒ„)_/ยฏ

#

Get massive quads

#

In case you get hungry

#

I'm considering getting intentionally infected with the flu

#

For science ๐Ÿ˜„

#

It's like ยฃ2000 for two weeks

#

Seems not bad ยฏ_(ใƒ„)_/ยฏ

#

Yeah, if I had a job ๐Ÿ˜„

#

And apparently it's a really low dose, so most people don't even get sick

rugged root
#

Fair

#

Mainly basing it on antibodies I'm guessing

stuck furnace
#

Regular reminder not to re-use passwords!

frozen owl
#

are yall familiar with tch-rs? like the rust wrapper for torch?

stuck furnace
#

What country is that the TLD for? ๐Ÿค”

#

Oh

frozen owl
stuck furnace
#

I was actually about to head off too ๐Ÿ‘‹

#

Cya

viscid merlin
#

hello how are you doin

#

afik iq is mostly influenced by gene

#

your theory that race influences IQ might be true but

#

whats the point of that

#

it also might be true but

#

we should note that common 'IQ test' results are influenced by educational level

#

not pure individual intelligence

#

so we can't conclude

#

yup

#

really

#

i had no idea

#

no it doesn't

#

well partially it does

#

what does that mean?

vocal basin
#

it's just a way of transforming ranking into a number

viscid merlin
#

uhh i meant like intelligence not test result

vocal basin
#

you can assign an IQ values to coins based on how well their flips predict the stock market

#

IQ doesn't measure intelligence, it measures how well you score on IQ tests

#

and it's very good at it

vocal basin
viscid merlin
#

wth is this

unkempt oar
#

nah but on the side note i actually wanna code

#

learn to code

#

any tips

#

bouta install python

viscid merlin
#

watch tutorials

vocal basin
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

unkempt oar
#

when did you guys start coding

vocal basin
#

depends on what counts as coding

vocal basin
# unkempt oar https://media.discordapp.net/attachments/927472474201944125/1040351010419384400/...

Cobra is a discontinued general-purpose, object-oriented programming language. Cobra is designed by Charles Esterbrook, and runs on the Microsoft .NET and Mono platforms. It is strongly influenced by Python, C#, Eiffel, Objective-C, and other programming languages. It supports both static and dynamic typing. It has support for unit tests and con...

viscid merlin
#

yeah

unkempt oar
viscid merlin
#

I installed python like 3 years ago

unkempt oar
#

you guys do like python homework stuff

viscid merlin
#

but I still suck

unkempt oar
#

like a channel

viscid merlin
#

yes, and what is channel

#

I major in computer science

unkempt oar
#

ok

viscid merlin
#

hi see you space cowboy

pure narwhal
#

Hi

#

Check out Rich Presence extension for VS Code

viscid merlin
#

okay i'll take a look at it

#

i've seen some people using that

pure narwhal
#

cuz you just put VS Code as a game in game activity

viscid merlin
#

yup

pure narwhal
#

It only shows that youโ€™re in vs code

#

With Rich presence it will show the file youโ€™re working on, the workspace, etc.

#

Just wanted to let you know

viscid merlin
#

i know but

#

i thought that isn't necessary

#

and in fact it isn't

#

but i'll give it a try

#

wait my folder name is too dumb

pure narwhal
#

I believe it shows only the workspace and the name of the file youโ€™re currently working on

#

You can disable the features it displays btw

viscid merlin
#

yeah I mean the workspace name

#

oh really

pure narwhal
#

Within the extension config file

viscid merlin
#

I just made my workspace name less dumb

pure narwhal
#

Nice

prisma jackal
#

Hi everyone
I just joined
I'd like someone who knows how to use Python to practice mcq Python questions with me for my final this Thursday

viscid merlin
#

when I want to turn my mic on

#

and i haven't sent 50 messages yet

prisma jackal
#

I will practice for my final exam this Thursday and I'd like to have a study buddy

#

To do mcq questions

#

For Python

viscid merlin
#

are you a beginner?

#

(im asking this because i am)

prisma jackal
#

Not really

viscid merlin
#

oh

prisma jackal
#

I'm not advanced like all I know is what I studied in the course

#

Which was a course for beginners

small parrot
#

??

viscid merlin
#

well maybe skill won't matter much studying together

#

I would like to join

vocal basin
prisma jackal
vocal basin
#

what kind of MCQs?
(multiple choice questions, I assume; I think I had "some" of that in the finals too, but they were not Python-specific)

prisma jackal
#

Something like this

#

Cool?

vocal basin
# prisma jackal

when explaining a certain question, I usually try to provide multiple approaches of thinking about it

for this one, solution, that's simple to show correct but not necessarily simple to get to, is that o1.m2(4) will fail because o1._v doesn't exist

it maybe easy to find such solution in a simple task, but more difficult ones may require something more systematic

  1. when analysing methods for Class1, we can write down pre- and post-conditions for each method
m1:
  given: --
  then: self._v is defined
m2:
  given: self._v is defined
  then: self._v is defined (and its new value is incremented by `n`)

o1 doesn't satisfy pre-conditions for Class1.m2, therefore calling it is invalid (thus may cause an error)

  1. other option is to think about instances of Class1 as being in one of two states
state 1:
  self._v is undefined
  m1 is defined; calling it transfers the object to state 2
state 2:
  self._v is defined
  m1 is defined
  m2 is defined
viscid merlin
#

hi

#

ugh no 50 messages yet

prisma jackal
vocal basin
#

I don't add people as friends on this server

prisma jackal
#

Why is the answer D and not B

#

I tried running the code and I was 16

#

But the answer key is D

viscid merlin
#

its because print returns None

#

so w is None

vocal basin
#

value of fun2(5) is same as what fun2 returns

#

in case of missing return statement, it's same as return None

#

!e

def fun2(x):
    res = 3 * x + 1
    print(res)

w = fun2(5)
print(f'{w = }')
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 16
002 | w = None
vocal basin
#

as opposed to:

#

!e

def fun2(x):
    res = 3 * x + 1
    return res

w = fun2(5)
print(f'{w = }')
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

w = 16
vocal basin
#

for simple functions, that just transform value passed into them in some simple way, the following two things are almost identical:

def some_function(some_argument):
    # do something with some_argument
    return some_value

some_variable = some_function(some_input)
# do something with some_input
some_variable = some_value
#

the original example can be transformed like this:
first, introducing explicit return statement

def fun2(x):
    res = 3 * x + 1
    print(res)
    return None

then inlining the function

res = 3 * x + 1
print(res)
w = None
#

thus value of w isn't depending on what x or res are

prisma jackal
#

So the print statement inside inside the function wonโ€™t print 16 ?

vocal basin
#

it will print 16, but it won't return it or assign it to w

prisma jackal
#

Is return replaceable with print

prisma jackal
vocal basin
#

the following won't print anything, but will assign 16 to w:

def fun2(x):
    res = 3 * x + 1
    return res

w = fun2(5)
#

w can later be used to do other calculations, or can be printed on its own, or just ignored

#

!e

def fun2(x):
    res = 3 * x + 1
    return res

w = fun2(5)
print(w)
print(w)
print(w)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 16
002 | 16
003 | 16
prisma jackal
#

What about print inside fun2 instead of return

#

Will that give the same answer?

#

w = 16

vocal basin
#

!e

def fun2(x):
    res = 3 * x + 1
    print(res)

w = fun2(5)
print(w)
print(w)
print(w)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 16
002 | None
003 | None
004 | None
vocal basin
#

fun2(5) evaluates to what's returned

#

and, if fun2 has no return, it evaluates to None

prisma jackal
#

So 16 will still be an outcome

#

But wonโ€™t be assigned to w

vocal basin
#

the question is concerned about the internal state of the program instead of the output

#

print(w) is one of the ways to observe that state, but it exists even without printing

#

!e

x = 5
w = 3 * x + 1  # == 16
y = w * 2  # == 32
print(y)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

32
vocal basin
#

here, 16 is an intermediate value for calculations, but it's never present in the output

#

(stuff after # is just a comment, it doesn't influence the program logic)

prisma jackal
#

What's the error here

#

Why isn't it A

vocal basin
#

for each variable name, variable inside a function has exactly one scope, which is either local, global or nonlocal

#

by default, without extra qualifiers, if variable is ever assigned to, it is assumed to be local

#

and it's local both when "reading" from the variable and "writing" to it

#
q = q + 1
^   ^----- fails because `q` is not assigned locally yet
|--------- makes `q` local
#

!e

q = 20
def fun4():
    q = q + 1
fun4()
print(q)
wise cargoBOT
#

@vocal basin :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 4, in <module>
003 |     fun4()
004 |   File "/home/main.py", line 3, in fun4
005 |     q = q + 1
006 |         ^
007 | UnboundLocalError: cannot access local variable 'q' where it is not associated with a value
vocal basin
#

!e

q = 20
def fun4():
    q_local = q + 1
fun4()
print(q)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

20
vocal basin
#

!e

q = 20
def fun4():
    global q
    q = q + 1
fun4()
print(q)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

21
vocal basin
vocal basin
prisma jackal
#

Why did we print here 20, and in the previous example there was an error

vocal basin
#

previous had error in the right side of the assignment

#

in both questions it assigns something to local q

#

but in this one, it can calculate the value, that it assigns, without an error

#

q inside the function and q outside the function aren't connected

#

(in both questions)

prisma jackal
#

Why

vocal basin
#

assignment to a variable inside the function makes that variable be treated as local, i.e. existing only for as long as function call lasts

#

if that variable isn't present in global statement

prisma jackal
#

I thought in the previous example, q = 20 was global so inside the function q = q +1 is basically q = 20 + 1

vocal basin
#

no, it instead tries to find q inside the function

#

and fails

prisma jackal
#

Oh OK

prisma jackal
vocal basin
#

q + 1 fails because local q is not yet assigned at that moment, yes

#

and q = is what causes it to look for local q instead of global

prisma jackal
#

What do you mean 'q =' is what causes it to look for local

#

Isn't that the function itself? Like we're inside the function, we don't care about the q outside

vocal basin
#

!e

q = 20

def test():
    print(q + 1)

test()
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

21
vocal basin
#

this accesses the global q

#

because q is never assigned to locally

prisma jackal
#

Oh

vocal basin
#

in a simplified form

#

("exists" as in present in function's code)

prisma jackal
vocal basin
#

it applies same scope rules for all uses of the variable inside one function

#

i.e. both qs in q = q + 1 are treated as local

prisma jackal
#

What is scope

vocal basin
#

place where variables are stored/visible in

#

two common ones are global scope and function scope

#

(unlike some other languages, Python doesn't have a block scope (code in {} in C))

prisma jackal
#

We can't use .pop() with dictionaries?

#

Can I add you whenever I have another question ?

#

Iโ€™m afraid I canโ€™t find you again

vocal basin
#

problem isn't with being unable to call .pop() generally

#

the actual error would be NameError

#

because s is unbound

#

!e

fish = {"g": "Goldfish", "s": "Shark"}
fish.pop(s)
print(fish)
wise cargoBOT
#

@vocal basin :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 2, in <module>
003 |     fish.pop(s)
004 |              ^
005 | NameError: name 's' is not defined
vocal basin
#

!e

fish = {"g": "Goldfish", "s": "Shark"}
fish.pop("s")
print(fish)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

{'g': 'Goldfish'}
vocal basin
prisma jackal
#

list=["red", "green", "yellow"]
if(list.pop()):
print(len(list*2))
list_copy = list
else:
print(len(list))
print(list_copy[1])

#

What's is going on inside if() 2nd line

#

Whats is going to be stored

#

And it's that like a boolean expression?

vocal basin
#

if a list is not empty, calling .pop() on it causes it to remove and return the last element

#

in this case it would be "yellow"

#

where boolean is expected, non-empty strings are treated as True and empty strings are treated as False

#

!e

if "yellow":
    print("this should be printed")
if "":
    print("this should not be printed")
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

this should be printed
vocal basin
#

note for later: list_copy there isn't a copy of a list, it's a copy of a reference to the same list

prisma jackal
#

Oh yes thatโ€™s clear

#

Thank you so much

cosmic bison
#

Got bored. Made simple serialization that saves to image files

#

Also too lazy to use PIL, but i did use some protocol classes to layout the necessary functionality, wouldnt be hard to wrap the equivelant PIL classes

#

Was also debating having the read methods output a "result" type of some kind that let you do all the chained calls and just appended the output to a list.

whole bear
#

@somber heath

#

helloo

#

can you help me about smth?

#

i got an error idk how to fix it

#

@somber heath can you?

#

so cant you help me ๐Ÿ˜„

somber heath
#

@summer kettle ๐Ÿ‘‹

summer kettle
#

why cant i unmute

native hazel
#

do u know unity

#

griddy master it is hard

#

u have to go to

somber heath
wise cargoBOT
#
Voice verification

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

native hazel
#

yes

#

ok will u hlp me in making game in unity

#

i have idea

#

ok

#

T~T

#

u know bacis cuase for coading chat gpt will

#

help

#

tell me honestly which do u think is better unreal engine or unity

#

or goddot

#

i dont know was not in option

somber heath
#

@unique geyser ๐Ÿ‘‹

native hazel
#

where r u from

#

i m from india

#

today is 15 august

#

india got free from britishers today

somber heath
native hazel
#

do u know sfs

#

space flight simulator

#

it is madded in pytohn

#

i guess

#

do u know sfs

#

you need to see sfs

#

u will be fan of it

#

it is madded in python

#

a good game

#

what is ur real nam

#

plz tell

#

okey

#

i m very bad at speaking

#

rip headphones

#

my sis and mom

#

can i dm u

#

ok

#

have u tried making a miencraft server from python

#

i have

#

can u teach me how

#

to

#

code

#

text to speech

#

in python

#

plz

#

T~T

#

so what is ur specialty

#

what do u do in this server

#

ctrl+c and ctrl+v

native hazel
#

how many yearls old r u

#

which class do u study in

#

yes

#

wjat

#

what

#

do u know genshin impact?

#

it is a beauty of python

#

oooooooooh

#

teach me

#

plz

#

plz

#

r u normal human or operator of this server or just like me

#

tell

#

tel

#

ooh

#

do u know import wbbrowser

#

or import time

#

he is not able to speak

#

parker

#

hlo

#

go to voice veryfication

#

channel

#

means?

#

he has

#

ooh

noble solstice
#

I am verified on discord not twitter! sad!

native hazel
#

parker do u play gansin or miencraft

noble solstice
#

Gensin impact and minecraft

native hazel
#

for8 $ who has to be veryfied

#

insteal u can get burger

#

spongbob is also veryfied on twitter

native hazel
#

Henry Fischel is veryfied on twitter i m sure he is alive lets go and kill him

#

come with greanaders

#

at 9pm east

#

meet me at mars

#

tommrow

native hazel
#

do u mean

#

ludo on bed

#

wait

#

r u spiderman

noble solstice
#

How can i learn Functional programming in python and practice @somber heath

native hazel
#

oooooooooooooooo

#

h

noble solstice
native hazel
#

print('/kill !a')

noble solstice
#

at night

native hazel
#

ooooooooh

#

oooooooooooh

#

means u r

#

ooh

#

oh

native hazel
#

may be he has a secrate

#

who write sec-c instead of section c on paper

#

exam

#

parkeri have minecraft server

#

with custom datapacks

#

custom overworld custom end custom nether

noble solstice
#

i think functional programming looks cool and more pythonic but it sucks readability

native hazel
#

oh new word pythonic

noble solstice
native hazel
#

ok u play with girls

#

parker can i dm u

#

i have to share some secrate

#

r u indina

#

indian

#

import (mod) as devloper

mod.set((Shaurya))

set.mod SHAURYA

somber heath
#

L-systems
str.replace
str.maketrans
str.translate

native hazel
#

server: setted Shaurya owner

#

now i am owner

#

$sundo create a blackhole

noble solstice
native hazel
#

i did tha t early

#

2.4.8.16.32.64.128.256,512

#

and so on

#

parker can i dm u

#

plz

#

lzp

#

zl p

#

z lpz

#

lz p

#

z \

#

he left

#

parker died due to explosion of pc

#

T~T

#

he was a good man

#

T~T

#

rip parker

noble solstice
#

DM's opens for girls

noble solstice
native hazel
#

ok

#

8th

#

and u ?

#

tell

#

tell

#

opal is saying that u r greay

#

but i said

#

i agree

noble solstice
#

I am He not she

native hazel
#

parker

somber heath
native hazel
#

is spaming allowed in this server

#

same to u

#

brother

#

same to u

#

parker

#

i m going to make history

#

what does fuck means

#

everybody says fuck to me

noble solstice
native hazel
#

ooh

#

google told me something

somber heath
#

"Fuck around and find out."
or
"If you spam, you will find out what happens."

noble solstice
#

Don't use too much discord and social media play with friends

noble solstice
#

u r a kid i will advice u enjoy ur time and make some memories

native hazel
#

i m not a kid

noble solstice
#

life is really boring

native hazel
#

yes

#

i agree

noble solstice
native hazel
#

just grow up do collage make gf do wiith gf make kids and teach kid and repat it again and again anda gain

#

do u know what does anda mean

#

in hindi

#

means u have did with ur gf

#

ok

#

ooooooooooooh

#

i knew it

#

u were wrong

#

i shaurya fatania challange u to pvp in miencraft

#

if u not accept it means u r

#

dust particles

#

tellllllllllll

#

tellllllllllll

#

i chalange u

#

u accept

#

or not

somber heath
#

Collage (, from the French: coller, "to glue" or "to stick together";) is a technique of art creation, primarily used in the visual arts, but in music too, by which art results from an assemblage of different forms, thus creating a new whole. (Compare with pastiche, which is a "pasting" together.)
A collage may sometimes include magazine and new...

native hazel
#

hey guys

#

i have to commit something about me

warm vapor
#

Hey how are you Opal?

native hazel
#

good

warm vapor
#

wait you got two accounts?

native hazel
#

yes

#

i have

dense ibex
#

no that's not the real opal

native hazel
#

he is using voice changer

dense ibex
#

@somber heath is the real one

warm vapor
#

oh ๐Ÿ‘€

native hazel
#

u beleive it

warm vapor
#

hey

native hazel
#

we got to faaar

dense ibex
native hazel
#

i think

#

i want to be like him

#

h=genius and smart

dense ibex
#

im not going to fight opal's battle for him, but he's said to me before that he doesn't like people taking the profile picture. I get that it's a little different but you are actively trying to confuse people.

native hazel
#

he is my inspiration

#

but

#

he is my inspiration

#

i talk to him he respond calmy

somber heath
#

It's not the same image, but it could conceivably be considered confusing.

native hazel
#

yes

noble solstice
#

What is the meaning of opalmist and why u choose a pic of sunflower

echo slate
#

hi

echo slate
#

hi

#

i can hear u

noble solstice
#

Just curious

somber heath
#

As to OpalMist, I just liked the two words together.

noble solstice
echo slate
#

yes i know

#

that's terrific

#

;-;

noble solstice
#

ukraine is the largest producer of sunflower?

somber heath
#

Might be.

echo slate
#

i am brazilian

noble solstice
echo slate
noble solstice
somber heath
warm vapor
#

@somber heath working on any projects?

echo slate
#

i can't streaming ;-;

warm vapor
#

DHCP server, dont know what that means....

#

oh

#

is there any project you are really proud of? Opal?

#

you have the source code?

#

No i will check it out

#

ig its too old i cant find them

noble solstice
warm vapor
#

idk.. opal any idea?

warm vapor
#

wtf these amazing, you did this with python?

#

LK99

#

super conductor at room temp discovered by south koreans

#

Hey ahp how are you

somber heath
#

@loud karma ๐Ÿ‘‹

#

@whole bear ๐Ÿ‘‹

whole bear
#

hello

warm vapor
#

if the code works, its good

#

well you cant expect a beginner to write clean, good code

loud karma
warm vapor
whole bear
#

@somber heath does it run minecraft?

#

@somber heath does it run minecraft?

#

@somber heath does it run minecraft?

warm vapor
#

k guys i gtg

#

bye

somber heath
#

@drifting phoenix ๐Ÿ‘‹

velvet patrol
#

๐Ÿ‘‹

somber heath
#

@velvet patrol ๐Ÿ‘‹

drifting phoenix
#

Greetings! how can i get permission to talk in the channel?

#

Oh I see thank you

#

what are you guys up to right now?

velvet patrol
#

It seems like itโ€™s pretty much body doubling?

#

Itโ€™s where people hang out as a form of holding each other accountable and being productive

drifting phoenix
#

Are you guys working on a project?

#

Cool!

#

How long have you guys been using python?

uncut meteor
somber heath
#

@vital mulch ๐Ÿ‘‹

drifting phoenix
#

Dang thats super sick ! I just got back to coding. I went to a coding bootcamp in 2020 and I didnt feel like I learned anything. now I am trying to go the self tuaght rout so I can get a job as a software programming.

#

anytips for a noob like me?

somber heath
#

@ionic garden ๐Ÿ‘‹

ionic garden
#

mate I cant talk in the vc is it a muted vc?

vocal basin
#

!voice

wise cargoBOT
#
Voice verification

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

ionic garden
#

btw I am zam currently learning python majoring in cs

drifting phoenix
#

Thank you! I am actually currently having problem with imposter syndrome I would say that thats my biggest hurtle for me, and that means alot thanks @somber heath

ionic garden
#

and lastly can anyone solve this

#

I am burned out

#

I am still a begginner

vocal basin
#

seems to be missing the start of the problem text

ionic garden
#

to keep the code in between 1 to 100

vocal basin
#

that should probably be if not while

ionic garden
#

ouuu

#

lemme try

drifting phoenix
#

agreed if statement

ionic garden
#

wait the problem stays

#

I used the if statement

#

I removed the while

#

and using if

#

only

drifting phoenix
#

If you are trying to go thru nums from 1- 100 I would sugguest a for loop

#

not a while loop @ionic garden

vocal basin
#

the question doesn't seen to ask to go through all numbers

#

only to process one input

#

@uncut meteor SRV

drifting phoenix
#

if thats the case shouldnt it be a short code just as long as its divisable by 2 == 0 its not wierd?

vocal basin
#

my only experience with SRV records was to have two separate Minecraft ports on the same host without making users input the port

vital mulch
#

@ionic garden Could you sent the link of the problem

dense ibex
whole bear
#

@uncut meteor

#

bro can i ask a question

#

@uncut meteor

#

can i ask a question guys

#

would these headers work?

drifting phoenix
#

What do you use raspberry pi for?

whole bear
#

it shows this as example

whole bear
ionic garden
whole bear
#

๐Ÿ˜„

#

trying to make

#

auto 2fa enabler

ionic garden
whole bear
#

2 factoral authentication

#

yeah it will bulk enable 50k ubi accounts 2fa

#

shhh

#

for sure im not gonna sell accounts that i grind in a game auto

#

๐Ÿ˜„

drifting phoenix
#

2 FA dang

ionic garden
drifting phoenix
#

@ionic garden I am looking in to it right now

ionic garden
whole bear
#

@uncut meteor i might be a bit stupid bc i created around 50k mail accounts on my domain name lol

ionic garden
#

I dont have

#

perm

#

yes

ionic garden
#

thats the whole

#

if its not divisible by 2 then its odd

#

using modulus

drifting phoenix
#

agreed

whole bear
#

hi

drifting phoenix
#

you are on the right track tho with the if statments

#

I saw it earlier

whole bear
#

does anyone know how to bypass the FunCaptcha thing using selenium/python wtv there is for free

ionic garden
drifting phoenix
#

what is it producing? for output?

vital mulch
#

The problem says it should be inclusive so it shoudl be 2<=n<=5 instead of 2<n<5

#

and also with the 5<n<20

whole bear
#

does anyone know how to bypass the FunCaptcha thing using selenium/python wtv there is for free?

drifting phoenix
#

how do you guys use python mainly?

ionic garden
#

hackathon

#

saying that its not

wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

drifting phoenix
#

it looks like you deleted some code the was already placed on before @ionic garden maybe that is it

ionic garden
#

matethanks

drifting phoenix
#

the if name == 'main':

#

that one

ionic garden
#

I did actually they were using dic

whole bear
#

does anyone know how to bypass the FunCaptcha thing using selenium/python wtv there is for free??????

ionic garden
#

I dont know what even does that mean so I just remoivied it

drifting phoenix
#

if name == 'main':
n = int(input().strip())

ionic garden
#

yess

#

Mate thanks

drifting phoenix
#

its just how they input variable n

#

all good glad to help

drifting phoenix
#

feel free to reach out anytime to me @ionic garden if I am able to help Ill try

whole bear
#

violating

vocal basin
#

how to bypass the FunCaptcha
how is it not violation of ToS?

drifting phoenix
#

I am not verified yet so i cant talk

#

I have to wait 3 days

whole bear
vocal basin
whole bear
uncut meteor
#

crax, its a breach of ToS. please drop the subject and also not ask for help here.

vocal basin
#

it's breaking ToS of whatever site you're doing it on

whole bear
#

fine

vocal basin
#

and ToS of FunCaptcha itself, if it exists

drifting phoenix
#

just joined today actually, I wanted join a community so ican dive deeper in to the code and surround my self with programmers so i can keep my self motiviated

echo garden
#

Crax, whatever you are trying to do, great you wanna learn, however this learning process is not exactly ethical soooo i turn you attention to a new kid on the block "google"

whole bear
#

google is

#

just

#

full of

#

scams

#

and

#

what else

echo garden
#

then Duckduckgo

whole bear
#

isnt taht worse man

echo garden
#

no

whole bear
#

ah ok

echo garden
#

actually its pretty striaght to the piont

#

point

#

sometimes i have issues trying to find things that google brings up

#

so i guess thats a good thing

whole bear
#

thanks

echo garden
# whole bear thanks

your welcome, again whatever your trying to do, IF its logical and not malice we would love to see it.

drifting phoenix
#

@echo garden what are the most important concepts to learn to become a software engineer?

echo garden
whole bear
#

im new to python

#

a bit

#

i managed to code something

#

but

#

im stuck at the funcaptcha part

echo garden
#

that a protocol?

#

or protocol handling?

#

oh crap

#

captcha

#

got ya

drifting phoenix
#

I see ok so just going off what @uncut meteor said how dose one become a better problem solver ?

whole bear
#

iki just said

uncut meteor
#

!warn @whole bear Stop asking for help with ToS breaking

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @whole bear.

whole bear
whole bear
#

im not

#

asking

#

im just answering

echo garden
drifting phoenix
#

like Q/A?

echo garden
#

Yes or No, 1's and 0's

somber heath
#

@keen tiger Corey Schafer.

drifting phoenix
echo garden
#

@keen tiger https://www.youtube.com/watch?v=XKHEtdqhLK8&t=7618s he's most informative and very detailed in this video, he gets better after about 3 to 5 mins

Python tutorial for beginners full course
#python #tutorial #beginners
โญ๏ธTime Stampsโญ๏ธ
#1 (00:00:00)โ€‹ Python tutorial for beginners ๐Ÿ
#2 (00:05:57โ€‹) variables โœ˜
#3 (00;17;38โ€‹) multiple assignment ๐Ÿ” 
#4 (00:20:27โ€‹) string methods ใ€ฐ๏ธ
#5 (00:25:13โ€‹) type cast ๐Ÿ’ฑ
#6 (00:30:14โ€‹) user input โŒจ๏ธ
#7 (00:36:50โ€‹) math functions ๐Ÿงฎ
#8 (00:40:58...

โ–ถ Play video
drifting phoenix
#

they teach python

noble solstice
#

You guys have lot of experience!

drifting phoenix
echo garden
#

Python tutorial for beginners full course
#python #tutorial #beginners
โญ๏ธTime Stampsโญ๏ธ
#1 (00:00:00)โ€‹ Python tutorial for beginners ๐Ÿ
#2 (00:05:57โ€‹) variables โœ˜
#3 (00;17;38โ€‹) multiple assignment ๐Ÿ” 
#4 (00:20:27โ€‹) string methods ใ€ฐ๏ธ
#5 (00:25:13โ€‹) type cast ๐Ÿ’ฑ
#6 (00:30:14โ€‹) user input โŒจ๏ธ
#7 (00:36:50โ€‹) math functions ๐Ÿงฎ
#8 (00:40:58...

โ–ถ Play video
#

@keen tiger there ya go

drifting phoenix
#

she dosent teach html its just python

echo garden
#

crap

#

hold on

whole bear
#

damn 12 hours