lots !
3,124,550 possible combinations
it is 336
120
150
Fingerspelling in sign language involves using your fingers to represent each letter of the alphabet. Each letter is signed using specific handshapes and movements. To fingerspell, you simply form the letters of the word using the manual alphabet. Practice and familiarity with the manual alphabet are essential for fluent fingerspelling.
676 of them.
The answer would be 210
-3
Q: How many letters of alphabet can you make using 5 squares?
If repetition is allowed the formula would be 4x4x4 = 64 codes. If you must chose a different letter each time (no repetition) the formula would be 4x3x2 = 24 codes.
Here's the code for your program: # Loop through the uppercase alphabet letters for letter in range(ord('A'), ord('Z') + 1): print(chr(letter)) BTW you can use this code in Python and try it out for yourself.