Post

@PythonPr Personally I prefer this one:
10 PRINT "COMMODORE BASIC RULES"
English

@PythonPr system.perspective.print("%s%s" % ("Hello,", " world!"))
English

@PythonPr Hmm no (are you kidding all of us?)
the problem to solve in IT it's a question of data structure (in memory), and less a question of language.
Anyway Java>>> Python ( Python : weak grammar, ambiguous)
I concede 1 thing: too much OO kills OO
English

@PythonPr Depends on what you need the programming language for.
English

@PythonPr New way in Java 21 or newer:
void main(String[] args) {
System.out.println("Hello, World!");
}
English
































