Sha256: b3b83b9f306b082b48c36e2a18b2b8b4e605ad4d5b0aa10d1fc6763a5e1ff373

Contents?: true

Size: 116 Bytes

Versions: 391

Compression:

Stored size: 116 Bytes

Contents

def hello(name=''):
    if name:
        return u'Hello, {}!'.format(name)
    else:
        return 'Hello, World!'

Version data entries

391 entries across 391 versions & 1 rubygems

Version Path
trackler-2.2.1.175 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.174 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.173 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.172 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.171 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.170 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.169 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.167 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.166 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.165 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.164 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.163 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.162 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.161 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.160 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.159 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.158 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.157 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.156 tracks/python/exercises/hello-world/example.py
trackler-2.2.1.155 tracks/python/exercises/hello-world/example.py