To get notification with *** | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

To get notification with ***

Please, help to fix the code a = (ā€œhelloā€) print = (ā€œ***ā€, a,ā€***ā€)

6th Nov 2021, 6:28 PM
Aleksandr Kapustin
3 Respostas
+ 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