
Boolean Woad
profit_model = [
--input("Play Count: "),
--input("Followers: ")
--]
threshold_1 = int(profit_model[0]) >= 10000
threshold_2 = int(profit_model[1]) >= 10000
if threshold_1 or threshold_2 == …


profit_model = [
--input("Play Count: "),
--input("Followers: ")
--]
threshold_1 = int(profit_model[0]) >= 10000
threshold_2 = int(profit_model[1]) >= 10000
if threshold_1 or threshold_2 == …