Build an Employee Profile Generator - Step 5

Tell us what’s happening:

Your code so far

removed by moderator

I saw in the Forum and there are barely some discussion about step 5. Most of the solution given here are wrong where it is indicated —>

address += ’ Apartment 4B’ #this_is_wrong

Hint : Try once by applying comma, correct spelling, and appropriate quotes

The correct method is -----> removed by moderator

Lesson URL - https://www.freecodecamp.org/learn/introduction-to-python-basics/workshop-employee-profile-generator/step-5

Welcome to the forum @jaymoradiya,

You can post solutions that invite discussion (like asking how the solution works, or asking about certain parts of the solution). But please don’t just post your solution for the sake of sharing it.
If you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.

Happy coding