Write a program that takes the text as input and outputs it by adding 3 stars at the beginning and the end. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

Write a program that takes the text as input and outputs it by adding 3 stars at the beginning and the end.

Can you please send the code?

1st Jun 2021, 10:20 AM
sree charan reddy uravakonda
sree charan reddy uravakonda - avatar
1 Answer
- 1
1.) Python 2.) x=input('hello') print("*** "+x+ " ***") y=input("python is awesome") print("*** "+y+ " ***") please tell me answer if u know
1st Jun 2021, 10:41 AM
sree charan reddy uravakonda
sree charan reddy uravakonda - avatar