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 ***
3 Respuestas
+ 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.
+ 3
Jeffrey Lee The solution is
y=input ()
print ("*** "+y+" ***")
Lothar then try now
0
Thanks all❤️