You must select a tag to post in this category. Please find the tag relating to the section of the course you are on E.g. loops, learn-compatibility
When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!
https://www.codecademy.com/paths/build-chatbots-with-python/tracks/python-3-data-structures-and-loops/modules/learn-python3-loops-chatbots/projects/coffee-chatbot-with-loops
I am having trouble with the Looping Coffee Chatbot project, i can’t figure out what is wrong with the code.
Every time I enter the code it says:
“Traceback (most recent call last):
File “script.py”, line 1, in
from utils import print_message, get_size, order_latte
File “/home/ccuser/workspace/coffee-chatbot-ii/utils.py”, line 31
def coffee_bot():
^
IndentationError: unindent does not match any outer indentation level”
Even thought there is nothing written on line 31.
I hope someone would be able to figure out this problem.