Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Daily Archives: December 19, 2017

Return a tuple consisting of the two numeric arguments converted to a common type

#!/usr/bin/python x = 10 y = 23.8 print coerce(x,y) $python coerce.py (10.0, 23.8) $python coerce.py (10.0, 23.8) $

Posted byjeffrinDecember 19, 2017Posted innon-essential-built-inTags: library, Python

Convert an integer number to a binary string

#!/usr/bin/python x = 10 print bin(x) $python bin.py 0b1010 $python bin.py 0b1010 $

Posted byjeffrinDecember 19, 2017Posted inbuilt-in, python-sl
December 2017
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Nov   Jan »
TRUEANGLE, Proudly powered by WordPress.