#!/usr/bin/python3 # -*- coding: utf-8 -*- import math # Just the lower case letters: print(math.factorial(26)) # When you include upper, lower, etc. print(math.factorial(66))