We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9b01b commit 7ea6247Copy full SHA for 7ea6247
2_intermediate/chapter12/practice/student_class
@@ -0,0 +1,7 @@
1
+# Create a class called Student with instance attributes: Name and Age.
2
+# The user can input the Name and Age. Add 2 methods to the class:
3
+# A raiseHand method which prints out the student name followed
4
+# by “is now raising their hand.” A growOlder method that makes the
5
+# student older by 1 year.
6
+
7
0 commit comments