I have a Python script that takes feature classes and converts all of them to .shp. there are a lot of them. what i want is to print the ones that is does successfully to an .txt file with some note ie. Feature class DBO_TEST Converted Successfully. or Feature class DBD_UCLA Failed Conversion.
how do i write that into the script??