Question: Write some code that reads in a name and an age into the variables name and age. It then prints the message The age of
Write some code that reads in a name and an age into the variables name and age. It then prints the message "The age of NAME is AGE" on a line by itself, where NAME and AGE represent the values read into the variables name and age respectively. For example, if your code read in "Rohit" and 70 then it would print out "The age of Rohit is 70" on a line by itself. There should NOT be a period in the output.
please use python to answer this!!
Given the String variable address, write an expression that returns the position of the first occurrence of the String"Avenue" in the address.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
