Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: unsupported operandtype(s) for -: 'list' and 'int'
Post: unsupported operandtype(s) for -: 'list' and 'int'

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 ...
Lakkad General Coding Help 2 3,606 Apr-27-2020, 10:02 AM

User Panel Messages

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