Python Forum
A little help, I cannot find how to solve this
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A little help, I cannot find how to solve this
#2
That's a massive block of text.  Could you maybe cut that down a bit so it's easier to read?  Maybe with only one or two lines of output, along with what you want the output to be?

And why not just multiply it?  
items = OPEX_evolution(25)
constant = 100
for item in items:
   print(item * constant)
Reply


Messages In This Thread
RE: A little help, I cannot find how to solve this - by nilamo - Nov-10-2016, 04:17 PM

Forum Jump:

User Panel Messages

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