[Solved] My program keeps getting an error called ‘inconsistent use of tabs and spaces’ when I add an else or elif statement [duplicate]

you have an indentation problem : if (input(“”).lower() == “yes”): gender_set() elif name.lower()==”dev mode”: print(“dev mode activated”) gender_set() else: name_set() solved My program keeps getting an error called ‘inconsistent use of tabs and spaces’ when I add an else or elif statement [duplicate]

[Solved] Visual Studio C++ structure on Github

VS doesn’t create directories for you. The view you see is “filters”. Organization on the disk is flat unless you tell it otherwise, and it’s moderately painful. The project on github will reflect the directory structure, not VS’s “filters”. 1 solved Visual Studio C++ structure on Github