#counting by evalling python
32 messages · Page 1 of 1 (latest)
-e hi
@umbral thistle :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 'hi' is not defined
-e print (he)
@umbral thistle :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 'he' is not defined. Did you mean: 'hex'?
-e print(he)
@umbral thistle :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 'he' is not defined. Did you mean: 'hex'?
-e print("h")
@umbral thistle :white_check_mark: Your eval job has completed with return code 0.
h
-e print("0123456789"[1])
@hard atlas :white_check_mark: Your eval job has completed with return code 0.
1
-e print("hi");
@dark ridge :white_check_mark: Your eval job has completed with return code 0.
hi
did you know: hi is a number
so i'm interviewing its creator, @dark ridge!
may i ask, what does hi stands for as number?
🎙️
What the actual heck is this question
POV u noticed the ;
-e print(99999999999999999999999999999999999999999999999999999999999999)
@covert ridge :white_check_mark: Your eval job has completed with return code 0.
99999999999999999899980000000000000000020000999999999999999999
-e
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!*
-e print("t")
@junior spade :white_check_mark: Your eval job has completed with return code 0.
t
-e print("Zewlox")