#voice-chat-text-1

1 messages ยท Page 89 of 1

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

DEAD
pastel nimbus
#

i hvae

#

have

#

yes

knotty solar
#

I haven't written any python code for a month now ๐Ÿ˜ž

shrewd star
#

!e ```py
from ctypes import py_object
import atexit, builtins
def init_missing_hook(dct, func):
ob_base_p = py_object.from_address(id(dct) + 8)
class missing_hook(dict):
slots = ()
def missing(self, key, ob_base_p=ob_base_p, builtins=builtins):
try:
ob_base_p.value = builtins.dict
return (builtins.dict | self)[key]
except KeyError:
return func(self, key)
finally:
ob_base_p.value = class

ob_base_p.value = missing_hook

@atexit.register
def unhook():
    ob_base_p.value = dict
return unhook

shamelessly grabbed from https://ao.gl/how-to-convert-numeric-words-into-numbers-using-python/

def parse_int(dct, textnum, numwords={}):
if not numwords:
units = [
"zero", "one", "two", "three", "four", "five", "six", "seven", "eight",
"nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen",
"sixteen", "seventeen", "eighteen", "nineteen",
]
tens = ["", "", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety"]
scales = ["hundred", "thousand", "million", "billion", "trillion"]
numwords["and"] = (1, 0)
for idx, word in enumerate(units): numwords[word] = (1, idx)
for idx, word in enumerate(tens): numwords[word] = (1, idx * 10)
for idx, word in enumerate(scales): numwords[word] = (10 ** (idx * 3 or 2), 0)

current = result = 0
for word in textnum.replace("_"," ").split():
    if word not in numwords:
      raise NameError(f"name {textnum!r} is not defined") from None
    scale, increment = numwords[word]
    current = current * scale + increment
    if scale > 100:
        result += current
        current = 0
return result + current

unhook = init_missing_hook(globals(), parse_int)
print(one_hundred_and_three_thousand_and_five_hundred_and_forty_two)

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

103542
pastel nimbus
#

wait..i don't even know how to use python...

#

c++ GANG

misty sinew
#

copy and paste my text code

knotty solar
misty sinew
#

ok

pastel nimbus
#

TAKEN

#

anything

languid flare
#

print("HELLO WORLD")

#

Does it work in here this way?

ancient whale
#

!e

coarse hearthBOT
#
Command Help

!eval [code]
Can also use: e

*Run Python code and get the results.

This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.

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

languid flare
#

okay, thanks.

knotty solar
#

try and keep it minimum with eval in these channels
you have #bot-commands for going crazy

languid flare
#

!e

#

I can't speak though in the VC yet, cuz i just joined yesterday.

#

yeah, i read that.

#

but it's gonna take some time.

knotty solar
#

ok, gotta go work stuff
see u guys later

shrewd star
#

!e @pastel nimbus ```py
#snekbox-hack
input=lambda p="":print((f:=import('random').randint(2,69)))or str(f)
#c-hack
int=type("statement",(int,),dict(getattr=lambda s,o:globals().update({o:type("Int",(globals()['builtins'].int,),dict(named_as=lambda self, name:setattr(self,"name",name)or self))(0).named_as(o)})or s,call=lambda s,*a:type("",(),{'enter':lambda s:a,'exit':lambda s,*b:True})()))()
cout=type('.',(),{'repr':lambda s:"\n","lshift":lambda s,o:print(o,end='')or s,'lt':print})()
cin=type('..',(),{'rshift':lambda s,o:globals().update({o.name:o.class(input()).named_as(o.name)})})()

***

#include:<iostreams>
int.n.m
cout << "Gimme number "
cin >> n
cout << "gimme another number "
cin >> m
cout << "Your numbers are " << n << " and " < m
cout << "The average is " < (n + m) / 2

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

001 | Gimme number 9
002 | gimme another number 40
003 | Your numbers are 9 and 40
004 | The average is 24.5
pastel nimbus
#

ello

#

ew why the commas

#

my eyes

shrewd star
#

!e ```py
import("ctypes").py_object.from_address(id(globals())+8).value=type("dict",(dict,),{"missing":lambda _,key:key})
builtins.print (Hello, World, end='!')

coarse hearthBOT
#

@shrewd star :x: Your eval job has completed with return code 139 (SIGSEGV).

Hello World!
proven shale
#

please

shrewd star
#

!e ```py
import('ctypes').py_object.from_address(id(...)+8).value = type("Ellipsis",(),{'repr':lambda s:print("Hello World!")or import('_sitebuiltins').Quitter(*'ab')(139)})

str([...])

coarse hearthBOT
#

@shrewd star :x: Your eval job has completed with return code 139 (SIGSEGV).

Hello World!
pastel nimbus
#

lol

ancient whale
#

!e ```import('ctypes').py_object.from_address(id(...)+8).value = type("Ellipsis",(),{'repr':lambda s:print("This somehow works like wtf")or import('_sitebuiltins').Quitter(*'ab')(139)})

str([...])```

coarse hearthBOT
#

@ancient whale :x: Your eval job has completed with return code 139 (SIGSEGV).

This somehow works like wtf
shrewd star
#

!e ```py
globals().update({chr(this):(lambda that:type("",(),{'repr':lambda s:print (end=chr(that))or""})())(this)for this in range(1,127)})
str([H,e,l,l,o,globals()[' '],W,o,r,l,d,globals()['!']])

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

Hello World!
shrewd star
#

!e ```py
a: 54
b: 45
c: 21
d: 99
globals().update(annotations)
print(a,b,c,d) # fuck the equals sign lol

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

54 45 21 99
frank gazelle
#

yeah i need my 50 messages

shrewd star
#

!e ```py
def self_reference(self):
def wrapper(*a,**k):
if'self'in globals():
rollback=globals()['self']
globals()['self']=self
v = self(*a,**k)
if'self'in globals()and'rollback'in locals():globals()['self']=locals()['rollback']
return v
return wrapper
@self_reference
def fibonacci(a,b):
print (a)
return self(b,a+b)
fibonacci(1,1)

coarse hearthBOT
#

@shrewd star :x: Your eval job has completed with return code 1.

001 | 1
002 | 1
003 | 2
004 | 3
005 | 5
006 | 8
007 | 13
008 | 21
009 | 34
010 | 55
011 | 89
... (truncated - too many lines)

Full output: too long to upload

frank gazelle
#

aaah thank you ๐Ÿ™‚

pastel nimbus
#

yes

shrewd star
#

!e ```py
globals: builtins.globals() = globals()['annotations']
g1obals: ("Hello","World!") = globals['globals']['builtins'].print
globals['globals']'g1obals'

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

