Why Python programmers HATE JAVA.

preview_player
Показать описание
Java is the worst programming language for bloody beginners.
It is not bad - it just has a bigger overhead compared to Python.
If you want to write simple scripts and program like you speak natural language, Python is an easier starting point.

If you want to learn how to become a programmer and just started your coding journey, feel free to join my weekly Python class on Discord.

Python Class Playlist:

📩 Connect with me:

🙋‍♂️Community Discord:

📲 Instagram:

Subscribers: 1070
#pythonprogramming #programmingmemes #programmingforbeginners

Don't limit yourself to a job title:

Your MESS is your MESS...AGE:

Do THIS in your next job interview:
Рекомендации по теме
Комментарии
Автор

That is a class and in that class
you create a point of access called the main method
and in that point of access,
you invoked the println method
from the out field
of the System class.

Also that int x = string seems misplaced

fluffywin
Автор

That code is complicated you can try this

class name {
public void main ( ){
System.out.println("don't forget to subscribe");
}
}

Utzez