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"

11th Jul 2022, 3:24 AM
Wahyu Pratiwi
Wahyu Pratiwi - avatar
4 Réponses
+ 2
Have you learned about puts? or the new line character \n?
11th Jul 2022, 4:03 AM
Chris Coder
Chris Coder - avatar
+ 1
It would be better for us if you send the Code. 😉
11th Jul 2022, 3:26 AM
Felix Alcor
Felix Alcor - avatar
+ 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?
11th Jul 2022, 11:34 AM
Lisa
Lisa - avatar
0
print("1") print("2") print("3")
11th Jul 2022, 3:28 AM
Wahyu Pratiwi
Wahyu Pratiwi - avatar