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 5bd8b6f commit 38370bbCopy full SHA for 38370bb
2_intermediate/chapter11/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