# Define the variable crypto

crypto = True # Change this to False to test the else condition

# Check if crypto is True

if crypto:

print("bitcoin")

else:

print("not bitcoin")

Reply to this note

Please Login to reply.

Discussion

No replies yet.