0

Hmmm, need help. Is there any tips to learn? I don't understand the question.

You’re working on a notification system and need to make the notification text eye-catching. Write a program that takes the text as input and outputs it by adding 3 stars at the beginning and the end. Sample Input this is awesome Sample Output *** this is awesome ***

13th Nov 2021, 6:15 AM
Jeffrey Lee
3 Answers
+ 6
Mohamed Aazir Abdul Hathi , your code does not work correctly, since this code coach exercises requires spaces between the 'stars' and the input text.
13th Nov 2021, 8:59 AM
Lothar
Lothar - avatar
+ 3
Jeffrey Lee The solution is y=input () print ("*** "+y+" ***") Lothar then try now
13th Nov 2021, 6:35 AM
Mohamed Aazir Abdul Hathi
Mohamed Aazir Abdul Hathi - avatar
0
Thanks all❀
14th Nov 2021, 2:30 PM
Jeffrey Lee