/ Published in: Python
Useful for debugging
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
with open("Pytest_Output.txt", "w") as text_file: print("print resources {}-{}-{}".format(dynamo_main_table,sns_topic_arn,listings_api_url), file=text_file)