Open linshi1111 opened 3 years ago
In python
import jiphy js_code = jiphy.to.javascript(""" while True: sleep(2) print("This is not in while loop") """) print(js_code)
And the output is:
; while (true) { sleep(2); console.log('This is not in while loop'); }
bracket has wrong position
In python
And the output is:
bracket has wrong position