Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aditi Meher

    Question

    Hello

    How to write code to store data into buffer using python?

    Please reply.
  • David C. Ullrich

    #2
    Re: Question

    In article <mailman.2401.1 223915865.3487. python-list@python.org >,
    "Aditi Meher" <meher4u1@gmail .comwrote:
    Hello
    >
    How to write code to store data into buffer using python?
    buffer = data
    Please reply.
    --
    David C. Ullrich

    Comment

    • Lawrence D'Oliveiro

      #3
      Re: Question

      In message <mailman.2401.1 223915865.3487. python-list@python.org >, Aditi
      Meher wrote:
      How to write code to store data into buffer using python?
      Write following code:

      buffer = data

      Comment

      Working...