Course Content
Introduction to Python | Mobile-Friendly
Challenge
Task
Suppose you are given the variables name
(as a string) and age
(as an integer). You need to output the message in the following format "name is age y.o." using concatenation.
Section 3.
Chapter 5