0
How this code runs:
I have created a new code but I cant understand how this output comes https://code.sololearn.com/c64JwtE7BWqZ/?ref=app
2 Respostas
+ 2
Use cat
Eg
```r
cat("brrrr")
```
Instead of print
https://stackoverflow.com/questions/9137798/output-in-r-avoid-writing-1
+ 2
🌈꧁RAINBOW꧂🌈
In R language always gives output with containing this [1]
If you want to know more about this language then go through this tutorial
https://code.sololearn.com/WZZeMHaNOIBZ/?ref=app