Skip to content
Snippets Groups Projects
Verified Commit 29ab98ca authored by Baptiste Girard-Carrabin's avatar Baptiste Girard-Carrabin :speech_balloon:
Browse files

true exemple of -X dev option

parent 948dc1f3
No related branches found
No related tags found
No related merge requests found
####### CONTEXTE ###########
# python -X dev
# from threading import Thread
# import sys
# thread = Thread()
# thread.isAlive()
# def main():
# fp = open('README.md')
# nlines = len(fp.readlines())
# print(nlines)
# # The file is closed implicitly
# if __name__ == "__main__":
# main()
# name == main
# from mauvais_module import fonction_utile1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment