Как использовать JS в Python

# It's really simple, create a file and name it 'console.py'
# Now type this in it

def log(text):
  print(txt)

# create new file named 'js.py', Now type

import console

console.log("Hello World!")
Lucky Louse