write a program uses the input function to read a string an int and a float as input from the keyboard.
>>> pupil = "Ben" >>> old = 16 >>> grade = 9.2 >>> print("It's %s, %d. Level: %f" % ... (pupil, old, grade)) It's Ben, 16. Level: 9.200000
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment