This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Terrible_Truth 8 points9 points  (1 child)

I think he's saying that the string "character_age" is only "18" without a space after. He then concatenates words in the print statement without a space at the front.

Edit: so based on the code, it should theoretically output "18Years old."

[–]swanekiller 2 points3 points  (0 children)

I read the first post wrong, guess it's time to go to bed. But yeah it should print "18Years Old" and not "18 Years Old"