# Hello World Get started with Weather! ## Your first script Weather has python-like syntax, so you can print "Hello, World!" like so: ```wthr print("Hello, World!") ```