I’m at task 0 of Aisha’s Greetings (learn python intermediate) and all that is needed is:
from contextlib import contextmanager
@contextmanager
def generic(card_type, sender, receiver):
pass
It is also the code that is provided in the solution, but when I click nothing happens, if I remove the pass statement I get a syntax error…
I recorded how I was trying to do it, but can’t upload the video. Although I’ve been using codecademy for years it’s telling me that I can’t upload videos because I’m a new user…