On 2016-12-31 09:35, Joel Goldstick wrote:
Semicolon (;) isn't used in python as a statement separator
alex@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.
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor