Cetak tanpa tanda kurung

#not possible in python 3, but:
>>> p = print
>>> p('hello')
hello
#works to save time
Real Raccoon