Computer Science, asked by Anonymous, 1 day ago

Why we need quotes while we use python interactive help for modules?
>>> help( " modules " )

Attachments:

Answers

Answered by BombGamerX2ndaccount
1

Answer:

We need to cuz

Explanation:

If string is passed as an argument, name of a module, function, class, method, keyword, or documentation topic, and a help page is printed.

Similar questions