0
How to solve Python for Beginners Code Coach Exercise 15.2
Please answer I can't move forward because of this
4 ответов
+ 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 (,)
+ 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
0
This question
0
This post will help then,
https://www.sololearn.com/Discuss/2959975/?ref=app