From 8a736d0b8540f583afa9c1eceba81701b2849475 Mon Sep 17 00:00:00 2001 From: JabbaBC <53377632+JabbaBC@users.noreply.github.com> Date: Sat, 12 Nov 2022 19:23:14 +0300 Subject: [PATCH] Question from Jabba Hi Professor, I hope you will use my question in the exam. --- Week08/midterm/from_jabba | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Week08/midterm/from_jabba 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