I am interested in wondering if I can create another keyword equal to another. I'm not sure if it is possible, but I have an idea: let's say I want to create a keyword in a different language equal to an existing Python keyword, like this:
new_keyword = if
Is that possible in Python?