{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
1
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
1
Answer:
hey
sorry for spam
I'M SUBSCRIBER !!!!!
LOVE YOUR VIDEOS!!!
Similar questions
Math,
5 months ago
Math,
5 months ago
Social Sciences,
9 months ago
Math,
9 months ago
English,
1 year ago