print("šš° Welcome to CryptoCoin Watch šµļøāāļøš")
print("Please select an option below:")
print("1ļøā£ Check current prices")
print("2ļøā£ Track your portfolio š")
print("3ļøā£ View market trends š„")
print("4ļøā£ Exit ā")
choice = input("š Enter your choice (1-4): ")
print(f"You selected option {choice} ā ")
?