Skip to content
vitepress-starter
Appearance
Menu
Return to top
On this page
Table of Contents for current page
CodeTabs
CodeTabs
#
JavaScript
Python3
console
.
log
(
"
hello
"
)
;
print
(
"
hello
"
)
1