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
Program errors displayed here File "main.py", line 30 sum = sum 2**{j+4} SyntaxError: invalid syntax
Below I pasted an error I keep getting with my Discrete Math assignment. I am working with python coding and I keep gett
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am