Your idiot logic
unknown
python
4 years ago
162 B
19
Indexable
virginity = {"key": "not good not bad"}
_112 = {"key": "bad"}
if virginity['key'] == _112['key']:
print("Your statement is True")
else:
print("Go to Hell")Editor is loading...
virginity = {"key": "not good not bad"}
_112 = {"key": "bad"}
if virginity['key'] == _112['key']:
print("Your statement is True")
else:
print("Go to Hell")