Collecting unassigned Expressions

Guenther Sohler guenther.sohler at gmail.com
Thu Aug 24 07:23:26 EDT 2023


Hi

I am wondering If an embedded Python Interpreter can detect unassigned
Expressions. Cases where functions Return values but they are Not
assignwd. E.g.
Calc_square(4)
Or
3*4-myval()

Thank you for your hints


More information about the Python-list mailing list