View drug reviews using a list in Python

medicine = [
"Rohypnol I was scared because I slept too much",
"Bel Somura I slept well",
"Abilify: My throat was dry and painful",
"Akineton I didn't know if it worked or not",
"I thought that Zolpidem was the most suitable for abuse. The effect is subtle",
"Sinbalta's stomach was damaged",
"Strattera: The stomach and liver were damaged. I feel that my head has fallen",
"I didn't know if Lexapro was working",
"Reflex body fluffy and dying",
"Meilax swayed and died",
"Depas did not work",
"Rize, of course, didn't work",
"Lexotan was too effective",
"Wypax did not work",
]
for v in medicine:
   print(v)

Recommended Posts

View drug reviews using a list in Python
[python] Manage functions in a list
Display a list of alphabets in Python 3
Scraping a website using JavaScript in Python
Draw a tree in Python 3 using graphviz
Sorted list in Python
Filter List in Python
List find in Python
Create a MIDI file in Python using pretty_midi
Sort list elements in a specified order in Python
[Python] Manipulating elements in a list (array) [Sort]
Extract elements (using a list of indexes) in a NumPy style from a Python list / tuple
Create a data collection bot in Python using Selenium
Things to note when initializing a list in Python
Group by consecutive elements of a list in Python
How to execute a command using subprocess in Python
Take a screenshot in Python
Create a function in Python
Create a dictionary in Python
Python list is not a list
Make a bookmarklet in Python
Draw a heart in Python
Getting list elements in Python
Translate using googletrans in Python
Using Python mode in Processing
Create a list in Python with all followers on twitter
I made a quick feed reader using feedparser in Python
Get the number of specific elements in a python list
Developed a library to get Kindle collection list in Python
A memo when creating a directed graph using Graphviz in Python
To return char * in a callback function using ctypes in Python
How to get the last (last) value in a list in Python
Try building a neural network in Python without using a library
How to get a list of built-in exceptions in python
A memo of writing a basic function in Python using recursion
I tried to make a stopwatch using tkinter in python
Try running a function written in Python using Fn Project
Extract multiple list duplicates in Python
Maybe in a python (original title: Maybe in Python)
Write a binary search in Python
Difference between list () and [] in Python
Output 2017 Premium Friday list in Python
Precautions when using pit in Python
Hit a command in Python (Windows)
View photos in Python and html
Create a python GUI using tkinter
Create a DI Container in Python
Drawing a silverstone curve using python
Draw a scatterplot matrix in python
ABC166 in Python A ~ C problem
Write A * (A-star) algorithm in Python
Try using LevelDB in Python (plyvel)
Create a binary file in Python
python / Make a dict from a list.
Using global variables in python functions
Solve ABC036 A ~ C in Python
Write a pie chart in Python
Write a vim plugin in Python
Write a depth-first search in Python
Let's see using input in python
Infinite product in Python (using functools)