Quick actions

cmd+k|ctrl+k

Navigation

Languages

Basics

Snippet info

Language

Python

Visibility

public

Author

swanilni

Created

2024-12-23T12:19:50.352609Z

Updated

2024-12-23T12:20:02.122715Z

# print(type(2.2))
# print(7%3)
# print(round(5.4,0))

# a = 'HI How are you'
# print(a)
# b = '''
# Halong Bay
# <>
# '''
# print(b)

INFO