[Tutor] help :making window

Alex Kleider akleider at sonic.net
Sat Dec 31 13:06:34 EST 2016


On 2016-12-31 09:35, Joel Goldstick wrote:

> Semicolon (;) isn't used in python
> as a statement separator

alex at X301n3:/mnt$ python3
Python 3.4.3 (default, Nov 17 2016, 01:11:57)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> gee = "really"; print(gee)
really
>>> 


Considered 'bad style' by many, but it does appear to be part of the 
language.


More information about the Tutor mailing list