Files
contests/base.py

10 lines
122 B
Python

import time
import math
def main():
print("Hello, this is Patrick")
if __name__ == "__main__":
main()