is it possible to do triple quote headers in python? **This:** """ Created on Tue Jul 11 2023 Copyright (c) 2023 Your company Author """ **instead of:** \# \# Created on Tue Jul 11 2023 \# \# Copyright (c) 2023 Your company \# Author
is it possible to do triple quote headers in python?
This:
"""
Created on Tue Jul 11 2023
Copyright (c) 2023 Your company
Author
"""
instead of:
#
# Created on Tue Jul 11 2023
#
# Copyright (c) 2023 Your company
# Author