bmi-project
bmi-project copied to clipboard
Error on executing demo.py
Getting the below error when executing the code:
(base) C:\Users\Administrator\Desktop\Project\bmi-project-master>python demo.py
Traceback (most recent call last):
File "demo.py", line 8, in
Are you using python3, if it is, change to python3 print format.Like this: python2 version: print "...." python3 version: print("....")