Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

Category Archives: python-sl

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
June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    
TRUEANGLE, Proudly powered by WordPress.