Toggle
Seymore4Head
Seymore4Head at Hotmail.invalid
Wed Oct 8 20:11:41 EDT 2014
More information about the Python-list mailing list
Wed Oct 8 20:11:41 EDT 2014
- Previous message (by thread): virtualenv question: include just a few site packages
- Next message (by thread): Toggle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I want to toggle between color="Red" and color="Blue"
Here is one:
if color == "Red":
color = "Blue"
else:
color = "Red"
Here is two:
if x = "True" color = "Red"
else:
color="Blue"
x= not x
Others?
- Previous message (by thread): virtualenv question: include just a few site packages
- Next message (by thread): Toggle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list