Answer:
IDLE
Explanation:
IDLE is the standard Python development environment. Its name is an acronym of "Integrated DeveLopment Environment". It works well on both Unix and Windows platforms.
It has a Python shell window, which gives you access to the Python interactive mode. It also has a file editor that lets you create and edit existing Python source files. IDLE is intended to be a simple IDE and suitable for beginners, especially in an educational environment. To that end, it is cross-platform, and avoids feature clutter.
The answer is (D) <span>
I'll
show you how to set up a simple database with one table called
'recipes.' You'll be able to manage it and run simple queries on it to
find specific recipes very quickly and easily. All you need is some
rudimentary knowledge of access to get the job done.</span>
Spreadsheets are not bad for number crunching. However, if
you have lots of data, you may benefit from efficient data management tool. Replacing
spreadsheets with databases help you manage data centrally, safely and
securely. By employing a database, you can avoid making mistakes like miscounts
and data entry errors.
Learning Access can be a little bit daunting and
intimidating. Through self-dedication, one can conquer and learn to create
simple but functional database.
In a relational database, the three basic operations used to develop useful sets of data are:

