Posts

Addition and Subtraction in Python || #1 PYTHON || Shivam Bhagat ( Mr. Shivam )

  PYTHON #1 First of all , we have to input two Numbers from user. a = int ( input ( "Enter First Number : " )) b = int ( input ( "Enter Second Number : " )) Then , using any variable get your Operations Done ( + , - ) sum = a + b diff = a - b And , at the Last , Get the Outuput of these operations using  print  Keyword. 😊 print ( "sum of" , a , "and" , b , "is : " , sum ) print ( "difference of" , a , "and" , b , "is : " , diff ) To Download PDF File of this Post, Click Below 👇 Click Here to Download If you Have any Query...  You can Contact me through : Instagram DM -  Click Here   Youtube Channel -  Click Here   Email -  Click Here

What is PYTHON ?

Image
Python is an   interpreted  and   high-level   programming language which was originated in the year of late   1980s   but was implemented in   December 1989   by   Guido Van Rossum . The word Python came when Guido Van Rossum began implementing Python, Guido van Rossum was also reading the published scripts from “Monty Python’s Flying Circus”, a BBC comedy series from the 1970s. Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python( source ). According to a recent survey by   StackOverflow , Python has   overtaken java   in popularity. Python is a  dynamically typed , language that aims to help a programmer write  clear  and  logical  code for both small and large-scale projects. Learning Python  is good because Python is a famous programming language because it is easy to learn and use. Moreover, there is a l...

MY INTRODUCTION

 about me :- hi guys  I am shivam bhagat  here is my youtube channel - MR. SHIVAM my g-mail ID is - MR. SHIVAM