May 22, 2017 -- SienaSemanticsSurvey -- Code Breakdown -- Cell #1
class
- provides features of Object Oriented Programming
- has to be defined and named
- follows basic format of:
class ClassName:
<statement 1>
:
<statement N>
list_Students brings in the list of students
list_Questions brings in the questions asked in the survey
clean_Dupli_NaN section deletes any data that was entered twice for the same student from the code.
Comments
Post a Comment