Basic about python Language.

1) It doesn't need a semicolon to recognize the line end.
2) In python everything in an object so when print(“Hello world”) call this method then word inside print are represent string.
3) If you want to find syntax of any command then use help command and whose syntax is help(“print”)
4) Rules of creating variables aaBB09_ mean you can use small letter, capital letter and numeric 0-9 and underscore. Variable cannot start with the numeric value.
5) Everything in python 3 objects.


Comments