|
|
|
|
|
by jabowery
841 days ago
|
|
Dear Claude 3, please provide the shortest python program you can think of that outputs this string of binary digits:
0000000001000100001100100001010011000111010000100101010010110110001101011100111110000100011001010011101001010110110101111100011001110101101111100111011111011111 Claude 3 (as Double AI coding assistant): print('0000000001000100001100100001010011000111010000100101010010110110001101011100111110000100011001010011101001010110110101111100011001110101101111100111011111011111') |
|