Python Commander is an Obsidian plugin that allow to create, manage, and run python "modules/commands" from the command palette. Run text/code selected from any obsidian note without having to add a ...
🚀Day 11 Python Numeric Literals – Learning Snapshot 🐍 (From today’s learning at Naresh IT) 🔢 1. Octal Integers (Base-8) 👉 Uses digits 0–7 only 👉 Prefixed with 0o or 0O in Python Example: 0o45 → ...