Page 1 of 1

Below I pasted an error I keep getting with my Discrete Math assignment. I am working with python coding and I keep gett

Posted: Tue May 24, 2022 7:48 am
by answerhappygod
Below I pasted an error I keep getting with my Discrete Math
assignment. I am working with python coding and I keep getting a
syntax error but I am not sure what's wrong. Can I please get
assistance? I am trying to enter the coding for the following
summation problem: Sum_{j = -1}^8 2^{j+4} + 17
Below I Pasted An Error I Keep Getting With My Discrete Math Assignment I Am Working With Python Coding And I Keep Gett 1
Below I Pasted An Error I Keep Getting With My Discrete Math Assignment I Am Working With Python Coding And I Keep Gett 1 (18.6 KiB) Viewed 20 times
Program errors displayed here File "main.py", line 30 sum = sum 2**{j+4} SyntaxError: invalid syntax