Goku-kun / 1000-ways-to-print-hello-world-in-python

This is a public repository where the aim is to print "Hello, World!" in all different possible ways.
63 stars 73 forks source link

Using jnius #112

Closed ArifShariar closed 2 years ago

ArifShariar commented 2 years ago

"Hello World!" using jnius

ArifShariar commented 2 years ago

I am using pyjnius version 1.4.1 (which is imported asjnius) You can install pyjnius by pip install pyjnius

Or, you can check this