Skip to main content

Python some code With Rajeev Minj


#print(" Hello Class! I'm Rajeev Minj Code with Rajeev")
#print("Subscribe My Youtube channel And like,share "
 #     "like my facebook page and fllow on instagram  ")

# This is single line comment

This is Multiline Comments

""""
This is
Multiline Comments
 in python language

"""

#print("Hello Rajeev Minj","hello World Some thing Went wrong")
#print("print statement new line create karta hain","Or Display karta hain")

#print("c:\rajeev")
#print("c:\\rajeev")# This is Escape Sequences statements

#print("Rajeev is \n a good boy \t 1")
"""
*Varibles, Datatype and Typecastiong|Python Tutorials For
 absolute For Biginners
      var1 ="Hello Rajeev How can i help you ?" #this is string value in python
      var4 = "Hi Rajeev Minj"
      var2 = 40 #this is int value in python
      var3 = 10.5 #this is float value in python
      print(type(var1,)) #chick function datatype
      print(var2 + var3)
      
      *How to use switch function 
      
      str()
      int()
      float()
      
 for example=> #type cast 
 print(int(var1) + int(var4))

example 2=>
       
var1 = "54"
var2 = "32"
var3 = 4
var4 = 40.5
 print(100*str(int(var1) +int(var2)))
print(100* "Hello Rajeev\n")# print multiple word without using print statement
      
      
                  
  #user input Exercise1
                  
  print("Enter Your number")
  rajeev = input()
                  
  print("You are entered  ",rajeev)
                
                  
  # user input Exercise2
      
 print("Enter Your number")
 inpnum = input()
                  
 print("You are entered ", int(inpnum)+40)
                  
                  
    * how to add two numbers in python language
                 
                  for example=>
print("Enter Your First Number")
n1 = input()
print("Enter your second number")
n2 = input()
print("Sum of these two numbers is",int(n1) + int(n2))
                   
                 
      
"""

Comments

Popular posts from this blog

Login system in Php With HTML code

                                {== HTML  CODE HERE ==}   <!DOCTYPE html>   <html>     <head>       <!--Import Google Icon Font-->       <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">       <!--Import materialize.css-->       <link type="text/css" rel="stylesheet" href="css/materialize.min.css"  media="screen,projection"/>       <!-- online cdn -->        <!-- Compiled and minified CSS -->     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">     <!-- Compiled and minified JavaScript -->     <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0...

Quotes for lovers in Hindi||English, love quotes in Hindi English,||प्यार भारा शायरी

 Hindi Love Quotes in Hindi English ❤️❤️👇😎 quotes of love  1."Pyaar mein koi age nahi hoti, pyaar mein sirf vishvas hota hai." (There is no age in love, there is only trust in love.)❣️❣️ 2."Pyaar karne wale har waqt saath nahi hote, magar pyaar unki yaad mehsoos hota hai." (Lovers are not always together, but love is felt in their memories.)💞💞 quotes of love 3."Pyaar ek aisa rishta hai, jo dil se hota hai, aur dil se hi nibhana chahiye." (Love is a relationship that comes from the heart and should also be maintained from the heart.)💗💗 4."Pyaar to sachcha pyaar hai, jab do dil ek dusre ko samjhte hai, aur ek dusre ke liye apni zindagi luta dete hai." (Love is true love when two hearts understand each other and sacrifice their lives for each other.)🥰🥰 5."Pyaar ka asar kitna bhi chhota na ho, woh toh hamesha zinda rehta hai." (The effect of love may be small, but it always remains alive.)🥰💗💞❣️Hindi Love Quotes for lovers  quotes...