Hello World!
stoic bluff
#

hello

pastel nimbus
#

insanity

#

ok i go gn

frank gazelle
#

night night

ancient whale
#

goodnigjht

frank gazelle
#

spooky

#

im not clicking it hhahhahah but odd i figured u would have to download it to mess with your pc

stoic bluff
#

?

shrewd star
shrewd star
#

watch it

stoic bluff
#

but how come the music change

frank gazelle
#

broke lua's discord haha

shrewd star
ancient whale
shrewd star
#

!e @ancient whale ```py
exec('exec("\x10time\tsleep\n\x10random\trandint\n\nn\x06196\n\x12\x0615\n\x05\x06119\n\x11\x060.02\n\n\x02\x06[]\n\n\rTrue:\x0f\x04\x06[]\x03if not \x0c>\x13i[1]):\x0f\x00\x00\x04\x0bi)\x0f\x02\x06\x04\x0f\x0fif\x13\x02) < \x12:\n\x01\rnot all([(abs(\x08 - i[0]) > 1) for i in \x02]):\x0f\x01\x02\x0b[\x08, \x0e, 1])\x0f\x00n\x06n + \x14\x0e[::-1])\x07\x06list(' ' * \x05)\x03s[i[0] - 1]\x06i[1][\x0c- 1]\x0fs\x06''.join(s)\x0fpr\x14'\\n' + s, end='')\n\x03\x0c+= 1\x07leep(\x11)".replace('\x14', 'int(\x00x13', ' len(\x00x12', 'max_\x02\x00x11', 'delay\x00x10', 'from \x00x0f', '\n\x00\x00x0e', 'str(n)\x00r', 'while \x00x0c', 'i[2] \x00x0b', '.append(\x00t', ' import \x00x08', 'new_width\x00x07', '\n\x00\x00\x00\x00\x00\n\x00s\x00x06', ' = \x00x05', 'screen_width\x00x04', 'existing_\x02\x00x03', '\n\x00for i in \x02:\n\x00\x00\x00x02', 'streams\x00x01', '\x00\x00new_width = randint(1, screen_width)\n\x00\x00\x00x00', ' '))'.replace('\x00', "').replace('\"))

coarse hearthBOT
#

@shrewd star :x: Your eval job timed out or ran out of memory.

001 | 
002 |                                                                                                   1                    
003 |                                                                                                   9       8            
004 |                                                                   1                               6       8            
005 |            7                                                      6                                       7            
006 |            4                                     1                7                                                    
007 |            3 5                                   3                5                                                    
008 |            6 2                                   7  9                                                                  
009 |              5                                   8  4                     1                              
... (truncated - too long, too many lines)

Full output: too long to upload

shrewd star
#

!e ```py
class W:
@property
def o(self): exec("print('uwu')")
class O:
w = W()
o = O()
o.w.o

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

uwu
shrewd star
#

!e ```py
def Switch():
"""Generates switch-case-otherwise suite
:return: switch, case, otherwise"""
class Case:
"""Generation for case object which powers all three methods"""
def init(self):self.value,self.state=None,-1
def getitem(self, item):
try:1/0
except Exception as :annotations=.traceback.tb_frame.f_back.f_globals.get('annotations',{})
if self.state<0:
if'switch'not in annotations:raise SyntaxError("Cannot find matching switch")
else:self.value=annotations['switch']
elif self.state>=0:
if'switch'in annotations and locals()['annotations']['switch']!=self.value:self.value=annotations['switch'];self.state=0
if self.value==item:self.state=1
else:return lambda*_,**__:None
return lambda f,*args,**kwargs:f(*args,**kwargs)
case=Case()
def switch(v):case.value,case.state=v,0
def otherwise(f,*args,**kwargs):
if not case.state:value=f(*args,**kwargs)
elif case.state<0:raise SyntaxError("Cannot find matching switch.")
else:value=None
case.state=-1;return value
return switch,case,otherwise

#---

switch, case, otherwise = Switch()

switch: 420
@case[69]
def do():
raise ValueError(69)
@case[420]
def do(s="Hey, this works!"):
print(s)
@otherwise
def do(): raise ValueError

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

Hey, this works!
shrewd star
#

!e ```py
def weight(n):
return abs(float(ord(n[0]).add(ord(n[1]))))
assert weight('your mom') > weight('a truck full of big macs')
assert "That was a pretty epic burn"
assert "P" != "NP" # proof is left as an excercise for the reader
assert "False"

coarse hearthBOT
#

@shrewd star :warning: Your eval job has completed with return code 0.

[No output]
shrewd star
#

