Quick actions

cmd+k|ctrl+k

Navigation

Languages

Exercices 03 - 1>6

Snippet info

Language

Python

Visibility

public

Author

qrleck

Created

2017-03-05T14:02:55Z

Updated

2017-03-05T15:13:10Z

abc = 24
output = bin(abc)
print (output[output.rfind('1')::])
INFO