#!/usr/bin/env python3
# -*-coding: utf8-*-
def sayhi():
print('hi everybody!')
def goodbye():
print('see you soon!')
if __name__ == "__main__":
sayhi()
goodbye()
Slavi 94 Master Poster Featured Poster
Slavi 94 Master Poster Featured Poster