!e ```py
(lambda , , , ____, , , ______, ________:getattr(import(True.class.name[] + [].class.name[]),().class.eq.class.name[:] +().iter().class.name[:][:__])(, (lambda _, __, : (, __, ))(lambda , __, :bytes([ % __]) + (, __, ___ // __) if ___ else(lambda: ).code.co_lnotab, << ___,((( << ) + ) << (( << ) - )) + ((((( << )- ) << ) + ) << (( << ) + ( << ))) + ((( <<) - ) << ((((( << ) + )) << ) + ( << ))) + (((<< ) + ) << (( << ) + )) + ((( << ) - ) <<(( << ))) + ((( << ) - ) << (((( << ) + _) <<) - )) - ( << (((( << __) - ) << __) + )) + (<< ((((( << ) + )) << ))) - (((((( << ) + )) << __) +) << (((( << ) + ) << ))) + ((( << ) - ) <<((((( << ) + )) << ))) + ((( << ) + ) << (( <<))) + ( << _____) + ( << ___))))(*(lambda _, __, ___: (, __, ___))((lambda , , :[([(lambda: ).code.co_nlocals])] +(, __, ___[(lambda _: _).code.co_nlocals:]) if ___ else []),lambda _: _.code.co_argcount,(lambda _: _,lambda _, __: _,lambda _, __, ___: _,lambda _, __, ___, ____: _,lambda _, __, ___, ____, _____: _,lambda _, __, ___, ____, _____, ______: _,lambda _, __, ___, ____, _____, ______, _______: _,lambda _, __, ___, ____, _____, ______, _______, ________: _)))

coarse hearthBOT
#

@shrewd star :white_check_mark: Your eval job has completed with return code 0.

Hello world!
shrewd star
#
import fuckit

def test_import():
    fuckit('fuckit')
    
    assert True # This works, don't worry
    
def test_chaining():
    fuckit(fuckit('fuckit')) 
    
    assert 'false' # Good thing this isn't PHP

def test_context_manager():
    with fuckit:
        pass
    
    assert 'P' != 'NP' # proof is left as an excercise for the reader
    
def test_decorator():
    @fuckit
    def weight(x):
        return abs(float(ord(x[0])))
    
    assert weight('your mom') > weight('a truck full of McDoubles')
    
    assert 'that was a pretty sick burn'
ancient whale
frank gazelle
#

goodnight partner๐Ÿค 

#

me too

misty sinew
#

Hi guys

#

I woke up

misty sinew
#

!e

import string
print(string.ascii)
coarse hearthBOT
#

@misty sinew :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | AttributeError: module 'string' has no attribute 'ascii'
misty sinew
#

!e

print(string.ascii)
coarse hearthBOT
#

@misty sinew :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'string' is not defined
misty sinew
#

!e

#

ah fuck

#

!e

import string

print(string.ascii)
coarse hearthBOT
#

@misty sinew :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 3, in <module>
003 | AttributeError: module 'string' has no attribute 'ascii'
misty sinew
#

FUCK

#

!e

print(string.ascii)
coarse hearthBOT
#

@misty sinew :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'string' is not defined
misty sinew
#

help

#

ah shit

#

!e

import ascii
print(ascii.letters)
coarse hearthBOT
#

@misty sinew :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | ModuleNotFoundError: No module named 'ascii'
misty sinew
#

help me pls

#

My long code might be hard

#

Want me to paste it?

#

fine

#

Whatโ€™s this code for py? <p style="text-align:left;">Left</p>
<p style="text-align:center;">Center</p>
<p style="text-align:right;">Right</p>
<p><a style="text-decoration:none;" href="//www.html.am">Link with no underline...</a></p>
<p style="text-decoration:underline;">Normal text with underline</p>
<p style="text-decoration:line-through;">Text with a line through the middle</p>
<p style="text-decoration:overline;">Text with an overline</p>
<p style="text-decoration:blink;">Blinking text (doesn't work on all browsers)</p>
<p style="text-indent:18px;width:200px;">The first line of this paragraph is indented by 18 pixels. Each subsequent line is not indented.</p>
<p style="text-indent:2.8em;width:200px;">The first line of this paragraph is indented by 2.8 em. An em defines the proportion of the letter width and height with respect to the point size of the current font.</p>
<p style="text-indent:35%;width:200px;">The first line of this paragraph is indented by 35% (i.e. 35% of the containing block - not this paragraph).</p>
<p style="text-indent:-8px;width:200px;">The first line of this paragraph is indented by a negative amount (-8 pixels). </p>
<p style="font-size:18px;color:orange;text-shadow:1px 1px 1px #666;">Drop shadow 1</p>
<p style="font-size:18px;color:orange;text-shadow:1px 1px 1px #000;">Drop shadow 2</p>
<p style="font-size:18px;text-shadow:4px 4px 4px #666;">Drop shadow 3</p>
<p style="font-size:18px;color:orange;text-shadow:4px 4px 8px #666;">Drop shadow 4</p>
<p style="font-size:18px;color:#fff;text-shadow:1px 1px 8px #000;">Drop shadow 5</p>
<p style="text-transform:capitalize;">capitalized text (also known as title case)</p>
<p style="text-transform:uppercase;">uppercase text</p>
<p style="text-transform:lowercase;">TALK QUIETLY</p>

#

yes

#

thats not py

#

yea

#

that is html

#

I wonโ€™t say it again

#

</>

#

php*

#

!e

from string import ascii
print(ascii)
#

!e

print(string)
#

!e

#

!e

import ascii

print(ascii.charlist())
#

!e
print(string.printable)

#

!e
string.printable

stoic bluff
#

hello

#

ppl

ember tide
#

hello

misty sinew
true valley
#
misty sinew
#

e

true valley
novel parcel
#

Anybody want some "Quackers"?
That usually quacks me up!
Remember that epic one liner: "Quaster labeesta, baby!"

#

I know that some of you may feel a bit "ducking" annoyed but these are great jokes

fluid edge
#

lol what happened

#

LMFAO

novel parcel
#

Who would win: Duck Norris or Quackie Chan?

fluid edge
#

lmao

#

duck norris doesn't walk on water, he swims thru land.

novel parcel
#

Duck lee

#

Give names for:

  • Bruce Lee
  • Sylvester Stylone
  • Arnold Schwarzenegar
fluid edge
#

oooo i have a better one

novel parcel
#

I'm listening

fluid edge
#

LOLOLOL

#

a duck-edo?

#

knew it

#

LMAO

#

these are so bad

novel parcel
#

I love em

fluid edge
#

Where do tough ducks come from?

#

hard-boiled eggs

#

kekek

#

no idea

raven orbit
fluid edge
#

the eyes come out?! that's scary

#

lmao no

novel parcel
#

All I feel is pain

stoic bluff
#

?

#

hahahahaahahaaa

#

im seriously laughin my ass off from that (sarcasm)

novel parcel
#

Sarcasm can kill ya know, be careful with that stuff

tiny pumice
#

I wonder if VSC pets has an overabundance of ducks

raven orbit
tiny pumice
royal saffron
#

wait a second, why there is a duck ref everywhere ?

fluid edge
#

poor ducky

royal saffron
fluid edge
#

the ducks were always there~

novel parcel
#

"wait, it's all duck?"

#

"Always has been."

mild flume
fluid edge
#

he only sounds half dutch. duh

novel parcel
#

Brad Pond

#

yes

royal saffron
#

a bit racist

raven orbit
#

applied heavy eyeshadow to the duck

novel parcel
#

Stop the abuse

fluid edge
#

u mean a black eye lol

novel parcel
#

Poor ducky

fluid edge
#

or it cried the mascara off so it's bleeding lol

raven orbit
#

true lol

fluid edge
#

LOL

tiny pumice
#

Bit tangential, but I'm considering migrating my site to serverless

peak frigate
#

lol i don't recognize anyone anymore

novel parcel
#

You have just woke me

#

I am now an SJW for Ducks

fluid edge
#

lolol

#

ooo someone s/b Quacklemore

royal saffron
novel parcel
#

Social justice warrior

royal saffron
#

oh

#

yeah right

raven orbit
#

other side worked out less well

#

time to redo the bottom half

tiny pumice
#

My site's frontend runs fine on its own, considering that all the data it needs is obtained from my backend

junior basin
#

quack

fluid edge
#

that duck needs a sharp winged liner lol

junior basin
#

Q U A C K

#

Q U A C K

queen bloom
#

How do I make my own ducky ๐Ÿฆ† ?

novel parcel
#

You don't

fluid edge
#

duckify in the bot commands

novel parcel
#

The ducky makes you

raven orbit
novel parcel
#

Joker auditions be like

mild flume
#

@queen bloom

novel parcel
#

*duckify

sharp shellBOT
queen bloom
#

๐Ÿ‘

fluid edge
#

name the duck Brenduck Urie plz

stoic bluff
#

duckling

raven orbit
#

k

stoic bluff
novel parcel
#

Jotaro!

#

Dio!

tiny pumice
#

So I'm considering that

#

This is pretty much enough

raven orbit
#

It looks so sorrowful from a distance

tiny pumice
mild flume
#

OH OH OH OH

#

OOF

#

I know what it reminds me of!

raven orbit
#

well?

mild flume
raven orbit
#

...what

#

OK then

novel parcel
#

Breadadict Cumberpatch

#

Bread-addict

fluid edge
#

lolol

solar loom
#

Cumberquack?

fluid edge
#

Breadadict Cumberhatch

raven orbit
#

crumberhatch

fluid edge
#

perfect.

solar loom
#

Crumbersnatch

novel parcel
#

Breadadict Cumberquack

solar loom
#

๐Ÿ‘‹

raven orbit
#

@white berry if you keep joining please stop

novel parcel
stoic bluff
#

@white berry

raven orbit
#

either join or leave

white berry
#

?

stoic bluff
#

voice spammer

mild flume
#

It was spamming you joining and leaving

novel parcel
#

Super Quario

raven orbit
#

Ben Quackiro

novel parcel
#

Need a duckspenser here!

white berry
#

can you hear that ding when i mute and unmute?

novel parcel
#

no

white berry
#

you guys lucky

novel parcel
#

I am very ducky indeed

white berry
#

you would have heard a DING DING DING DING DING DING DING DING

novel parcel
#

nopee dopee

fluid edge
#

plz contribute to the conversation <.<

stoic bluff
#

@white berry you're voice spammer

white berry
#

no i stoped so me not

stoic bluff
#

shut what?

novel parcel
#

@raven orbit Please use the Ducktionary thank you

stoic bluff
#

the door?

white berry
#

lel

wind fern
#

Mr Hemquack

fluid edge
#

WHY

craggy heart
#

Lol

fluid edge
#

it's something lady gaga would wear

novel parcel
#

wha?

#

ugh?

stoic bluff
#

duck-rap

#

*hip-hop

novel parcel
#

he's a dapper

stoic bluff
#

dab

novel parcel
#

no

stoic bluff
#

dabber

fluid edge
#

lololol

novel parcel
misty sinew
novel parcel
novel parcel
#

They're on quack

misty sinew
raven orbit
stoic bluff
#

ofc

queen bloom
#

;-;

novel parcel
stoic bluff
#

what do you think it is

novel parcel
#

dancing duckies

queen bloom
novel parcel
#

@mild flume Oh woddle it up!

misty sinew
#

quack

novel parcel
#

it has returned!

stoic bluff
#

the duck has returned

novel parcel
#

Susses Amogus

#

That is terrifying

stoic bluff
queen bloom
misty sinew
#

yes python inside my pc inside my house

queen bloom
#

;-; srsly ;-;

misty sinew
#

yes

#

you asked dont get sus

stoic bluff
#

when duck is sus

#

anyone wanna play runescape with me?

#

OSRS

novel parcel
#

Wtf is that Iron?

stoic bluff
#

it's an amongus meme

#

idk the original sauce

untold turret
#

any speculations on what will happen after microsoft buys discord

stoic bluff
#

theyll prob gonna fuck up the discord like usually

queen bloom
stoic bluff
#

they havent yet

#

but soon they will

queen bloom
#

Bruh April Fools ;-;

stoic bluff
#

damn you got me

queen bloom
#

lol

wind fern
raven orbit
stoic bluff
queen bloom
#

Oh ๐Ÿ‘‰ ๐Ÿ‘ˆ

stoic bluff
#

surprised?

knotty solar
#

which comedy or sci-fi movie you guys watched last?

#

also liked it

untold turret
#

Comedy: Borat
Sci fi: Interstellar

knotty solar
#

intestellar, oh man that was 2014 I think

untold turret
#

yeah something like that

tiny pumice
#

@raven orbit This:

(() => {
  // Do stuff here
})();
#

It's atrocius

#

That's an immediately-invoked function

pearl torrent
#

lmao

raven orbit
#

literally wtf

untold turret
#

i love your giggle man

solar lotus
misty sinew
#

can i borrow video permissions for a bit please?

knotty solar
untold turret
#

yeah, but the mad scientist is innocent

solar lotus
#

oof xd

raven orbit
#

lol

pearl torrent
#

lel

untold turret
#

@knotty solar whatever you do dont watch the space odyssey

#

its friggin overrrated

knotty solar
#

too late

#

it is kinda painful to watch

untold turret
#

yeah, the filming technicalities was revolutionary, but the film is really bad

#

were*

misty sinew
#

allmost done!

knotty solar
#

yeah, it gives some sort of "message" to the society and future
crap
just wanted to see a good movie that day ๐Ÿ˜ฉ

#

people are hyped about snyder's cut

untold turret
#

i mean

#

theyre not filming it separately right

#

they are just editing it differently ig

#

from the original movie

#

?

knotty solar
#

I just don't want to watch it, because they say it has 2 additional hrs to it
that's a 4hr long movie now , oof

pearl torrent
#

I LOVE HOW he just straight up asked rabbit for the negatives and the negatives only. My man knew. Too good. Rabbit's great

untold turret
#

what power does the ceo hold then

knotty solar
#

decision maker

untold turret
#

@elder wraith

knotty solar
#

but still boards the supreme court

#

they can stop that decision if they want to

#

all my knowledge from "Silicon Valley"

pearl torrent
#

LETS GO

#

that show is great

#

got worse towards the end though ๐Ÿ˜”

knotty solar
#

erlic bachman (?) was gone ๐Ÿ˜ž

untold turret
#

their website has nothing literally

pearl torrent
#

nah it was just the ending that made me dislike the show(dont wanna spoil for anyone wanting to watch)

untold turret
knotty solar
#

its a front

#

like Mafia's front

untold turret
#

yeah

#

lol yeah

knotty solar
#

still apple sucks
facebook's evil
google's okay
Microsoft โค๏ธ ( at least me )

pearl torrent
#

facebook has made some good technologies though

knotty solar
#

_jk facebook, ๐Ÿ˜… , please don't break into my pc ๐Ÿ˜จ _

misty sinew
#

XD

untold turret
#

Ex-Google millionaire TechLead on the truth about stock investing. Get 2 FREE Stocks on WeBull (Deposit $100 and get 2 stocks valued up to $1600): https://act.webull.com/k/S4oOH2yGOtHk/main
Join ex-Google/ex-Facebook engineers for my coding interview training: https://techinterviewpro.com/
๐Ÿ’ป Videos of 100+ programming interview problems explaine...

โ–ถ Play video
elder wraith
#

I'm not a fan of board systems but since I'm retail investor and not MBA from Harvard, no one gives a shit about my opinion

novel parcel
#

Facebook wants to know your location

knotty solar
#

tech lead, 90% of his video, click baits

untold turret
#

i love him tho

knotty solar
#

10% super useful advice

untold turret
#

yeah

knotty solar
#

I like Joma more, at least he's funnier

untold turret
#

even his clickbait videos are entertaining

untold turret
pearl torrent
untold turret
#

his first few videos were banging

knotty solar
#

I'm cleaning my stupid keyboard rn

#

some past days were really dusty here

#

fast_wind + dust == kill_me

untold turret
#

hope u do a good job cleaning

#

Hes rich and divorced

knotty solar
#

yeah ๐Ÿ˜‚

elder wraith
#

So?

untold turret
#

he said time beats timing

#

in the stock market

#

thats it

elder wraith
#

Oh sure, most people will tell you that

#

throw money into VFIAX and be done with it

untold turret
#

and he said to invest in monopolies

knotty solar
#

Video Title "( By a millionaire )"
click baits

untold turret
#

like google and apple

elder wraith
#

like I think GOOG and FB breakups are going to happen

knotty solar
#

ever since Tesla's bitcoin thing
I got super interested ๐Ÿ™‚

elder wraith
#

bitcoin is non producible technical asset, only invest money in it that you are willing to set fire to

knotty solar
#

it eliminates banks, that's what I've heard

untold turret
#

i still dont understand bitcoin

elder wraith
knotty solar
#

that's why they don't let it go popular

elder wraith
untold turret
left iron
#

hi

#

haaaa

#

XD

#

the owner is my child

#

XD

#

all of them

warm tendon
#

๐Ÿค”

left iron
#

wait we can share links

#

ooof

elder wraith
#

accelerator, just no

left iron
#

how can i became the owner

warm tendon
#

magic

untold turret
#

what a nice gif

elder wraith
#

this is a subject that always end in nothing productive

misty sinew
#

hack discord

left iron
#

ok

knotty solar
left iron
#

How can i became batman

raven orbit
#

some dude in the Netherlands who ignored the maximum height clearance

mild flume
left iron
#

wtf

knotty solar
left iron
#

how to be your dad

knotty solar
left iron
#

well still how to

#

Tell in one word

knotty solar
left iron
#

hmmm

knotty solar
elder wraith
#

Maybe don't feed

raven orbit
#

reminded me of this

left iron
#

i am toxic

#

cannot help it

left iron
novel parcel
untold turret
#

well its a kid tho

left iron
#

i am the admin of the rpg

#

RPG BOT

untold turret
#

so ithink the cat looks bigger than it actually is

left iron
#

yeah i am just 14

knotty solar
raven orbit
novel parcel
#

HHAAAHHAHAHA!

left iron
#

WTF

#

How the hell is it possible

untold turret
#

a cat is just a small tiger

left iron
raven orbit
#

The Maine Coon is a large domesticated cat breed. It has a distinctive physical appearance and valuable hunting skills. It is one of the oldest natural breeds in North America, specifically native to the US state of Maine, where it is the official state cat.
No records of the Maine Coons exact origins and date of introduction to the United State...

left iron
#

hmmm

misty sinew
#

hi

left iron
#

If I would have bitcoin then I would have gambled it XD

misty sinew
#

Itโ€™s already nducky_wizard ght

left iron
#

@knotty solar Are you Indian ?

misty sinew
#

im pootis

#

engineer gamin : j

left iron
#

These guys are boring AF

#

I am not even able to understand one word XD

misty sinew
#

zero?

left iron
#

I mean i am able to

#

but I don't have any interest into it

misty sinew
#

(/)

left iron
#

๐Ÿ˜„

misty sinew
#

is it S or S

left iron
#

what

misty sinew
#

Letter S or LEtter Z

left iron
#

There is this person in the vc name foraaaa alll pure ( she is a mod )

#

and MR quacklots is a admin

mild flume
left iron
#

did i said it is

mild flume
#

No just curious

#

Mainly wonder if your behavior would have been different if you'd known I was an admin at the beginning

void field
#

agreed

knotty solar
#

keyboard's done,now laptop's fan cleaning time
see u later ๐Ÿ‘‹

mild flume
#

Take it easy

knotty solar
#

always respect the person, you want to get respect from
that's my motto

tiny pumice
#

Kingsman?

raven orbit
#

Apparently you can send empty embeds from a discord bot

#

Very odd

misty sinew
raven orbit
#

same without a bot

#

see?

misty sinew
#

that is uniocode

raven orbit
#

inocode?

#

No, it's not

#

it's just a space

#

!charinfo

coarse hearthBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

misty sinew
#

no its not

raven orbit
#

Dude, literally copy paste it and charinfo it

#

it's a space

#

here's another

pearl torrent
#

Do you guys like the subway veggie delite? Or do you guys like eating subway sandwiches with patties?(I love veggie delite)

Vote P for Patty and D for Delite

misty sinew
#

i like my sub with only pickles

unique raptor
tiny pumice
unique raptor
boreal timber
languid flare
#

Which game were you guys talking about?

unique raptor
#

ahhaha

tiny pumice
stoic bluff
#

shush

#

or i will smack your mouth

mild flume
novel parcel
#

Did I just get rick rolled in 2021?

boreal timber
#

0.0.0.0

mild flume
#

I know better

unique raptor
#

oh

boreal timber
languid flare
raven orbit
mild flume
#

English

raven orbit
#

k

languid flare
stoic bluff
#

finally you speak finnish

raven orbit
#

possibly not the most appropriate finnish tho

stoic bluff
#

did you use translator or what?

unique raptor
raven orbit
#

I kinda cobbled it together

mild flume
#

Umlauts are only acceptable if you're talking about metal bands

unique raptor
stoic bluff
#

i can see that

raven orbit
#

but I didn't use google translate

#

very proud of myself

unique raptor
#

he is not

#

hemlock did you see the new update in discord

#

last night

raven orbit
unique raptor
#

what did you just say to me

raven orbit
#

nothing

unique raptor
#

take that back

languid flare
unique raptor
#

wls is the best

#

change my mind

raven orbit
#

do you mean wsl?

unique raptor
#

ys

raven orbit
#

oic

cunning pivot
raw wren
#

Oh god what did I miss

stoic bluff
#

For todayโ€™s episode of War Stories, Ars Technica sat down with Naughty Dog Co-founder Andy Gavin to talk about the hurdles in bringing the original Crash Bandicoot to gamers around the world. When Andy and his partner Jason Rubin made the decision to bring the action platforming genre into three dimensions, it required living up to their company...

โ–ถ Play video
elder wraith
raw wren
#

Lmao*

unique raptor
#

yse how much

languid flare
mild flume
boreal timber
#

react to it

unique raptor
stoic bluff
unique raptor
#

it is too long

stoic bluff
#

it isnt

unique raptor
#

but i will

boreal timber
#

did someone say the D word?

"dictionary"

wintry hare
#

does someone know how can I get all of the indexes of the ones in the list instead of only the index of the first '1' that appears in the list,
I tried it but it only outputs 2 instead of: 2 3 5 8

lst = ['0', '0', '1', '1', '0', '1', '0', '0', '1']
print(lst.index('1'))

mild flume
cunning pivot
#

@wintry hare omg omg omg

mild flume
#

@cunning pivot

wintry hare
stuck bluff
stoic bluff
#

damn that profile pic looks scary af @wintry hare

unique raptor
#

@wintry hare wtf is the ppf

cunning pivot
unique raptor
#

it is on the other side

novel parcel
#

This is as scary as Gazi's pfp

misty sinew
#

@wintry hare send pfp pls

novel parcel
#

@raven orbit You will know

raven orbit
#

yes

#

sadly

novel parcel
#

muhahaha

stoic bluff
#

stupid man

raven orbit
stuck bluff
#

@wind fern Was it you who was interested in an image like my pfp?

novel parcel
#

Get that thing outta here boi

raven orbit
wintry hare
raven orbit
#

en baya

unique raptor
#

how the fucl

stuck bluff
unique raptor
#

ั…

#

this is h in mk

novel parcel
#

nutterbutter-chan

misty sinew
#

if statments be like:

stuck bluff
hearty heath
#

No, let's not encourage this...

stoic bluff
#

helo

misty sinew
stoic bluff
#

what are you doing?

hearty heath
#

Hey, Quacklots ๐Ÿ‘‹

misty sinew
#

hi

mild flume
misty sinew
#

what you doing heeemquack

cunning pivot
mild flume
raven orbit
#

cropped out version of my duck

novel parcel
#

Give it a name

#

Like Gary

stoic bluff
raven orbit
#

lol

stoic bluff
#

im trying to listen music @mild flume

#

dont mind me then

raven orbit
#

gotta go

#

cya

stoic bluff
#

bye

hearty heath
#

I feel like it doesn't mean anything to say "my green isn't your green"

cunning pivot
queen bloom
#

Rick Astley's official music video for โ€œNever Gonna Give You Upโ€
Listen to Rick Astley: https://RickAstley.lnk.to/_listenYD

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/subscribeYD

Follow Rick Astley:
Facebook: https://RickAstley.lnk.to/followFI
Twitter: https://RickAstley.lnk.to/followTI
Instagram: https:/...

โ–ถ Play video
hearty heath
queen bloom
cunning pivot
stoic bluff
#

lol

queen bloom
#

lol

hearty heath
#

Does anyone want to see my brain? ๐Ÿ˜„

stoic bluff
#

why though

#

was there any sense in that?

misty sinew
stoic bluff
hearty heath
#

I have an MRI scan...

misty sinew
#

oh

hearty heath
misty sinew
#

...

#

i will be right back

hearty heath
stoic bluff
#

show it

#

or we wont belive

#

stock image?

hearty heath
#

Nope, that's my actual brain ๐Ÿ˜„

stoic bluff
#

ok

#

when it was taken?

brittle kraken
#

is

#

this '

#

supposed to be

#

a channel

#

for reactions

hearty heath
brittle kraken
#

smh

stoic bluff
#

maybe thats why your brain smalll SM_smalleggplant

mild flume
#

@brittle kraken Sorry, what?

brittle kraken
#

ninja isn't supposed to react here ๐Ÿฅด

#

but ok

mild flume
#

Is it not? I thought it was any public channel

boreal timber
boreal timber
#

but these channels hadn't originally been whitelisted

mild flume
#

Hmm

queen bloom
#

If I'm changing my rich presence to what it is now, is it again discord tos?

boreal timber
#

๐Ÿ‘€

queen bloom
#

And don't click on any button in it

queen bloom
mild flume
#

Not sure, how did you do it?

queen bloom
#

pypresence module

#

python module

mild flume
#

So..... self botting?

#

Then yes, it's against ToS

queen bloom
mild flume
#

Actually one sec, let me look at it

queen bloom
#
from pypresence import Presence
from time import sleep

rpc = Presence("It is a token sorry")
rpc.connect()
while True:
    rpc.update(state="Investigating", details="Exploring Cerulean Cave",
               large_image="detectivepika",
               buttons=[
                   {
                       "label": "Want a free cookie?",
                       "url": "https://rb.gy/4xxqzs"
                   },
                   {
                       "label": "Click if you are bored",
                       "url": "https://beta.battlecore.xyz"
                   }
               ])
    sleep(1)
print(x)

I am just running this script

mild flume
#

768016269269925911

queen bloom
#

Oh yeah it is a client id

pearl torrent
#

nice

#

yay everythings resolved!

#

oh...

#

Hemlock's youtube is a gold mine ill have you guys know

craggy heart
#

What are you guys even talking about

queen bloom
#

Yeah?

pearl torrent
#

checking to see if using it is against discord tos

#

thats done now though(its not)

mild flume
#

Yep, it's entirely fair game

queen bloom
#

๐Ÿ‘ Thanks for your time guys ๐Ÿ™‚

pearl torrent
#

quacklots is super helpful :)

#

wait so whats up with the ducks, on a serious note

#

is it just meant to confuse us about which mod we're speaking to lel

true valley
hearty heath
#

Interesting, we're on India today.

#

Yeah, the messaging on that was definitely unclear, and that was damaging.

true valley
hearty heath
#

Weekends?

boreal timber
#

holy shit

#

the chaos pack message sound IS A DUCK

stoic bluff
#

sorry xD

summer rapids
#

Hello.. I have no permission to talk in voice channel.. sorry @olive sable

stoic bluff
#

@mild flume can you name one e.g.?

mild flume
#

Sorry name one what?

#

Only just saw this

stoic bluff
#

?

olive sable
#

if anybody has any django experience and could come help me out that would be legendary

mild flume
#

!voice @misty sinew This should tell you what you need to know

coarse hearthBOT
#

Voice verification

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

queen bloom
#

!voice @queen bloom

coarse hearthBOT
#

Voice verification

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

queen bloom
#

.>

stoic bluff
#

why do i get fatal error: assert.h: No such file or directory

#

i have assert.h in my include dir

queen bloom
#

!voice

coarse hearthBOT
#

Voice verification

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

queen bloom
#

Does it give the same embed irrespective of the user?

cunning pivot
stoic bluff
#

@unique raptor dont try

#

with me

cunning pivot
fluid pumice
weary hemlock
#

why do i get this error

#

this only happens when i name this folder with some number

#

if u notice there is a "14" in path

stoic bluff
weary hemlock
#
import datetime
import time as tic
def day(date):
    if("/" in date):
        date=date.replace("/"," ")
    bobeeprn = datetime.datetime.strptime(date, '%d %m %Y').weekday()
    return (calendar.day_name[bobeeprn])


def date():
    from datetime import datetime
    now = datetime.now()
    da = ("%s %s %s" % (now.month, now.day, now.year))
    jo = now.month
    ho = now.day
    lo = now.year
    date = '%s %s %s' % (ho, jo, lo)
    return date

def time():
    import time as tic
    from datetime import datetime

    now = datetime.now()
    time=("%s:%s:%s" % (now.hour, now.minute, now.second))
    tic.sleep(1)
    return time

j=date()

def daynow():
    date=j
    bobeeprn = datetime.datetime.strptime(date, '%d %m %Y').weekday()
    return (calendar.day_name[bobeeprn])
    
#print(day(time()))```
#

