https://github.com/modularizer/pyprez/samples/stackconverter.html import random x = 5 if __name__=="__main__": print(f"my random number is {random.random()}") print(f"{x=}") raise Exception("this error is intentional but some will not be")