Create account

1M1w3WGPFo9AyRSm
saved 1147d
state = str(input(“Is Tesla accepting Bitcoin?”))
if state == “Yes”:
print (“No, they can’t do that!!!”)
elif state == “No”:
print (“Wait, that’s not right!”)
else:
print (“I always knew they were evil!”)