Na minha opinião a resposta correta deveria ser a letra A e não a B, pois, a função "distplot()" está obsoleta nas versões mais recentes do Seaborn. Mensagem exibida no notebook: " /tmp/ipython-input-75-3957357145.py:8: UserWarning:
distplot
is a deprecated function and will be removed in seaborn v0.14.0.
Please adapt your code to use either displot
(a figure-level function with
similar flexibility) or histplot
(an axes-level function for histograms).
For a guide to updating your code to use the new functions, please see https://gist.github.com/mwaskom/de44147ed2974457ad6372750bbe5751 "