mirror of https://github.com/jumpserver/jumpserver
4 lines
37 B
Python
4 lines
37 B
Python
|
|
||
|
def bit(x):
|
||
|
return 2 ** (x - 1)
|