Results 1 to 2 of 2

Thread: Python raw_input

  1. #1
    Contributors chimu's Avatar
    Join Date
    Mar 2005
    Posts
    92
    Thanks
    28
    Thanked 5 Times in 4 Posts
    Rep Power
    9

    Default Python raw_input

    I was wondering if there is a good alliterative to python raw_input. Say
    Code:
    x=raw_input('Enter x ')
    print x
    What I want something like raw_input() this using GUI input box. How can I do it raw_input() using GUI box?

  2. #2
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,374
    Thanks
    17
    Thanked 754 Times in 496 Posts
    Rep Power
    10
    All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. chart using Python
    By Rahul.Patil in forum Coding in General
    Replies: 4
    Last Post: 23rd November 2012, 05:02 PM
  2. [Solved] For loop python
    By chimu in forum Coding in General
    Replies: 3
    Last Post: 16th November 2012, 03:59 PM
  3. [Tip] Python FTP Script
    By jaysunn in forum Getting started tutorials
    Replies: 0
    Last Post: 28th January 2012, 04:38 PM
  4. Perl, python or awk
    By raj in forum Shell scripting
    Replies: 4
    Last Post: 20th February 2010, 11:05 AM
  5. Python in Php - issue
    By ephdia in forum Coding in General
    Replies: 1
    Last Post: 1st October 2009, 12:36 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41