Reputation: 11
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
Upvotes: 1
Views: 640
Reputation: 4282
Snake case of pyBasics
is py_basics
which is the standard of naming for module.
Upvotes: 3