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} ✅")
?