Change/Capitalize the Case of the First Letter of a String
- Python for Integrated Circuits - - An Online Book - |
||||||||
Python for Integrated Circuits http://www.globalsino.com/ICs/ | ||||||||
Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix | ||||||||
================================================================================= ============================================ Converts the first character of the string to a capital (uppercase) letter while making all other characters in the string lowercase letters. code: ============================================ Multi-argument functions with lambda module. code:
|
||||||||
================================================================================= | ||||||||
|
||||||||