Created
September 16, 2022 19:16
-
-
Save under0tech/6c6b90af27a6ac6315e393049350c516 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if bool(predictions) == True and len(predictions) > 0: | |
predictions_list = [str(d)+'$' for d in predictions] | |
predictions_str = ', '.join(predictions_list) | |
message = f'{STOCK} prediction for upcoming 3 days ({predictions_str})' | |
print(message) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment