Kushwah_007
Kushwah_007

Reputation: 11

How do you fix pylint C0103:invalid-name?

I installed python on Visual Studio Code today and while coding basic program it showed this problem to me. I tried finding possible solutions but didn't get any, Here is a attached SS 👇

Problem : Module name "pyBasics" doesn't conform to snake_case naming style

SS of the Problem

Upvotes: 1

Views: 640

Answers (1)

Pierre.Sassoulas
Pierre.Sassoulas

Reputation: 4282

Snake case of pyBasics is py_basics which is the standard of naming for module.

Upvotes: 3

Related Questions