This program will ask the user for a name for their dungeons and dragons character, and a number that will coordinate to a class for said character. These results are then printed out.
This program is intended to take string inputs, providing it with numbers such as ints and floats will still work however for the context of the scripting it won't make sense.
As it is a notebook, you can execute this file via the reminal by navigating to the directory and calling this file using the cat command. If you intend to make it a part of an application or more specific in application display you may want to convert the file type.
This program was intended to be a simple output of a characters name and class attribute, though you may feel free to expand it to full character customization!