How to solve Python for Beginners Code Coach Exercise 15.2 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to solve Python for Beginners Code Coach Exercise 15.2

Please answer I can't move forward because of this

12th Jan 2022, 6:30 AM
Aditya Sathua
4 Answers
+ 1
Are you talking about this? You’re making a contact management system. The given program declares two variables, name and age. Complete the code to output "name is age years old", where name and age are the declared variable values. It can be simply done by using : + or by using (,)
12th Jan 2022, 6:49 AM
NEZ
NEZ - avatar
+ 1
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hihihi
12th Jan 2022, 8:06 AM
Aditya Sathua
0
This question
12th Jan 2022, 8:06 AM
Aditya Sathua
12th Jan 2022, 8:35 AM
NEZ
NEZ - avatar