Hexo

Home Archives
2021-07-21

python snippet

Q: flip coin by Python

1
python3 -c "import random;print('heads' if random.randint(0,1) == 0 else 'tails')"
Share
Newer
common queries in postgres sql
Older
Kubernetes pitfalls

Archives

  • August 2021
  • July 2021
  • April 2021

Recent Posts

  • common queries in postgres sql
  • python snippet
  • Kubernetes pitfalls
  • resize ubuntu logic volume
  • Hello World
© 2021 John Doe
Powered by Hexo
Home Archives