>>108955414
Your code seems to be buggy.
user@desktop:~/ $ python3
Python 3.14.5 (main, May 11 2026, 00:00:00) [GCC 16.1.1 20260501 (Red Hat 16.1.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> public static void main(String[] args) {
... learn2Code();
... }
...
... public static void learn2Code() {
... char[] string = { 73, 102, 32, 121, 111, 117, 32, 100, 111, 110, 39, 116, 3\
2, 114, 101, 112, 108, 121, 32, 116,
... 111, 32, 116, 104, 105, 115, 32, 112, 111, 115, 116, 32, 121, 111, \
117, 114, 32, 109, 111, 116, 104,
... 101, 114, 32, 119, 105, 108, 108, 32, 100, 105, 101, 32, 105, 110, \
32, 104, 101, 114, 32, 115, 108, 101,
... 101, 112, 32, 116, 111, 110, 105, 103, 104, 116, 33 };
...
... System.out.println(string);
... }
...
File "<python-input-0>", line 1
public static void main(String[] args) {
^^^^^^
SyntaxError: invalid syntax
>>>