fork download
  1. topics_categories = ['water', 'drink', 'drinking', 'soda', 'sugar', 'sweet', 'snack', 'coffee', 'craving',
  2. 'diet', 'beer', 'alcohol', 'eat', 'food', 'meal', 'eating', 'lunch', 'dinner', 'hungry', 'calorie', 'breakfast', 'food', 'diet', 'eating', 'protein', 'carbs', 'veggie', 'recipe', 'cook', 'doctor', 'health',
  3. 'pain', 'energy', 'surgery', 'friend', 'family', 'kid', 'mom',
  4. 'school', 'husband', 'girlfriend', 'calorie', 'deficit', 'exercise', 'tdee', 'cico',
  5. 'counting', 'count', 'mfp', 'cal', 'run', 'running', 'walk',
  6. 'walking', 'mile', 'gym', 'exercise', 'muscle', 'workout', 'cardio', 'lb', 'lost', 'pound', 'kg'
  7. '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',
  8. 'care', 'check', 'great', 'love', 'awesome', 'job', 'amazing', 'congrats', 'hope', 'glad', 'day', 'week', 'track', 'maintenance',
  9. 'plan', 'log', 'logging', 'time', 'start', 'habit', 'choice', 'healthy', 'time', 'thought', 'felt', 'wanted', 'started', 'back', 'needed', 'decided', 'found', 'fit', 'size', 'clothes', 'big', 'wear', 'buy',
  10. 'pant', 'bought', 'shirt', 'dress', 'store', 'today', 'morning', 'night', 'yesterday',
  11. 'work', 'tomorrow', 'weekend', 'day', 'quarantine', 'lockdown', 'covid', 'coronavirus', 'home', 'inside']
  12. cnt = 0
  13. s = ""
  14. for x in topics_categories:
  15. s += "\"kw" + str(cnt) + "_" + x + "\","
  16. cnt += 1
  17.  
  18. print(s)
Success #stdin #stdout 0.02s 9112KB
stdin
Standard input is empty
stdout
"kw0_water","kw1_drink","kw2_drinking","kw3_soda","kw4_sugar","kw5_sweet","kw6_snack","kw7_coffee","kw8_craving","kw9_diet","kw10_beer","kw11_alcohol","kw12_eat","kw13_food","kw14_meal","kw15_eating","kw16_lunch","kw17_dinner","kw18_hungry","kw19_calorie","kw20_breakfast","kw21_food","kw22_diet","kw23_eating","kw24_protein","kw25_carbs","kw26_veggie","kw27_recipe","kw28_cook","kw29_doctor","kw30_health","kw31_pain","kw32_energy","kw33_surgery","kw34_friend","kw35_family","kw36_kid","kw37_mom","kw38_school","kw39_husband","kw40_girlfriend","kw41_calorie","kw42_deficit","kw43_exercise","kw44_tdee","kw45_cico","kw46_counting","kw47_count","kw48_mfp","kw49_cal","kw50_run","kw51_running","kw52_walk","kw53_walking","kw54_mile","kw55_gym","kw56_exercise","kw57_muscle","kw58_workout","kw59_cardio","kw60_lb","kw61_lost","kw62_pound","kw63_kggained","kw64_weight","kw65_starting","kw66_weight","kw67_lose","kw68_loss","kw69_fat","kw70_gain","kw71_bmi","kw72_height","kw73_range","kw74_scale","kw75_number","kw76_plateau","kw77_drop","kw78_weighing","kw79_hard","kw80_won","kw81_easy","kw82_worry","kw83_goal","kw84_hit","kw85_progress","kw86_end","kw87_picture","kw88_feel","kw89_close","kw90_happy","kw91_set","kw92_challenge","kw93_feel","kw94_feeling","kw95_eating","kw96_binge","kw97_bad","kw98_stop","kw99_time","kw100_control","kw101_hard","kw102_stress","kw103_struggle","kw104_pretty","kw105_luck","kw106_understand","kw107_talk","kw108_mental","kw109_care","kw110_check","kw111_great","kw112_love","kw113_awesome","kw114_job","kw115_amazing","kw116_congrats","kw117_hope","kw118_glad","kw119_day","kw120_week","kw121_track","kw122_maintenance","kw123_plan","kw124_log","kw125_logging","kw126_time","kw127_start","kw128_habit","kw129_choice","kw130_healthy","kw131_time","kw132_thought","kw133_felt","kw134_wanted","kw135_started","kw136_back","kw137_needed","kw138_decided","kw139_found","kw140_fit","kw141_size","kw142_clothes","kw143_big","kw144_wear","kw145_buy","kw146_pant","kw147_bought","kw148_shirt","kw149_dress","kw150_store","kw151_today","kw152_morning","kw153_night","kw154_yesterday","kw155_work","kw156_tomorrow","kw157_weekend","kw158_day","kw159_quarantine","kw160_lockdown","kw161_covid","kw162_coronavirus","kw163_home","kw164_inside",