Update main.py
This commit is contained in:
@@ -1,12 +1,5 @@
|
|||||||
list = [
|
text = """Select Everything in the 3 quotes, and paste the exported contents"""
|
||||||
{
|
|
||||||
"term": "the term",
|
|
||||||
"def": "the def"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
for obj in list:
|
for l in text.split("\n"):
|
||||||
print(obj["term"]+": "+obj["def"])
|
a=l.split(" ")
|
||||||
|
print(a[1] + " " + a[0])
|
||||||
for obj in list:
|
|
||||||
print(obj["def"]+": "+obj["term"])
|
|
||||||
Reference in New Issue
Block a user