File: LP6E/AppendixA/hack.py

import sys
print(sys.platform)

for i in range(5):
    print('👍' * (i + 1))



[Home page] Books Code Blog Python Author Train Find ©M.Lutz