Code QuizBeginner

Importing the OpenAI client

Spot the mistake when importing the OpenAI SDK client class.

Codepython
# pip install openai
from openai import openai

client = openai()

What is the bug in this code?