- Define a class which has at least two methods:
-
get_string
: to get a string from console input -
print_string
: to print the string in upper case.
- Please include simple test function to test the class methods.
- Use init method to construct some parameters