Create a function with 4 parameters using python 3.3
Create a function called student data, that takes 4 parameters, a name (a
string), age (an integer), student number (a string) and whether they are
enrolled in Management (a boolean), and returns a string containing that
information in the following format: [student number,name,age,enrolled]
No comments:
Post a Comment