Top
File
: LP6E/AppendixA/hack.py
⇨ Raw text
view
and
save
⇨ Page
script
and
template
import sys print(sys.platform) for i in range(5): print('👍' * (i + 1))