Let's check what can be modified
Before calling def we need adjective and conjunctions stored inside variables
Store them(You may change according to your choice)
![\tt adjectives=(](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/og9f25j6xltez6nwi8fyos7evy250g0p6y.png)
![\tt conjunctions=(](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/1r0thltlt6q2cssur4de0j4qv1k0dtx7vr.png)
We have to make optional ,easy way ask the user to do instead of yourself .
![\tt con=input(]()
![\tt adj=input(]()
If they click then we can proceed else no problem let the program run
![\tt def\: conjunctionPhrase():]()
![\quad\tt if\: con==](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/8tdlt42nz12a61rf5i3wwj7ixvijjwufgv.png)
![\quad\quad\tt return\:random.choice(conjunctions)+](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/5lsgi2px3g28c0ogwu5c80kwh6xirtwqa0.png)
![\quad\tt else:](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/bs1x136snok27bvf3p75bf2l3y8j54rnte.png)
![\quad\quad\tt continue](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/axytn8y4yd6jmr3yc7zayohpzl4oflx0l5.png)
![\tt def\: adjectivePhrase():]()
![\quad\tt if\:adj==](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/ykm9jpknyn29u5twfse5sm6x8p73ti9mxz.png)
![\quad\quad\tt return\:random.choice(adjectives)+](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/30wcy9ppci931ov57rkt3qqo0isvqymehs.png)
![\quad\tt else:](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/bs1x136snok27bvf3p75bf2l3y8j54rnte.png)
![\quad\quad\tt continue](https://img.qammunity.org/2023/formulas/computers-and-technology/high-school/axytn8y4yd6jmr3yc7zayohpzl4oflx0l5.png)