Message from @Cassiopeia

Discord ID: 646120102680461366


2019-11-13 21:41:57 UTC  

is the other function, which does loop when called

2019-11-13 21:41:59 UTC  

i dun get it

2019-11-13 21:42:26 UTC  

english_to_num works

2019-11-13 21:42:28 UTC  

if your confused, engilsh_to_num is different than num_to_english

2019-11-14 09:15:29 UTC  

<:thronk:441701565607444482>

https://cdn.discordapp.com/attachments/423219052849397773/644465417921888276/unknown.png

2019-11-14 11:13:59 UTC  

do some macs not come with an escape key?

2019-11-14 11:17:02 UTC  

@Tero No, the touch-bar thing extends to the escape button

2019-11-14 11:17:14 UTC  

so all the f keys are shown on the touch bar

2019-11-14 11:17:27 UTC  

at least on most macs

2019-11-14 11:17:38 UTC  

jesus

2019-11-14 11:18:19 UTC  

https://cdn.discordapp.com/attachments/423219052849397773/644496330554605598/iu.png

2019-11-17 08:42:51 UTC  

God that's an old gif.

At least 12 years old

2019-11-17 08:43:08 UTC  

That gif is old enough to be making a discord account right now

2019-11-17 08:58:02 UTC  

Those were different times

2019-11-17 09:03:18 UTC  

https://cdn.discordapp.com/attachments/423219052849397773/645549514098212864/bb188b9.jpg

2019-11-18 03:00:11 UTC  

<:kek:590371888480387073>

2019-11-18 12:54:14 UTC  

Nice lolo

2019-11-18 22:50:36 UTC  

program i wrote at the start of the schoolyear when i wanted to make a purposefully long code

2019-11-23 22:35:12 UTC  

YES

2019-11-23 23:55:18 UTC  

<:chad:431600553806790667>

2019-11-24 10:25:24 UTC  
2019-11-24 17:08:42 UTC  

https://cdn.discordapp.com/attachments/423219052849397773/648208387921805343/YW0L6mMl.png

2019-11-24 22:29:31 UTC  

```
.rex python
import threading
import time

mylist = [2, 3, 5, 7, 11]

def primer():

startingnumber = 2
randomvariable = False
while randomvariable == False:
startingnumber = startingnumber + 1
lastdigit = startingnumber % 10
if lastdigit % 2 == 0:
pass
else:
if lastdigit % 5 == 0:
pass
else:
actualTest = [startingnumber % x for x in mylist]
if 0 in actualTest:
pass
else:
print(startingnumber)
primer()
```

2019-11-24 22:29:42 UTC  

notsobot command that spams like shit

2019-11-25 00:27:53 UTC  

anyone know if you can use a usb 2 stick on a usb 3 port?

2019-11-25 00:50:33 UTC  

yes

2019-11-25 07:03:57 UTC  

yes

2019-11-25 07:04:19 UTC  

but it will only go as fast as the 2.0 stick

2019-11-25 09:27:55 UTC  

have you ever had a comment print itself on your output

2019-11-25 09:30:59 UTC  

https://cdn.discordapp.com/attachments/423219052849397773/648455587893346314/7.1_int_and_string_switcher.pdf

2019-11-25 09:31:37 UTC  

https://cdn.discordapp.com/attachments/423219052849397773/648455745125482498/just_plain_weird.png

2019-11-25 09:35:39 UTC  

for some reason x in inumbers iterates once but then the loop that its nested in (match) iterates twice before waiting for inumbers to iterate, and then it iterates all through for the rest

2019-11-25 09:35:50 UTC  

seems fukt

2019-11-25 09:45:11 UTC  

it crashes when i enter unequal inputs... it used to not

2019-11-26 08:12:34 UTC