View on GitHub

python-for-kids

Learning and exercise content on Python for Kids

Day 5 - Addition(+) with Text

What happens when you use (+) with Text values (str)

Watch the video

Video link

Day 5 - Exercise

  1. Declare your first name in a variable.
  2. Declare your last (surname) in another variable.
  3. Add them and store in a variable.
  4. Print the 3rd variable in Python window.

Next: Day 6 - Setting up Visual Studio Code for Python

Back to Index