I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Concatenation

Learn

In this lesson you will look at the basic concepts of strings and string concatenation. This code is not complex, but it is worth understanding the terminology and how things work.

Try

1)Type/copy the code into python and run. 2)Create a 4th variable which concatenates all three variables together. 3)Display the full sentence using the 4th variable you created.

Tasks to try

Comments are closed.

Information