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
8 Respuestas
+ 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.")
+ 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
+ 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.
+ 2
Try to google them. If the explanations are not on any foums, just ask a question
+ 2
follow this app and make practice to solve questions
+ 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..
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
0
Python and html are good starters