Question: Problem Statement Ask the user for his/her name and current age (ignore months/days). Then calculate the current user's age in minutes AND the user's age

 Problem Statement Ask the user for his/her name and current age
(ignore months/days). Then calculate the current user's age in minutes AND the

Problem Statement Ask the user for his/her name and current age (ignore months/days). Then calculate the current user's age in minutes AND the user's age in seconds for 2 years from now. The output must be on one line, as provided in the sample output. Hint: To make your code more readable, use multiline f-strings and put each mathematical expression within each f-string. Sample Input Nhan 21 Sample Output Nhan: Now: 11037600 mins old; Future: 725328000 secs old. Submit 2-Python-FunSQLWhatsWrong Highest grade. 0 / 10 TTUVICU laienen SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is a standard language for storing, manipulating and retrieving data in databases. Python is emerging as the most popular language in data science applications. In the future, you may learn how to write Python applications that communicate with database servers using SQL. For now, your Python script (in the Editor field) is supposed to (1) ask the user for what types of data to retrieve, (2) process the user inputs, and (3) construct an SQL string. Perhaps a future project will send this SQL string to a database server that returns the correct data. Modify the starter code in the Editor field until all test cases pass. Notice that the Sample Output provides an example of what the SQL command should look like, given the Sample Input. Sample Input 2019_springCSCI101 001234567800 Sample Output SELECT h2, h5 FROM 2020_springcScI101 WHERE id=12345678 Submit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!