Skip to content

Commit 7ea6247

Browse files
authored
Create student_class
1 parent 1d9b01b commit 7ea6247

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)