Computer Science, asked by sheebamuha645, 5 months ago

find the out put of following name = kendriya count =8 print ( result= name +count)​

Answers

Answered by Anonymous
1

Answer:

Sqr = Num * Num. Print (Sqr). [1] f). Find output of the following program code: Name = “ Kendriya”. Count = '8' print(“Result=”,Name+ Count)

Answered by bg5950669
0

Answer:

Chapter-Introduction to python

Q1. Write Short note using example:

1) Keywords 2) Identifier 3) len() 4) split() 5) title() 6) lower()

Q2. Differentiate between using example:

1) if / else 2) for / while 3) break /continue

Q3. Find output: if The List is : String = “Iron Port Email Gateway Appliances.”

1) print (String[ 0: 7 ] )

2) print (String[ 5:27 ] )

3) print (String[ 9:21 ] )

4) print (String[23:29 ] )

5) print (String[ 1:10 ] )

6) print (String[12:14 ] )

7) print (String[ 4:10:3 ])

8) print (String[ 2: :4 ])

Q4. Find output: If a, b, c, d, e = 8, 6, 7, 2, 10 find value of R=?

Similar questions