0
Hello my friends.. i have problem can you help me please 😭
The given code should output the numbers 1 to 3 on separate lines, however it has errors in the comments, which break the output. Fix the code to generate this output: [1] "1" [1] "2" [1] "3"
4 Respostas
+ 2
Have you learned about puts?
or the new line character \n?
+ 1
It would be better for us if you send the Code. 😉
+ 1
It looks like you are referring to a task in the sololearn R course. IF SO, PLEASE MAKE THAT EXPLICIT AND MENTION THE TASK NUMBER.
What error do you encounter?
0
print("1")
print("2")
print("3")