Skip to content
Snippets Groups Projects
Commit 953a006d authored by 장범진's avatar 장범진
Browse files

Upload New File

parent b72638cd
No related branches found
No related tags found
No related merge requests found
r.py 0 → 100644
a=23232323
b=a&0xffffffff
count =0
for x in range(32):
if(a&(1<<x) != 0):
count = count +1
print(a,bin(a),hex(a),oct(a),count)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment