Quick actions

cmd+k|ctrl+k

Navigation

Languages

Data types

Snippet info

Language

Python

Visibility

public

Author

ankushsahu203

Created

2026-07-10T05:50:02.911444Z

Updated

2026-07-10T05:50:02.911444Z

# Complex=int and float
print(bin(5))
print(int("0b101",2))
INFO