Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 282 Bytes

File metadata and controls

14 lines (8 loc) · 282 Bytes

Java-Calling-Python

Java Code Calling Python Enter your Python code you want to call in test.py and run that try{} catch{} block to execute your python file through java

--------Note---------

Command Line can Differ based on your system

python3 test.py

or

python test.py