5 Respuestas
0
Python is high level and can be used easily?
0
How it is high leveled than java?
0
If python is easy then why we use java? Can u please elaborate?
0
if statement in Java:
//Similar to C++
if(1 == 1) {
System.out.println("True");
}
if statement in Python:
if 1 == 1:
print("True")
//Tell me which one looks simpler, Java or Python. I don't think I have any more explaining to do.
- 1
If Python is easy why we use C++?
if Python is easy why we use Css, Javascript, HTML?
If Python is easy why we use C#?
If Python is easy why we use Objective-C?
If Python is easy why we use Ruby?
Each language has it's ups and downs, not everything is good for everything.