10000
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 1735099 commit a65724fCopy full SHA for a65724f
session_10/exercises/exercises_10.md
@@ -27,8 +27,9 @@
27
- iii. Delete the wheels.
28
29
30
-5. Write a class which has two methods get_word and print_word.
31
- - get_word accepts a string from the user and print_word prints the string in upper case.
+5. Create a class called Upper which has two methods called get_word and print_word.
+ - the get_word method should accept a string from the user
32
+ - the print_word method prints the string in upper case.
33
34
6. Create a Sandwich class with the attributes order_number and ingredients (which is given as a list).
35
- Only the ingredients will be given as input.
0 commit comments