✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведеться при виконанні даного коду?
for j in 'Hi! I\'m mister Robert':
if j == '\'':
print("Знайдено")
break
else:
print ("Готово")