1 Replies - 535 Views - Last Post: 28 November 2016 - 10:12 AM Rate Topic: -----

#1 mmc01   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 23
  • Joined: 18-March 14

How to store value like this to python variable?

Posted 28 November 2016 - 10:09 AM

I have value like this.

1 , aaa01 , 450
2 , abab1 , 255
3 , bbb55 , 300


I want to store these value in python . What type of variable I have to use?
Do you have example?
Is This A Good Question/Topic? 0
  • +

Replies To: How to store value like this to python variable?

#2 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: How to store value like this to python variable?

Posted 28 November 2016 - 10:12 AM

A custom class, or a collection like an array would do.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1