Python [my code 😄😄😄]
PYTHON k.Eswar krsihna This is my persnol blog Sourse: Coad With Harry link: https://www.codewithharry.com Click to visit Why do i choose python?? python is easy to use while compared to java,c,c++. P ython is a preferred high-level, server-side programming language for websites and mobile apps. Python is mainly used in Machine learning Web Development Data science Android app development My first Pyhon Program print ( "Hello World" ) Basics of Python-- a = 32 # int b = "Eswar" # string(it means text) c = 45.32 # flot d = 3.5 # flot print ( float (a + c)) # Shows decimal value also print ( int (a + d)) # it skips the decimal Rules for creating variables 1.variable should start with a letter or underscore 2.variable cannot start with a number 3.it can only contain alpha numeric charactors 4.Variable names are case sensitive. Eswar and eswar are two different variables Variables-- # variables a
Comments
Post a Comment