Python.js sample
Input:
def main(): print("hi") if __name__ == "__main__": main()
Run
Clear
Compiled code:
print results:
Like in python3000 print is a function