Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.58K
1 Posted Topic
Re: A rather straightforward one-liner to do the same thing: [CODE=python]>>> bin(10)[2:].rjust(8, '0') '00001010' [/CODE] |
The End.