GitBook: [master] one page modified

This commit is contained in:
CPol 2021-10-06 15:44:17 +00:00 committed by gitbook-bot
parent d552f539cd
commit 2017181bc5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -634,6 +634,8 @@ f(5)
'''
c=compile(s, "", "exec")
# __doc__: Get the description of the function, if any
print.__doc__
# co_consts: Constants
get_flag.__code__.co_consts