+ 2
Query in R [Solved by Lisa(Mentor at Sololearn)]
How to remove spaces while printing int sequences? https://code.sololearn.com/cHEDjBRpUx2D/?ref=app
1 Réponse
+ 5
You can read the docs by typing
?cat
to console.
You will see that cat() has sep and end arguments, similar to Python's print()