Posts

Showing posts from January, 2020

πŸ‘πŸ‘‡πŸ’•πŸ‘‡πŸŒΉπŸ‘‡Python tutorial-3πŸ‘πŸŒΉπŸ‘‡πŸŒΉπŸ‘‡

Image
Characteristics of python:-                                                       These are important characteristics of  python // It support functional and structural programing methods as well as oops..  It can be used as a scripting languages.  It can be compiled byte code for building large application.  It support automatically garbage collection.  It can be easily integrated with c, c++, java.  Application of python :-                                                                                     Python is one of the most widly used language over the web. Easy to learn  Easy to re...

πŸ’₯Pythan simple programπŸ’₯

Image
Pythan script to Chek a number even or odd:- X=int(input("enter a number")) If x%2=0;     Print(x, "is even") Else      Print(x, "is odd") Expected output:-                                   Enter a number 3                                        "is odd"                                    Enter a number 4                                         "is even"  Single line function to calculate factorial of a number in python:- F = lambda n : n*f(n-1) if n>0 else 1 Expected output :- >>> f ( 5 )                   ...

Python introduction,, sum of two number

Image
Python simple definition :-                                                         Python is an interpreted, high level, general purpose programming language. Created by Guido Van Rossum and first released in 1991. Program no 1:-                             " Write a program sum of two number" // Print ("enter first number") n1=input() Print("enter second number") n2=imput() Print("sum of these two number is", int(n1) +int(n2)) Expected output :-       Enter first number 78     Enter second number 10     Enter of these two number 86                          

πŸ’―πŸ’˜πŸ’―πŸ’˜My personal pic with Javascript,, πŸ‘πŸ’˜πŸ’―

Image
πŸ™πŸ™πŸŒΉπŸ’˜πŸ‘‡πŸ’―πŸ‘‡πŸ’―πŸ‘‡πŸ‘πŸ’•πŸ‘πŸ’•πŸ‘πŸ‘‡πŸ’―πŸ™πŸ™