All Snippets
Login
/
/
/
/
/
snippet.run
Run your code, from the cloud, on your computer
X
Resources
Docs
Product
Pricing
Changelog
Legal
Terms
Privacy
© 2024 snippet.run
Toggle theme
CloudRunner
/
TermiGotchi
Python
Python
Updated 8 months ago
snippet run CloudRunner/TermiGotchi
1 Runs
API to check Termi statics
1
def call
(
)
:
2
return
5
+6
3
4
print
(
"Hello world!"
)
5
print
(
call
)
def call(): return 5+6 print("Hello world!") print(call)
Previous
1
Next