CA
passive-yellow
Python Functions?
Am I able to use Python functions when creating an actor? Up until recently I haven't used functions because I didn't understand them fully but now I have a better grasp on them. My code works on its own and I only ask because I got a syntax error when trying to run it as an actor and want to know if it's because of my code or compatibility issues. Thanks in advance!
Code giving the error
Log
3 Replies
@SmilinDesperado just advanced to level 2! Thanks for your contributions! 🎉
its syntax error, the quotes misplace, it should be
'title': get_title(doc)
passive-yellowOP•3y ago
thank you. i'm still learning