topics_categories = ['water', 'drink', 'drinking', 'soda', 'sugar', 'sweet', 'snack', 'coffee', 'craving', 'diet', 'beer', 'alcohol', 'eat', 'food', 'meal', 'eating', 'lunch', 'dinner', 'hungry', 'calorie', 'breakfast', 'food', 'diet', 'eating', 'protein', 'carbs', 'veggie', 'recipe', 'cook', 'doctor', 'health', 'pain', 'energy', 'surgery', 'friend', 'family', 'kid', 'mom', 'school', 'husband', 'girlfriend', 'calorie', 'deficit', 'exercise', 'tdee', 'cico', 'counting', 'count', 'mfp', 'cal', 'run', 'running', 'walk', 'walking', 'mile', 'gym', 'exercise', 'muscle', 'workout', 'cardio', 'lb', 'lost', 'pound', 'kg' 'gained', 'weight', 'starting', 'weight', 'lose', 'loss', 'fat', 'gain', 'bmi', 'height', 'range', 'scale', 'number', 'plateau', 'drop', 'weighing', 'hard', 'won', 'easy', 'worry', 'goal', 'hit', 'progress', 'end', 'picture', 'feel', 'close', 'happy', 'set', 'challenge', 'feel', 'feeling', 'eating', 'binge', 'bad', 'stop', 'time', 'control', 'hard', 'stress', 'struggle', 'pretty', 'luck', 'understand', 'talk', 'mental', 'care', 'check', 'great', 'love', 'awesome', 'job', 'amazing', 'congrats', 'hope', 'glad', 'day', 'week', 'track', 'maintenance', 'plan', 'log', 'logging', 'time', 'start', 'habit', 'choice', 'healthy', 'time', 'thought', 'felt', 'wanted', 'started', 'back', 'needed', 'decided', 'found', 'fit', 'size', 'clothes', 'big', 'wear', 'buy', 'pant', 'bought', 'shirt', 'dress', 'store', 'today', 'morning', 'night', 'yesterday', 'work', 'tomorrow', 'weekend', 'day', 'quarantine', 'lockdown', 'covid', 'coronavirus', 'home', 'inside'] cnt = 0 s = "" for x in topics_categories: s += "\"kw" + str(cnt) + "_" + x + "\"," cnt += 1 print(s)