0
import pandas as pd
# Part 1
import pulp

diet = pd.read_excel("C:\Users\k_ubo\OneDrive\Desktop\diet.xls")

This is the error message

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
Michael Butscher
  • 8,425
  • 4
  • 22
  • 24
kelz
  • 1

0 Answers0