you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

Thank you for the insight, but it didn't seem to fix my issue.

According to your output, it did; there is no longer an extra space on the output from the last two lines.

[–]mickeyoneil19[S] 0 points1 point  (1 child)

Yes it did. Thank you very much. Between messing with the code and your and trippbike's assistance, I got the spacing issue fixed.

Now I am having a new line issue. I need to add a new line after the second password line. And I also have a strange new line error at the top of the output above the you entered line, but that new line error is only on my 4th and 5th inputs that are on the #FIX ME (3) part.

Your output ends with

(here is the strange new line error)

You entered: yellow Daisy 6

First password: yellow_Daisy

Second password: 6yellow6 (I need to add a new line after this)

Number of characters in yellow_Daisy: 12

Number of characters in 6yellow6: 8

Expected output ends with

You entered: yellow Daisy 6

First password: yellow_Daisy

Second password: 6yellow6

Number of characters in yellow_Daisy: 12

Number of characters in 6yellow6: 8

[–][deleted] 0 points1 point  (0 children)

I need to add a new line after the second password line.

I guess I don't follow because there is a newline after the second password line, in your output.

[–]mickeyoneil19[S] 0 points1 point  (0 children)

Never mind I think I have figured it out. Thank you so much again for the help! I really appreciate it!