Created
March 22, 2020 10:09
-
-
Save piaskowyk/9ba733d740c42e9a297d5faebff34a42 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
import instagram | |
def instagram_algorythm(story_reaction): | |
if story_reaction is '🔥': | |
do_notething() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment