書式付き出力
print('Hello World')
print('Hello V')print('Hello World \n')
print('Hello V ')コメント
// This is a single line comment
/* This is a
* multi-line comment
* /* This could be nested as well*/
*/演習
Last updated
Was this helpful?
print('Hello World')
print('Hello V')print('Hello World \n')
print('Hello V ')// This is a single line comment
/* This is a
* multi-line comment
* /* This could be nested as well*/
*/Last updated
Was this helpful?
Was this helpful?