LightBlog

Friday 17 July 2020

PYTHON Related Question In Hindi For All Exam ||

PYTHON Related Question In Hindi  For All Exam ||

Hello dosto , Aaj Ham Baat Karte Hai Python Language Ke Baare Me. Jo Aane Wale Exam Ke Liye Bahut Important Hai. Kyoki Har Exam Me  Isme Se Ek - Do Question Jarur Puche Jate Hai.  Or Haar Student Ko Isi Me Problem Hoti Hai . Kyoki Ye High Level Language Hai. Jo Student Ke Dimag Me Bahut Hi Muskil Se Samaj Me Aati Hai. 

To Chaliye Jante Hai Ise Puche Jane Wale Or Pichle Papero Me Puche Gye Question Ke Baare Me. Ki Kon Kon Se Question Isme Se Puche Jate Hai.

PYTHON Related Question In Hindi  For All Exam ||


Python ą¤•्ą¤Æा ą¤¹ै ? -: Python is a programing language. Python Was Creadit At CWI. The Languge Was  Released in 1991.
Python is GUI Integrated (IDLE) IDLE - Integrated Development Enviourment .

Python ą¤•ो ą¤¦ो ą¤¤ą¤°ीą¤•ों ą¤øे Use ą¤•िą¤Æा ą¤œा ą¤øą¤•ą¤¤ा ą¤¹ै ।

1. Interactive Mode.
2. Script Mode.


  1. Interactive Mode -: >>> -: Primary Prompt  ...-: Secondary Promot Let Start Print, >>>Print How Are You "
  2. Script Mode -: File ą¤•ो Execute ą¤•ą¤°ą¤Øे ą¤•े ą¤²िą¤ Python ą¤®ें ą¤‡ą¤øą¤•ा Use ą¤•ą¤°ą¤¤े ą¤¹ै । ą¤‡ą¤øą¤®ें ą¤¹ą¤® Statement ą¤•ो Save ą¤Øą¤¹ीं ą¤•ą¤° ą¤øą¤•ą¤¤े ।


  • Variable And Types -: Variable Value ą¤•ो Store ą¤•ą¤°ą¤Øे ą¤•ा ą¤•ाą¤® ą¤•ą¤°ą¤¤ा ą¤¹ै ।
  • Types -: Number, None, Sequence, Sets, Mapping.

1. Number -: Number data types stores numerical value . ą¤‡ą¤øą¤®ें Value Change ą¤Øą¤¹ीं ą¤¹ोą¤¤ी ą¤¹ै ।
  1. Integer & Long 
  2. Float Point -: Decimal Value
  3. Complex -: 10j, 10A, 10B , SB, 6A.
Range of an integer in python can be from -2147483648 to 2147483647 and long integer has unlimtied range subject to aviable memory. 

2. None -: This is a special data types with single value. 

3. Sequence -: A Sequence is an ordered collection of items , by positive integer. It is combination of mutable or non mutable data types. There Types string , Lists, Tuples.
  1. String -: " Hello Good Morning "
  2. Lists -: Values of any types .
  3. Tuple -: Value of any types  and are indexed by integers. For -: ()
4. Sets -: Set is an unorded collection of values , of any type , with no duplicate entry.
   
S = Set ( [ 1,2,3,4 ])

5. Mapping -: This data types is unordered and mutable.

Value of object (variable) -: We use assignment Operator (=)

  • Mutable and unmutables -: Mutable value change ą¤¹ो ą¤øą¤•ą¤¤ी ą¤¹ै  Unmutable ą¤Øą¤¹ीं ą¤¹ो ą¤øą¤•ą¤¤ी ą¤¹ै ।
  • Operation and Operands -: A>B
  1. Relational Operator 
  2. Logical Operators -: Or , And , Not
  3. Assigment Operator -: =,+=,-=,*=,/=
Python Me 31 Keyword Hote Hai

No comments:

Post a Comment

Adbox