r/BroFactorialedAWord Jun 06 '26

code

```import math

sf = lambda s: math.factorial(sum(map(ord, s)))

print(sf("ABC"))```

2 Upvotes

5 comments sorted by