Quick actions

cmd+k|ctrl+k

Navigation

Languages

Umaths func

Snippet info

Language

Python

Visibility

public

Author

99anumehaanu

Created

2020-10-11T14:41:57Z

Updated

2020-10-11T14:51:08Z

#python math fuctions
print(round(3.1))
print(abs(-4))
INFO