Skip to main content

python - script count whatever you write there

 this script help to check letter, number whatever even space button to write or past in terminal...

bydevilzlinux
byrockstardevil



print "this script made to check number of message you enter it."
print "\nthis script created by ROCK STAR DEVIL devilzlinux.blogspot.com"
print "\nthis script check space button too.."
message = raw_input("enter a message:")

print "\nThe length of the message is: ", len(message)

raw_input("\n\npress the enter key to exit" )