unsigned int in python
`a = int(7)`
signed int in python
`signature = sign(keyfile, b'7')`
# shoot, there is a bug in the joke
unsigned int in python
`a = abs(int(7))`
Fixed.♡ 1 ↻ 0
August 22, 2022
unsigned int in python
`a = int(7)`
signed int in python
`signature = sign(keyfile, b'7')`
# shoot, there is a bug in the joke
unsigned int in python
`a = abs(int(7))`
Fixed.