How to use 'octal in python' in Python

Every line of 'octal in python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.

All examples are scanned by Snyk Code

By copying the Snyk Code Snippets you agree to
245def test_old_octal_notation(works_not_in_py):
246 works_not_in_py.parse("07")

Related snippets