MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / comp_sci_student_greeting

Function comp_sci_student_greeting

0b_traits/python/super.py:72–74  ·  view source on GitHub ↗
(student)

Source from the content-addressed store, hash-verified

70
71
72def comp_sci_student_greeting(student):
73 return "My name is {} and I attend {}. My favorite language is {}. My Git username is {}".format(
74 student.name(), student.university(), student.fav_language(), student.git_username())
75
76
77if __name__ == "__main__":

Callers 1

super.pyFile · 0.70

Calls 4

nameMethod · 0.45
universityMethod · 0.45
fav_languageMethod · 0.45
git_usernameMethod · 0.45

Tested by

no test coverage detected