Hello World Python Oct 7 Written By Dan Hello,This is the engineering blog – welcome! def hello_world(): print("Hello World") if __name__ == '__main__': hello_world() Dan
Hello World Python Oct 7 Written By Dan Hello,This is the engineering blog – welcome! def hello_world(): print("Hello World") if __name__ == '__main__': hello_world() Dan