Posts by renanprado96 • 45 points
2 posts
-
4
votes2
answers5956
viewsQ: How to run a Python command with JS?
I have a button and when clicking it I want js to execute a . py command on the server side. How do I do it?
-
0
votes1
answer1416
viewsQ: Calculate a Python string
I would like to make a calculation of a string that I receive, for example: var = '1+2' Wanted to turn this string into an account, to return 3 to the variable var and not '1+2', but this would not…