Posts by Devilas • 5 points
2 posts
-
0
votes1
answer28
viewsQ: Typeerror: can only concatenate str (not "_io.Textiowrapper") to str
Hello, I’m trying to make a Virtual Assisstente, but it’s giving me an error that I don’t realize what’s going on name = open("user_data.txt") user = name.read() def main(): main_question = input("O…
-
0
votes1
answer65
viewsQ: Attributeerror: 'Function' Object has no attribute 'values'
Hello I am creating a program to create projects only when starting the program to see if started the window, where asks the path and the name of the project I came across this error Traceback (Most…