friendcord

raven orbit
#

@fluid pumice fixed it?

fluid pumice
raven orbit
#

great

stoic bluff
#

April fools?

ancient whale
crimson oyster
#

hi

#

@olive sable you think you could hellp me out?

trail plaza
boreal timber
#

the april fools thing for today

trail plaza
#

wow, they are really desperate

trail plaza
ancient whale
trail plaza
#

did you ever played scp game

ancient whale
#

which one? theres three well known ones, 087-B, original containment breach and a new one on unity

trail plaza
#

SCP: Secret Laboratory

ancient whale
#

oh theres another

#

havent played that one

trail plaza
#

its multiplayer

ancient whale
#

isnt that based off of a gmod gamemode?

trail plaza
#

I really enjoyed it

trail plaza
ancient whale
#

it is I'm sure of it

#

same four teams, same objectives

trail plaza
#

kind of

#

whats up with 50 msg before you can speak

ancient whale
trail plaza
#

hmm i can just spamm msg

#

few lines of code in py spams 50 and removes them

elder wraith
#

followed by moderator coming by and smacking you

trail plaza
#

are you geh

ancient whale
#

like do they come and meet in a voice chat?

stuck bluff
ancient whale
ancient whale
#

๐Ÿ˜„

#

nice cat

ancient whale
stoic bluff
#

