Day 5 - Addition(+) with Text
What happens when you use (+
) with Text values (str
)
Watch the video
Day 5 - Exercise
- Declare your first name in a variable.
- Declare your last (surname) in another variable.
- Add them and store in a variable.
- Print the 3rd variable in Python window.