Quick actions

cmd+k|ctrl+k

Navigation

Languages

print

Snippet info

Language

Python

Visibility

public

Author

chausage

Created

2024-12-04T04:27:03.990363Z

Updated

2024-12-04T04:27:03.990363Z

print("Hello World!")
str="Hello World!"
print(str)
INFO