Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created March 24, 2025 11:55
import time
def download_stock(ticker):
print(f"Downloading {ticker}...")
time.sleep(2) # Simulating a 2-second download
print(f"{ticker} downloaded!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment