# your code goes here
import re
text = "Allowed Keywords: Submission of procurement Negation Keywords: pdf"
allowed_keywords = re.search(r"Allowed Keywords:\s*(.*?)\s*Negation Keywords:", text).group(1)
negation_keywords = re.search(r"Negation Keywords:\s*(.*)", text).group(1)
print("Allowed Keywords:", allowed_keywords)
print("Negation Keywords:", negation_keywords)
IyB5b3VyIGNvZGUgZ29lcyBoZXJlCgppbXBvcnQgcmUKCnRleHQgPSAiQWxsb3dlZCBLZXl3b3JkczogU3VibWlzc2lvbiBvZiBwcm9jdXJlbWVudCAgTmVnYXRpb24gS2V5d29yZHM6IHBkZiIKCmFsbG93ZWRfa2V5d29yZHMgPSByZS5zZWFyY2gociJBbGxvd2VkIEtleXdvcmRzOlxzKiguKj8pXHMqTmVnYXRpb24gS2V5d29yZHM6IiwgdGV4dCkuZ3JvdXAoMSkKbmVnYXRpb25fa2V5d29yZHMgPSByZS5zZWFyY2gociJOZWdhdGlvbiBLZXl3b3JkczpccyooLiopIiwgdGV4dCkuZ3JvdXAoMSkKCnByaW50KCJBbGxvd2VkIEtleXdvcmRzOiIsIGFsbG93ZWRfa2V5d29yZHMpCnByaW50KCJOZWdhdGlvbiBLZXl3b3JkczoiLCBuZWdhdGlvbl9rZXl3b3Jkcyk=