Starting out with Python, Third Edition, Tony Gaddis
Chapter 7
Programming Challenges
1. Initials
Write a program that gets a string containing a person’s first, middle,
and last names, and then display their first, middle, and last initials.
For example, if the user enters John William Smith the program should display J. W. S.
Starting out with Python. Third Edition. Tony Gaddis.
Learn Java - • Learn Java
Learn Python - • Learn Python
Programming challenges, Starting out with Java by Tony Gaddis - • Programming challenges - Starting out...
Programming challenges, Starting out with Python by Tony Gaddis, • Programming challenges - Starting out...
Thanks 😊