Challenge: Embed a Variable in a String
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You are given two variables name
and age
which store a person’s name and age respectively. You have to embed name
and age
in a larger string ...