Python Daily
2.57K subscribers
1.48K photos
53 videos
2 files
38.9K links
Daily Python News
Question, Tips and Tricks, Best Practices on Python Programming Language
Find more reddit channels over at @r_channels
Download Telegram
very basic python question

can some one please give me the most basic explanation for the following:

Variables
Strings
White Space

Also, Im learning off the book "python crash course" by eric matthes, (great book so far) any way trying to use concatenation to compose a message and the store that message in a variable the book says my line of code should look like the following:

message = "Hello, " + full_name.title() + "!"
print(message)
I keep getting invalid syntax for the "!"

I know this is so very basic, and i was going to skip right over it, till i ran into the problem again but i felt like i might as well, figure out what im doing wrong before moving on. Thanks for the help

#noob

/r/Python
https://redd.it/5jxdkj