Computer Science, asked by Adipto9992, 10 months ago

Suraj wants to copy data from a website and verify that the data he copied matches a specific text string. Which If/Else Condition option should he select?

Answers

Answered by xMaNaSx
0

Answer:

THERE U GO.

Explanation:

x = (data u got from the website)

if x == (specific text string):

   print("the data matches the specified string")

else:

   print("the data does not match the specified string")

Similar questions