# Constants

MAX_BITCOIN_SUPPLY = 21_000_000

# Function to calculate the total supply of Bitcoin

def total_bitcoin_supply():

return MAX_BITCOIN_SUPPLY

# Print the total supply of Bitcoin

print("The maximum total supply of Bitcoin is:", total_bitcoin_supply(), "BTC.")

Reply to this note

Please Login to reply.

Discussion

No replies yet.