Open IDLE. Create a new script file (File-->New File, Ctrl+n on Windows, Cmd+n on macOS). On the first line, place your name in a comment. Create a program that does the following:
Asks the user for their first name
Asks the user for their last name
Asks the user for the year they were born
Calculates the age of the user from this number
Gives an output message stating: It is nice to meet them (call them by name) And how impressed you are by their age
Open IDLE. Create a new script file (File-->New File, Ctrl+n on Windows, Cmd+n on macOS). On...