Computer Science, asked by Crystall91, 9 months ago

{python}

Q1.)Consider a string given below:
Str="Challenge your limits"

Give the output of the following:-
Str[4:7]
Str[:9]
Str[:]
Str[-10:-7]

Q2.) What will be the output of the following?

import numPy as np
x = np.array([10,12,57,32])
print(x.sum())


[Kindly help]

Answers

Answered by Anonymous
1

\huge{\boxed{\mathcal\pink{\fcolorbox{red}{yellow}{Answer}}}}

Q1.

output1 :

l

e

n

output2:

c

h

a

l

l

e

n

g

e

output3:

c

h

a

l

l

e

n

g

e

y

o

u

r

l

i

m

i

t

output4:

y

o

u

r

Q2.

output: 111

BRAINLIEST

Answered by shivyakikloo
1

Answer:

hey

sorry for spam

I'M SUBSCRIBER !!!!!

LOVE YOUR VIDEOS!!!

Similar questions