EXCLUDE ERRORS

C++ is which type of language?

2 years ago | [YT] | 0

EXCLUDE ERRORS

C is which type of language?

2 years ago | [YT] | 0

EXCLUDE ERRORS

Which of the following is a hook in React?

2 years ago | [YT] | 0

EXCLUDE ERRORS

Which of the following is used for Mobile Development?

2 years ago | [YT] | 0

EXCLUDE ERRORS

s='Exclude Errors'
t=s.split(' ')
print(t[1])

2 years ago | [YT] | 0

EXCLUDE ERRORS

s='Exclude Errors'
t=s.split(' ')
print(t)

2 years ago | [YT] | 0

EXCLUDE ERRORS

s='Exclude Errors'
s.split(' ')
print(s)



What will be the result?

2 years ago | [YT] | 0

EXCLUDE ERRORS

s='Exclude Errors'
print(s[: : -1])

What will be the result?

2 years ago | [YT] | 0

EXCLUDE ERRORS

s='Exclude Errors'
print(s[0])

What will be the result?

2 years ago | [YT] | 0

EXCLUDE ERRORS

s='Exclude Errors'
print(s[-1)

What will be the result?

2 years ago | [YT] | 0