Uzyskaj nazwę pliku własnego w Python
import os
os.path.basename(__file__)
Busy Booby
import os
os.path.basename(__file__)