diff --git a/Week08/midterm/from_jabba b/Week08/midterm/from_jabba new file mode 100644 index 00000000..f868406e --- /dev/null +++ b/Week08/midterm/from_jabba @@ -0,0 +1,13 @@ +# Question: Which of the following is a class according to PEP 8 style guide? + +# a) +class_name + +# b) +CLASS_NAME + +# c) +ClassName + +# d) +Class-Name