+ 1
Pls what programming language should I learn first
4 Answers
+ 13
You can also start with javascript as most of the students first start with js.
+ 3
Try first Python.
+ 1
Ok thanks bro
+ 1
John Covenant Amos I suggest you Python because it's closest language to English.
For example this is a code in python:
If 5 > 3 :
print("hello")
But Python shouldn't be the last language that you learn ; I suggest you JS (JavaScript) after that because of the use of it.