Computer Science, asked by vishalrawal916, 4 months ago

Find the output of the following:

str = "Pythonforbeginners is easytolearn"

str2 = "easy"

print("The first occurrence of str2 is at : ", end="")

print(str.find( str2, 4))

print("The new str after strip is : ", end="")

print(str.rstrip( "near" )​

Answers

Answered by arnav6331
0

Artificial intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. The term may also be applied to any machine that exhibits traits associated with a human mind such as learning and problem-solving.

Similar questions