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
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
History,
5 months ago
Computer Science,
5 months ago
Math,
10 months ago
Math,
10 months ago
Biology,
1 year ago