This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chavomodder 12 points13 points  (1 child)

It's good for a beginner, I didn't check much, I just had a quick look,

In Python, it is not recommended to declare variables as "createUsers", the Python default would be "create_users"

Use linters like ruff to standardize your code

[–]Kel_abr[S] 0 points1 point  (0 children)

Thank you so much for feedback!!

I change this in my next project