Struggling so hard to solve this... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Struggling so hard to solve this...

Write a program to output the following: "Everything you can imagine is real." -Picasso Use cat to generate the output My input: cat("\" Everything you can imagine is real\."-Picasso") Error: object 'Picasso' not found

29th Sep 2022, 9:24 AM
sarah Akang
sarah Akang - avatar
1 Answer
+ 2
Please tag the relevant programming language, not "sololearn". The second \ is misplaced. You need to escape the " not .
29th Sep 2022, 9:48 AM
Lisa
Lisa - avatar