+ 1
Any suggestions on this python code.
I have tried to make chatbot with minimalistic algorithm. https://code.sololearn.com/ck8l8lnXPwtE/?ref=app https://code.sololearn.com/cMBPXbyZ7ioE/?ref=app But i doesn't run on sololearn because it cant access the data.py file. In pc, when main.py and data.py are in same folder, this runs perfectly. Any suggestions how to run it in sololearn? . Or, how to improve the algorithm?
1 Resposta
+ 7
On sololearn u cannot run one file with another file(except web codes and even that doesn't actually use different files)