Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please Help
#1
So im in introduction to programming and we use python and the assignment is
Create a program that prompts the user to enter a first name and a last name separately. The program then concatenates the names (using +) and displays the full name using Title capitalization, even if the names were entered in lower case.

my issue is i'm not able to capitalize both the first and last name when it's entered and get a space at the same time as i'm using a + to connect first_name and last_name commands please help me solve this so I can learn because everything i've tried hasn't worked.
Reply


Messages In This Thread
Please Help - by jackthechampion - Jan-25-2020, 02:32 AM
RE: Please Help - by michael1789 - Jan-25-2020, 03:00 AM
RE: Please Help - by buran - Jan-25-2020, 05:19 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020