A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-list/2005-September/337047.html below:

Python GUIs

Python GUIs Python GUIsDan dan at cellectivity.com
Wed Sep 21 15:11:06 EDT 2005
> B='\x12','\x32'
> B[0]='\x12'
>
> I cannot get this to work,

"B" is a tuple, which means it can't be assigned to. Try this:
  B=['\x12','\x32']

-- 
  Do I know what's in this bill? Are you kidding? Only God knows...
      - U.S. Senator Robert Byrd, when asked if he knew the
        contents of a $520 billion, 4000-page spending bill



More information about the Python-list mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4