52 was so easy that at first I thought my code was bugged

This commit is contained in:
2021-04-06 01:56:27 +02:00
parent a4d31debeb
commit cc10f8f4e0
2 changed files with 40 additions and 5 deletions

View File

@@ -1,12 +1,10 @@
import os
import time
import math
import numpy as np
def main():
print("Hello, this is Patrick")
print("Hello, this is Patrick")
if __name__ == "__main__":
main()
main()