+ 1
is this how u do it?
>>>print (“hello darkness my old friend...”)
5 Réponses
0
A=("hello darkness my old friend.....")
print(A)
It is print without caps and (A) without quotes.
+ 1
Thx
+ 1
@Paul Jacobs I will keep that in mind
+ 1
The way you did it yourself will work too. But don't type >>> yourself. It is the prompt. You don't use it at Sololearn.
0
A=("hello darkness my old friend.....")
Print("A")