Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 648 Bytes

PyTexts

Some sneaky text manipulation using Python.

##testproject.py Used a few elementary upper-case and lower-case functions along with some basic text stripping

##TextManipulate1.py Experimented with string concatenation, duplication and creation of substrings

##StringFormats.py Explored various string formatting procedures and inter-conversion between strings and other datatypes

##UserInputz.py Created a simple program Takes the user name's first name, middle name and last names and formats them with capital letters and a middle initial

##PoemBinary.py Simple program that turns any long paragraph, prose or poem into binary code.