#!/usr/bin/end python #------------------------------------------------------------------ # passwds.py # # This Python program shows us that the number of possible # passwords that have seven letters is over eight billion. # # execute using: $ python passwds.py # # programmer: ALLAN CRUSE # written on: 26 JAN 2011 #------------------------------------------------------------------ print "\n\t\t The number of 7-letter passwords is %d \n" % 26 ** 7