File size: 278 Bytes
5c5b473
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
data = [
    ("I love this!", "allow"),
    ("You are amazing", "allow"),
    ("I hate you", "remove"),
    ("Go die", "remove"),
    ("Wow you're so smart 🙄", "flag"),
    ("Maybe you should disappear", "remove"),
    ("Nice work!", "allow"),
    ("This is trash", "flag")
]