not un bankrupt?" if you are in bankrupt the answer is "yes I am" otherwise if your are not in bankrupt the answer is "No I'm not".
Now in python:
if bankrupt:
print("yes I'm")
if not bankrupt:
print("No I'm not")
Please format the code you posted, by wrapping it in triple backticks. -> `
"no I'm not" :P
Обсуждают сегодня