Skip to content

Instantly share code, notes, and snippets.

@ThaHobbyist
ThaHobbyist / python2pseudo.py
Created September 27, 2021 08:28 — forked from BlueNexus/python2pseudo.py
Python to Pseudocode converter
import re
'''
Make sure to put
#F
as a comment at the end of lines that contain a function call that don't also contain an assignment (=).
'''
python_file = 'file.py'
work_file = None