Skip to content

Instantly share code, notes, and snippets.

@bmispelon
Created July 4, 2012 13:54
Show Gist options
  • Select an option

  • Save bmispelon/3047477 to your computer and use it in GitHub Desktop.

Select an option

Save bmispelon/3047477 to your computer and use it in GitHub Desktop.
Golfing
# Problem F at https://ep2012.europython.eu/pyddle
# 50 chars
import math;sum(map(int,str(math.factorial(1e3))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment