bitcoin_amount = 1

if bitcoin_amount == 1:
print "You have the perfect amount!"

elif bitcoin_amount > 1:
print "You have enough, here is your change."

else bitcoin_amount < 1:
print "You have insufficient funds."