79809424

Date: 2025-11-04 21:49:56
Score: 3.5
Natty:
Report link

Is it possible to use list?

In the case you can just try something like this

import random

mylist = ["Dialogue1", "Dialogue2"]
print(random.choice(mylist))

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Vladimir