Skip to content

Conversation

@tanujdhiman
Copy link

print('\nHello, ',name ,'. You live in ', country)

In this line no need to add any "+" you just write it and separate by a comma is sufficient.

print('\nHello, ',name ,'. You live in ', country)

In this line no need to add any "+" you just write it and separate by a comma is sufficient.
@GeekTrainer
Copy link
Owner

Thanks for the submission! You are correct print doesn't need the string concatenation characters. However, in the demo we're trying to teach string concatenation, thus the + signs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants