Answers for "how to use js in python"

0

how to use js in 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!")
Posted by: Guest on April-11-2022

Python Answers by Framework

Browse Popular Code Answers by Language