Im really new | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Im really new

hello im 13 yrs old and want to learn python its much easier than java and other languages but how do I learn basic basics like what does input mean and other stuff

27th Oct 2016, 3:07 PM
sovietcat
sovietcat - avatar
8 Answers
+ 4
Python is great as a first programming language. input() is to take user input, ie the user can type something, and you can then use that string in the rest of your program. Example: name = input("Please enter your name") age = input("Please enter your age") print("You are " + name + " and are " + age + " years old.")
27th Oct 2016, 3:17 PM
Zen
Zen - avatar
+ 3
Follow this app It will really help you understand the basics and try to watch some video tutorials on YouTube specially of DEREK BANAS LEARN TO PROGRAM
27th Oct 2016, 3:21 PM
Waqas Asghar Bhalli
Waqas Asghar Bhalli - avatar
+ 2
If you have any problem in understanding the concepts ..... Just feel free to post your questions here and people round here will definitely help you out.
27th Oct 2016, 3:31 PM
Waqas Asghar Bhalli
Waqas Asghar Bhalli - avatar
+ 2
Try to google them. If the explanations are not on any foums, just ask a question
27th Oct 2016, 3:38 PM
Mihai Dancaescu
Mihai Dancaescu - avatar
+ 2
follow this app and make practice to solve questions
27th Oct 2016, 3:44 PM
Rakesh
Rakesh - avatar
+ 2
Try Google videos by Bucky Roberts.. or his website.. www.thenewboston.com he's really good and if you dont get it, just ask a question here..
27th Oct 2016, 5:59 PM
Adam Salehe
Adam Salehe - avatar
0
Thank you I alredy started watching youtube and thanks for input help I understand it a bit more now EDIT: Here I am a year later and understand a lot more
27th Oct 2016, 3:28 PM
sovietcat
sovietcat - avatar
0
Python and html are good starters
29th Feb 2020, 5:05 PM
ReidyQ