To get notification with *** | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

To get notification with ***

Please, help to fix the code a = (“hello”) print = (“***”, a,”***”)

6th Nov 2021, 6:28 PM
Aleksandr Kapustin
3 Answers
+ 3
Aleksandr Kapustin , the code uses invalid characters for quotes. it uses ” but should use "
6th Nov 2021, 7:23 PM
Lothar
Lothar - avatar
+ 2
Do you need the brackets with "hello"? If not, please try by removing the brackets a = ("hello") ----> a = "hello" a = "hello" print("***", a, "***")
6th Nov 2021, 6:32 PM
Neethu Nath
Neethu Nath - avatar
0
Is it code or pseudo code ? Which language is used ?
6th Nov 2021, 7:15 PM
sneeze
sneeze - avatar