Changes between Version 106 and Version 107 of python


Ignore:
Timestamp:
Oct 10, 2016, 2:19:56 PM (7 years ago)
Author:
mtelenta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • python

    v106 v107  
    232232{{{
    233233#!python
    234 hello = "hello"
     234hello = "hello "
    235235ten_of_hellos = hello * 10
    236236print(ten_of_hellos)