Write a program to add 3 stars at the beginning and the end of the notification text. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to add 3 stars at the beginning and the end of the notification text.

Please help me with this problem

19th Feb 2021, 9:51 AM
Soham Dilipkumar Makwana
Soham Dilipkumar Makwana - avatar
5 Answers
+ 6
Hello Soham Dilipkumar Makwana , Yes we can help you but you have to show us what you have so far. Basic DOs and DON'Ts of asking questions: Ask about... - Specific programming problems - Software algorithms - Coding techniques - Software development tools Don't ask about... - Questions you haven't tried to find an answer for (show your work!) - Product or service recommendations or comparisons - Requests for lists of things, polls, opinions, discussions, etc. - Anything not directly related to writing computer programs
19th Feb 2021, 9:59 AM
Scooby
Scooby - avatar
0
Please can you move it to feed
19th Feb 2021, 9:56 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
0
quote = input ("enter a quote:") print ("***" + quote + "***")
22nd May 2021, 2:20 AM
Sudheer Varma Chiluvuri
Sudheer Varma Chiluvuri - avatar
0
Taking User Input quote = input () print ("*** " + quote + " ***") Note, there are spaces between the stars and the text.
21st Aug 2021, 3:35 AM
Ignacio Enrique Carbono Cantillo
Ignacio Enrique Carbono Cantillo - avatar
0
text=input("enter the text: ") print("***"+ text +"***")
10th Feb 2022, 12:58 PM
Swethaa K
Swethaa K - avatar