@Gentrix
/
Tests on Booleans
No description
fork
loading
share
new repl
header icons
talk
Sign up
Files
main.py
main.py
1
2
3
4
5
6
answer = [
"key"
] Rules = [
"key"
in
answer]
if
all(Rules): print(
"this is true"
)