Python Forum
unsupported operandtype(s) for -: 'list' and 'int'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unsupported operandtype(s) for -: 'list' and 'int'
#1
Here is the basic code.

for a in range(1, 5):
for b in range(0+[a*2]-2],2*a)
print(b)

It shows error unsupported operandtype(s) for -: 'list' and 'int'

I have tried everything, it seems that in the range of second for loop 'a' which is 'int'type becomes 'list'

Please help
Reply


Messages In This Thread
unsupported operandtype(s) for -: 'list' and 'int' - by Lakkad - Apr-27-2020, 10:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TypeError: unsupported opperand type(s) for %: 'int' and 'list' cool_person 7 2,192 May-07-2022, 08:40 AM
Last Post: ibreeden
  unsupported operand type(s) for %: 'list' and 'int' RandomCoder 4 32,901 May-07-2022, 08:07 AM
Last Post: menator01
  please help me TypeError: unsupported operand type(s) for +=: 'int' and 'list' aankrose 2 7,230 Mar-26-2019, 06:00 PM
Last Post: perfringo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020