Struggling so hard to solve this... | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 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 Respuesta
+ 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