You are on page 1of 1

 Python program that will takes full name of user from command line (check out “input”

function), split it into first-name, middle-name and last-name & prints in below fashion:

Name: Mukesh

Middle name: Nilkanth

Surname: Jadhav

 Python program the declares a list in some variable and does all list operations

 Python program that takes full-name of a user and creates dictionary from it in below fashion.

{“FirstName”:”Mukesh”,”MiddleName”:”Nilkanth”,”Surname”:”Jadhav”}

Note:

 I’ll show my AI powered robot “Cozmo”in action with my own code if at least 5 of us complete
the above assignment.
 It is absolutely necessary to practice all data types and operations to understand codes in the
next session.

You might also like