-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhoroscope.py
37 lines (36 loc) · 1.29 KB
/
horoscope.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
horoscope = {"Aries":
{'In Malagasy':'ALAHAMADY',
'Element':'Fire'},
"Taurus":
{'In Malagasy':'ADAORO',
'Element':'Earth'},
"Gemini":
{'In Malagasy':'ADIZAOZA',
'Element':'Wind'},
"Cancer":
{'In Malagasy':'ASOROTANY',
'Element':'Water'},
"Leo":
{'In Malagasy':'ALAHASATY',
'Element':'Fire'},
"Virgo":
{'In Malagasy':'ASOMBOLA',
'Element':'Eath'},
"Libra":
{'In Malagasy':'ADIMIZANA',
'Element':'Wind'},
"Scorpio":
{'In Malagasy':'ALAKARABO',
'Element':'Water'},
"Sagittarius":
{'In Malagasy':'ALAKAOSY',
'Element':'Fire'},
"Capricorn":
{'In Malagasy':'ADIJADY',
'Element':'Earth'},
"Aquarius":
{'In Malagasy':'ADALO',
'Element':'Wind'},
"Pisces":
{'In Malagasy':'ALOHOTSY',
'Element':'Water'}}