New answers tagged python
0
votes
Golf a number bigger than all other answers
Here is a piece of code to get things started:
m=lambda x:-x if x<0 else m(x-m(x-1))/2;print(1/m(9))
Top 50 recent answers are included
Related Tags
python × 144code-golf × 87
tips × 62
king-of-the-hill × 27
game × 9
math × 7
string × 6
code-challenge × 5
optimization × 5
programming-puzzle × 5
popularity-contest × 4
fastest-code × 4
array × 3
decision-problem × 3
primes × 3
restricted-source × 3
palindrome × 3
card-games × 3
board-game × 3
number × 2
kolmogorov-complexity × 2
number-theory × 2
combinatorics × 2
geometry × 2
cops-and-robbers × 2