The stuff I do

Python codegolf tips

- 20 words -

← Posts

See also my Javascript golf page

Resources 🔗

Useful code to copy/paste in codingame "fastest" challenges:

def log(*args): print(*args, file=sys.stderr)

← Posts


Related posts

Posts in the same category: [codegolf]


Comments


Back to top