âï¸ Write your very first query!
Type this piece of Python code in the editor below, and get the welcome discount on our courses.
def get_promo_code(discount): print(PROMO_CODES[discount]) get_promo_code(discount='$5')
Type this piece of Python code in the editor below, and get the welcome discount on our courses.
def get_promo_code(discount): print(PROMO_CODES[discount]) get_promo_code(discount='$5')