good

#

*not

#

i hate school

limber laurel
stoic bluff
#

i shall never go to school

#

and im serious

#

yes

proven shale
#

Finally I got this

print(0xfor i in range(20))
#

!e

print(0xfor i in range(20))
coarse hearthBOT
#

@proven shale :white_check_mark: Your eval job has completed with return code 0.

15
proven shale
#

0xf or

#

or2

#

!e

print(0xfor i in range(234))
coarse hearthBOT
#

@proven shale :white_check_mark: Your eval job has completed with return code 0.

15
proven shale
#

!e

print(0xfand 20)
coarse hearthBOT
#

@proven shale :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(0xfand 20)
003 |               ^
004 | SyntaxError: invalid syntax
ancient whale
#

!e print((()==()+()==())*(()==()+()==()+()==()))

coarse hearthBOT
#

@ancient whale :white_check_mark: Your eval job has completed with return code 0.

1
stuck bluff
#

!e print(True * True)

coarse hearthBOT
#

@stuck bluff :white_check_mark: Your eval job has completed with return code 0.

1
ancient whale
#

()==() = true

proven shale
#
print((True+True)*(True+True+True))
ancient whale
#

(()==()) is 1

proven shale
#

!e

print(() == () + ())
coarse hearthBOT
#

@proven shale :white_check_mark: Your eval job has completed with return code 0.

True
ancient whale
#

(()==())+(()==())+(()==())

grizzled oxide
#
def are_files_equal(file1,file2):
    file_info1 = file1.read()
    file_info2 = file2.read()
    if file_info1 == file_info2:
        print("True")
    else:
        print("False")

def main():
    are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
    main()
proven shale
#

file1 is a string

ancient whale
#

file.open("file.txt", "rb")

stoic bluff
#

@scenic wolf look whos here

#

pink dude

#

impostor

proven shale
#

open("file.txt", "r")

grizzled oxide
#

open(file1,"r")

grizzled oxide
#
def are_files_equal(file1,file2):
    file_info1 = open(file1,"r")
    file_info2 = open(file2,"r")
    if file_info1 == file_info2:
        print("True")
    else:
        print("False")

def main():
    are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
    main()
stuck bluff
#
file_one = input('>')
file_two = input('>')
with open(file_one, 'rb') as file:
    data_one = file.read()
with open(file_two, 'rb') as file:
    data_two = file.read()
if data_one == data_two:
    print('Files match.')
else:
    print('Files do not match.')```
scenic wolf
proven shale
#

file_info1 = open(file1,"r").read()

grizzled oxide
#
file_info1 = open(file1,"r")
file_info1 = file_info1.read()
file_info2 = open(file2,"r")
file_info2 = file_info2.read()
stoic bluff
#

...

stuck bluff
#

md5sum, sha256sum, sha512sum

#

These are checksumming algorithms to generate a short code which can be used to check if a file matches another.

#

md5 is adequate for casual use cases, but can be deliberately tricked

ancient whale
#
>>> hashlib.md5("filename.exe").hexdigest()
'2a53375ff139d9837e93a38a279d63e5'
stuck bluff
#

@grizzled oxide

ancient whale
#
>>> hashlib.md5(open('filename.exe','rb').read()).hexdigest()
'd41d8cd98f00b204e9800998ecf8427e'
#
>>> hashlib.sha512("lol").hexdigest()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Unicode-objects must be encoded before hashing
>>> ```
ancient whale
#

