Formatted Print
print('Hello World')
print('Hello V')print('Hello World \n')
print('Hello V ')Comments
// This is a single line comment
/* This is a
* multi-line comment
* /* This could be nested as well*/
*/Exercises
Last updated
Was this helpful?