Best Code for Beginners | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Best Code for Beginners

What is the easiest (but still quite popular) code for a beginner with no experience in coding to learn?

22nd Jul 2018, 3:14 PM
Jessie Best
Jessie Best - avatar
4 Answers
+ 4
i think hello world is confusing. You just printed something and that's it. I mean yeah it's a function and it's elementary stuff but for beginner it's just like "hey why did I have to write all those static void print () ; stuff and make things extra hard, only to print hello world" so anyway the simplest code would be : find the sum of two numbers. x =1 y=2 print(x+y)
22nd Jul 2018, 11:44 PM
voja
voja - avatar
+ 2
Where all of us start here it is in python: print('hello world')
22nd Jul 2018, 4:53 PM
Anthony Perez
+ 1
Try to Start With C Bcoz It Helps Me While Learning Other Coding Languages Bcoz Somewhat C Concepts Are Used In Every Language
27th Jul 2018, 3:41 AM
Ashvini Chavan
Ashvini Chavan - avatar
- 1
The eternal hello world 😊
22nd Jul 2018, 3:17 PM
KrOW
KrOW - avatar