!voice

coarse hearthBOT
#

Voice verification

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

ancient whale
#

befunge

stoic bluff
#

me

#

funny guy xD

hidden cliff
ancient whale
candid horizon
#

hello

#

.github user KatsumiKougen

ocean orbitBOT
#

Not gonna tell my secrets to others

Followers

0

Following

1

Public repos

6

Gists

0

Organizations

No organizations

Website

No website link available

candid horizon
limber laurel
candid horizon
#

I should refactor it.

#

I used to program in Pascal before I learnt Python.

molten elbow
#

hi

ancient whale
#

hello

pastel nimbus
#

almost 50 messages

#

almost

#

woaw

hidden cliff
outer tartan
#

Oh no

#

xD

ancient whale
#

quine

ivory cedar
#

sad

ancient whale
#

!e var = "print('var = ', repr(var), '\\neval(var)')" eval(var)

coarse hearthBOT
#

@ancient whale :white_check_mark: Your eval job has completed with return code 0.

001 | var =  "print('var = ', repr(var), '\\neval(var)')" 
002 | eval(var)
ancient whale
stoic bluff
#

do you play roblox

#

anyone?

misty sinew
#

naw

stoic bluff
#

idk its a feature

#

winner winner

#

chicken dinner

#

xD

#

@alpine tangle damn bro u didnt have to go that far

#

man those guys trippin...

#

you could say that

#

what is she even doing?

#

idk either

#

i got bored playing roblox

plucky rain
#
  for k, v in d.items():
    if k == "account_number"():
      data.append(hashlib.md5(v.encode()).hexdigest())
      return data```
wheat wyvern
#

How to get permission to talk,?

ancient whale
#

!voice

coarse hearthBOT
#

Voice verification

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

stoic bluff
#

dick?

plucky rain
#
  for k, v in d.items():
    if k == "account_number"():
      data.append(hashlib.md5(v.encode()).hexdigest())

print(d)```
wheat wyvern
#

Ios suck

stoic bluff
#

hello?

#

its hard

plucky rain
#
d = [{'account_number' : '321', 'fruit' : 'apple'}, {'car' : 'chevy', 'house' : 'igloo', 'account_number' : '123', 'fruit' : 'banana'}]

#type = type(d)

#print(type)

for dict in list(d):
  for k, v in d.items:
    if k == "account_number"():
      data.append(hashlib.md5(v.encode()).hexdigest())

print(data)
grizzled oxide
#
def are_files_equal(file1,file2):
    if open(file1,"r") == open(file2,"r"):
        print("True")
    else:
        print("False")

def main():
    are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
    main()
wheat wyvern
#

Biscuits is a good gamer๐Ÿ˜‚

#

Lmao

#

Fallenour didn't u ask help on stackoverflow ?

ancient whale
#

    with open(file1, "r") as fileA:
        dataA = fileA.read() # the same as: dataA = open(file1, "r").read()
        
    with open(file2, "r") as fileB:
        dataB = fileB.read()

    if dataA == dataB:
        print("True")
    else:
        print("False")

def main():
    are_files_equal("c:/vacation.txt", "c:/work.txt")
if __name__ == "__main__":
    main()```
wheat wyvern
#

Lua is such a good python friend

grizzled oxide
#

data_of_file = file1.read()

proven shale
#

you guys still working on that problem ?

wheat wyvern
#

They are

grizzled oxide
#
data_of_file1 = open(file1,"r")
data_of_file1 = file1.read()
ancient whale
#

dataA = open(file1, "r").read()

stoic bluff
#

@plucky rain how come you jokes sound good?

wheat wyvern
#

What biscuits ur a snake now? Doesn't know how to tap? ๐Ÿ˜‚๐Ÿ˜‚

plucky rain
#
for dict in list(d):
  d[account_number] = data.append(hashlib.md5().hexdigest())```
wheat wyvern
#

Nop fhuggkoikgtyo

stoic bluff
#

?

#

what are you saying?

plucky rain
#

#type = type(d)

#print(type)

#for dict in list(d):
#  for k, v in d.items():
#    if k == "account_number"():
#      data.append(hashlib.md5(v.encode()).hexdigest())

data = []
for dict in list(d):
  d[account_number] = data.append(hashlib.md5().hexdigest())```
wheat wyvern
#

Im only joking

wheat wyvern
#

I dnt know if people here have a good sense of humour or nah

#

Lol

#

Sarcasm also

stoic bluff
wheat wyvern
#

@stoic bluff omar

#

Is an Arabic name

#

No?

stoic bluff
#

i was joking

wheat wyvern
#

Ikkk

#

It's python bro

#

It will work when it feels so

stoic bluff
#

do you happen to know python btw?

wheat wyvern
#

A little

#

Beginner

stoic bluff
#

ok

wheat wyvern
#

Why?

stoic bluff
#

nothing, just wanted to know

wheat wyvern
#

Yeah sure

#

Nd you?

stoic bluff
#

??

ancient whale
#

!voice

coarse hearthBOT
#

Voice verification

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

wheat wyvern
#

You know py!

stoic bluff
#

me?

#

or who

wheat wyvern
#

Yeah u

#

Lol

stoic bluff
#

idk none

wheat wyvern
#

Fr!!

stoic bluff
#

i program in c/c++ and assembly

wheat wyvern
#

Okey u do game dev!

stoic bluff
#

@ancient whale you don't make any sense

wheat wyvern
#

Hhhhhhhhhh lol

stoic bluff
#

17 actually

wheat wyvern
#

21

#

U kiddos ๐Ÿ˜‚

stoic bluff
#

why wouldn't you play?

misty sinew
#

Hello your computer has virus

wheat wyvern
#

He's living a husband and wife live with python ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

#

Life*

#

Who are you?

#

What game u are creating ??

misty sinew
#

You need to pay 1 trillion dollars to take that "firewall network ultimate antivirus malware" virus out of your computer, actually that name is just created by an indian scammer

wheat wyvern
#

What game u are creating ?? Lua

#

Owwww

#

I know it

#

U will be the second most hated person in earth ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

wheat wyvern
#

No i like u u help people

stoic bluff
#

Life is suffering

limber laurel
#

119ms ping

#

jesus

#

it was just at 30

#

LMAO getting ddos'd

wheat wyvern
#

Lol u fucked

misty sinew
#

@limber laurel your ip is 127.0.0.1,